taxprofiler / taxpasta

TAXnomic Profile Aggregation and STAndardisation
https://taxpasta.readthedocs.io/
Apache License 2.0
34 stars 7 forks source link

Fix all links #89

Closed jfy133 closed 1 year ago

jfy133 commented 1 year ago

Some internal links were malformed resulting in (ugly) 404

Namely, you don't want to refer to internal links via their .md suffix, as you want to link to the back-end rendered HTML version. So I've removed the .md where found.

Also found a couple of links that were using hard URLs rather than internal, so I've replaced them.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8cfcba0) 81.64% compared to head (04d4c8e) 81.64%.

:exclamation: Current head 04d4c8e differs from pull request most recent head 77f69b5. Consider uploading reports for the commit 77f69b5 to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #89 +/- ## ======================================= Coverage 81.64% 81.64% ======================================= Files 103 103 Lines 1585 1585 Branches 274 274 ======================================= Hits 1294 1294 Misses 250 250 Partials 41 41 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.