Open
Conversation
Member
|
Can you please provide links to the online pages that have broken links? i can't seem to find them. |
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





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.