Skip to content

Commit

Permalink
Fix relative links in README
Browse files Browse the repository at this point in the history
In theory, github markdown docs say that:

> Links starting with / will be relative to the repository root.

Yet, they are resolved to be relative to the github.com domain. Maybe
it's a special case with the `/docs` , since that also references the
actual github docs.

Changed them to explicit relative links.
  • Loading branch information
particleflux committed Oct 12, 2023
1 parent 370af7a commit 4f37d78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Verify is open-sourced software licensed under the [MIT][9] License.
[4]: https://chaijs.com/
[5]: https://jasmine.github.io/
[6]: https://rspec.info/
[7]: /docs/supported_verifiers.md
[8]: /docs/supported_expectations.md
[9]: /LICENSE
[10]: /UPGRADE.md
[7]: ./docs/supported_verifiers.md
[8]: ./docs/supported_expectations.md
[9]: ./LICENSE
[10]: ./UPGRADE.md

0 comments on commit 4f37d78

Please sign in to comment.