Skip to content

Commit 4f37d78

Browse files
committed
Fix relative links in README
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.
1 parent 370af7a commit 4f37d78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Verify is open-sourced software licensed under the [MIT][9] License.
147147
[4]: https://chaijs.com/
148148
[5]: https://jasmine.github.io/
149149
[6]: https://rspec.info/
150-
[7]: /docs/supported_verifiers.md
151-
[8]: /docs/supported_expectations.md
152-
[9]: /LICENSE
153-
[10]: /UPGRADE.md
150+
[7]: ./docs/supported_verifiers.md
151+
[8]: ./docs/supported_expectations.md
152+
[9]: ./LICENSE
153+
[10]: ./UPGRADE.md

0 commit comments

Comments
 (0)