Closed wasdee closed 3 years ago
❌ Deploy Preview for practical-ritchie-cca141 failed.
🔨 Explore the source changes: 56b485b9ee2aee80bf564ca18c246510be319fe0
🔍 Inspect the deploy log: https://app.netlify.com/sites/practical-ritchie-cca141/deploys/617ceae9aef7070007c41baa
I just found out that links work on the GitHub readme.md(previously fail with 404, link to this page) , but it might fail on the website.
I could not check the site since it fails due to dependency. #148 this might already address this.
if it fails, is there anyway to replace str from ](downloads)
-> ](downloads.md)
before deployment.
So, we could have the links work anywhere.
Thanks for the pr. The problem is to have it working for both the website and the readme which this would break the website. I think we decided we would remove the readme version and just have the website once we switched it to netlify.
Where would you add that template tag in order to make it work?
If you can help with jekyll it would be very useful. it's not something I know.
I'm not sure if the template tag works too, I'm new to Jekyll. I need to identify and inspect the Jekyll build script. and maybe I could insert a pre-build script like bash sed
or python str.replace
if you think it is doable, you could reopen the pr.
fix download links in readme.md