Commit a9b02ad
committed
Use full URL for contrib source paths
In the CONTRIBUTING file, there is a section on the *Contributors
Ladder* that lists the sub areas with the cluster-api project. These
link out to the source for each area.
When viewing the CONTRIBUTING.md file via GitHub, these links work great
because they are relative to that file. But this file also gets pulled
in to the published Cluster-API book [0]. When viewed from this
location, these links will try to go to relative paths within the book,
which do not exist.
To address this, this changes the link targets to the full GitHub URL to
the source code so that it works as expected in both the GitHub and book
rendering of the content.
[0] https://cluster-api.sigs.k8s.io/contributing#contributors-ladder
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>1 parent 03d6487 commit a9b02ad
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
0 commit comments