Skip to content

Commit b6707eb

Browse files
committed
CONTRIBUTING: Remove docs/README.md reference
Current ocitools docs for the man pages are under man/. No docs for building them yet beyond the Makefile rule, and that may be all we need ;). Because there is no downstream consensus on doc locations, remove the reference. Downstream repositories can add it (or similar content) back in as they see fit [1]. I don't expect a lot of churn in this document, so there shouldn't be many conflicts between those downstream changes and further project-template development. [1]: opencontainers#4 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent dd0ba23 commit b6707eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ before submitting a pull request.
3434

3535
Update the documentation when creating or modifying features. Test
3636
your documentation changes for clarity, concision, and correctness, as
37-
well as a clean documentation build. See ``docs/README.md`` for more
38-
information on building the docs and how docs get released.
37+
well as a clean documentation build.
3938

4039
Write clean code. Universally formatted code promotes ease of writing, reading,
4140
and maintenance. Always run `gofmt -s -w file.go` on each changed file before

0 commit comments

Comments
 (0)