We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was reported by Cameron Macdonell.
http://carpentries.github.io/lesson-example/aio.html doesn't show the images because the path to images is wrong.
http://carpentries.github.io/lesson-example/aio.html will have
<img src="../fig/file-mapping.svg" alt="Source and Destination Files">
that will be resolved to http://carpentries.github.io/fig/file-mapping.svg when it should be resolved to http://carpentries.github.io/lesson-example/fig/file-mapping.svg.
URL for each episode is like http://carpentries.github.io/lesson-example/XX-title/index.html.
Change the URL from http://carpentries.github.io/lesson-example/aio.html to http://carpentries.github.io/lesson-example/aio/index.html.
permalink: aio/index.html
root: ..
The text was updated successfully, but these errors were encountered:
carpentries/lesson-example#220 has one alternative solution to this one. It moves aio.md to _extras.
aio.md
_extras
Sorry, something went wrong.
@maxim-belkin I believe this was fixed. Could you confirm? Thanks.
this has been addressed.
rgaiacs
No branches or pull requests
This was reported by Cameron Macdonell.
http://carpentries.github.io/lesson-example/aio.html doesn't show the images because the path to images is wrong.
http://carpentries.github.io/lesson-example/aio.html will have
that will be resolved to http://carpentries.github.io/fig/file-mapping.svg when it should be resolved to http://carpentries.github.io/lesson-example/fig/file-mapping.svg.
Why this is happening
URL for each episode is like http://carpentries.github.io/lesson-example/XX-title/index.html.
How to fix this
Change the URL from http://carpentries.github.io/lesson-example/aio.html to http://carpentries.github.io/lesson-example/aio/index.html.
permalink: aio/index.html
to YAML header.root: ..
to YAML header.The text was updated successfully, but these errors were encountered: