Commit 4f37d78
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
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
0 commit comments