Commit fe19def
committed
034: rewrite relative .md links to .html via jekyll-relative-links
Cross-doc links like [Coverage](coverage.md) were 404ing on the
deployed site because Jekyll left the .md extension as-is while pages
are served as .html. Add the jekyll-relative-links plugin (designed
exactly for this) to auto-rewrite all relative *.md links to their
*.html counterparts during build. No source-file edits needed — the
same links continue to work on GitHub and on the docs site.1 parent 2980eec commit fe19def
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
0 commit comments