- Notifications
You must be signed in to change notification settings - Fork434
Fixing broken image links#481
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Note: Since the |
Update: Noticed a broken link in another doc as well, fixed it. |
The |
Oh I see. Should I make an images folder and move the files there?
|
They should already be present in/images |
Ah they are. Sorry about this. Seems like I didn't study the structure enough. Please feel free to close this PR. However I have one subsequent question. For anyone trying to read this online, its hard to understand and gives the impression of broken links (like it did for me). Do you think we can fix this in anyway? Also, thanks for the clarification. 👍. Appreciate it. |
There must be some way to fix the images online. I was hoping there was some way to correct the broken path in the links to point at the correct place. |
The images for
4-25_making-a-window.asciidoc
are referenced from a saidimages/
folder that is non existent. These are now fixed by using images from the same directory.One small problem would be that in this example
We say that the title is set to "Lyrical Clojure" but the image shows "Cooki...". Doesn't makeTOO much of a difference for sure, just a nitpick.
Also thanks so much for this. I've learnt a lot over the past week.
Cheers. 🍺