docs: fix button link url syntax#619
Conversation
|
Can you please provide links to the online pages that have broken links? i can't seem to find them. |
|
Yes, On this page : https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-structure.html There is several button that redirect to broken link "Want to learn how to create the structure to build your package? Click here."
Same for "Click Here to read about our packaging documentation requirements." On the same page, "Click here for a quickstart tutorial on creating your Python package." is redirecting to https://www.pyopensci.org/tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure And on the License page there's also a button a redirecting to a broken link |
willingc
left a comment
There was a problem hiding this comment.
I think the prior license link was incorrect. I thinkk this is a better option: https://www.pyopensci.org/python-package-guide/tutorials/add-license-coc.html
|
Thanks for cleaning up these button links @bewygs. All are working now. 🎉 |
|
@all-contributors add @bewygs for code |
|
I've put up a pull request to add @bewygs! 🎉 |





Hi,
Buttons in
python-package-structure.mdandlicense-files.mdwere redirecting to broken URLs like:https://www.pyopensci.org/python-package-guide/documentation/repository-files/%3Chttps://www.pyopensci.org/about-peer-review/%3Ehttps://www.pyopensci.org/python-package-guide/package-structure-code/%3Chttps://www.pyopensci.org/python-package-guide/tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure%3Eor to a non-existing page due to an incorrect absolute path :
https://www.pyopensci.org/tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
I don't know if when deployed this will have the same behavior as I have in local. If not I can open an issue to trace this.