Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'simple' theme breaks links to source files #186

Closed
ghost opened this issue Oct 19, 2013 · 4 comments · Fixed by #309
Closed

'simple' theme breaks links to source files #186

ghost opened this issue Oct 19, 2013 · 4 comments · Fixed by #309
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Oct 19, 2013

When using the simple theme, if I'm browsing the generated documentation and click in a source file,example:

generated in myAPI.js:42

When I click myAPI.js, instead of taking me to:

C:/Users/Me/Lib/JS/myProject/out/files/myAPI.js

It takes me to

C:/Users/Me/Lib/JS/myProject/files/myAPI.js

Which obviously does not exist

@funston
Copy link

funston commented Oct 20, 2013

For this I needed to change the "../{{found_at}}" in classes.handlebars to just read "{{found_at}}"

@okuryu
Copy link
Member

okuryu commented Dec 23, 2014

Merged with #187.

@okuryu okuryu closed this as completed Dec 23, 2014
@okuryu
Copy link
Member

okuryu commented Jan 6, 2015

Reopen, this issue seems not to be a duplication of #187. I'll take a look for this.

@okuryu okuryu reopened this Jan 6, 2015
@okuryu okuryu added the bug label Jan 6, 2015
@okuryu okuryu self-assigned this Jan 6, 2015
@okuryu okuryu modified the milestone: v0.5.0 Jan 7, 2015
okuryu added a commit to okuryu/yuidoc that referenced this issue Jan 8, 2015
@okuryu
Copy link
Member

okuryu commented Jan 8, 2015

#309 is ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants