Skip to content

Commit d9708b5

Browse files
committed
README: Use relative links to the proposals
There's no need to use absolute links for these. And using relative links sets a good example for future proposals, because the links will work in the proposal branch's README before the referenced proposal lands in the TOB master. There's a similar absolute link for the code-of-conduct in the distribution proposal. The intention may have been to show the absolute URL which would be included in new project's repository. I don't think that matters, because the project template has included a similar link since opencontainers/project-template@ee72bc89 (CONTRIBUTING: Code of conduct, meetings, mailing list, and IRC, 2016-09-08, opencontainers#45), so I've left that alone here. Signed-off-by: W. Trevor King <[email protected]>
1 parent 3619df2 commit d9708b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ https://groups.google.com/a/opencontainers.org/forum/#!forum/tob (tob@opencontai
2020

2121
## Project Proposals
2222

23-
* [Digest](https://github.com/opencontainers/tob/blob/master/proposals/digest.md)
24-
* [Distribution Spec](https://github.com/opencontainers/tob/blob/master/proposals/distribution.md)
25-
* [Image Format Spec](https://github.com/opencontainers/tob/tree/master/proposals/image-format)
26-
* [SELinux](https://github.com/opencontainers/tob/blob/master/proposals/selinux.md)
27-
* [Tools](https://github.com/opencontainers/tob/blob/master/proposals/tools.md)
23+
* [Digest](proposals/digest.md)
24+
* [Distribution Spec](proposals/distribution.md)
25+
* [Image Format Spec](proposals/image-format)
26+
* [SELinux](proposals/selinux.md)
27+
* [Tools](proposals/tools.md)
2828

2929
## Voting
3030

0 commit comments

Comments
 (0)