Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 9055eb0

Browse files
committed
Add links and correct locations in project/README.md
After removing the duplicate ROADMAP in a separate PR, a few other issues were noted in README.md which are fixed here: - the directory is project, not hack - make.sh is no longer in the current dir since hack/ is not project/ anymore - MAINTAINERS is no longer here as a markdown file, but is a TOML file in the root of the project - links were added to all files to make it easier to follow from here to the appropriate location Docker-DCO-1.1-Signed-off-by: Phil Estes <[email protected]> (github: estesp)
1 parent 469e234 commit 9055eb0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Hacking on Docker
22

3-
The hack/ directory holds information and tools for everyone involved in the process of creating and
3+
The `project/` directory holds information and tools for everyone involved in the process of creating and
44
distributing Docker, specifically:
55

66
## Guides
77

8-
If you're a *contributor* or aspiring contributor, you should read CONTRIBUTORS.md.
8+
If you're a *contributor* or aspiring contributor, you should read [CONTRIBUTORS.md](../CONTRIBUTING.md).
99

10-
If you're a *maintainer* or aspiring maintainer, you should read MAINTAINERS.md.
10+
If you're a *maintainer* or aspiring maintainer, you should read [MAINTAINERS](../MAINTAINERS).
1111

12-
If you're a *packager* or aspiring packager, you should read PACKAGERS.md.
12+
If you're a *packager* or aspiring packager, you should read [PACKAGERS.md](./PACKAGERS.md).
1313

14-
If you're a maintainer in charge of a *release*, you should read RELEASE-CHECKLIST.md.
14+
If you're a maintainer in charge of a *release*, you should read [RELEASE-CHECKLIST.md](./RELEASE-CHECKLIST.md).
1515

1616
## Roadmap
1717

@@ -20,5 +20,5 @@ A high-level roadmap is available at [ROADMAP.md](../ROADMAP.md).
2020

2121
## Build tools
2222

23-
make.sh is the primary build tool for docker. It is used for compiling the official binary,
23+
[hack/make.sh](../hack/make.sh) is the primary build tool for docker. It is used for compiling the official binary,
2424
running the test suite, and pushing releases.

0 commit comments

Comments
 (0)