You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when clicking "Defined in " links, I get sent to: http://www.github.com/<org>/<repo>/tree/<sha>/app/<path_to_class>, but I want to be able to go to http://www.github.com/<org>/<repo>/tree/<sha>/frontend_code/app/<path_to_class>
My project structure is:
The relevant parts of
yuidoc.json
:and when clicking "Defined in " links, I get sent to:
http://www.github.com/<org>/<repo>/tree/<sha>/app/<path_to_class>
, but I want to be able to go tohttp://www.github.com/<org>/<repo>/tree/<sha>/frontend_code/app/<path_to_class>
the following also didn't work:
because the sha gets gobbled like so:
http://www.github.com/<org>/<repo>/tree/frontend_code/app/<path_to_class>
Couldn't find a setting to enable this, or is this a bug?
The text was updated successfully, but these errors were encountered: