aequery icon indicating copy to clipboard operation
aequery copied to clipboard

Wrong links in Docs Menu

Open tilles80 opened this issue 2 years ago • 1 comments

hey guys! first of all, thanks for your work on doing this framework.

An issue I have is that the main menu of the documentation has some broken links. I think it's just for COMP and LAYER sections. The link has an extra "_" before ".html" ... if you remove this, you can see the page.

Some examples: https://aenhancers.github.io/aequery/aeq.Comp_.html#forEachLayer https://aenhancers.github.io/aequery/aeq.Layer_.html#addEffect

cheers

tilles80 avatar Mar 22 '23 21:03 tilles80

Yes-- this is due to the docs being autogenerated, and an internal conflict between the "aeq.comp" collection of functions and the "aeq.Comp" extended object. I don't know if there's a great fix for it just yet, but maybe this extra context is helpful? 😅

zlovatt avatar Mar 22 '23 21:03 zlovatt

Removing the _ doesnt seem to work any more — any ideas?

matt-volp avatar Aug 22 '24 21:08 matt-volp

Removing the _ doesnt seem to work any more — any ideas?

The root url has changed from aenhancers. to docsforadobe. – https://docsforadobe.github.io/aequery/aeq.Comp.html#forEachLayer

zlovatt avatar Aug 22 '24 21:08 zlovatt

Resolved with #71

zlovatt avatar Sep 05 '24 18:09 zlovatt