-
Notifications
You must be signed in to change notification settings - Fork 2.6k
update: readme cleanup and fxes #4208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
README.md
Outdated
@@ -27,7 +27,7 @@ This repository contains the following components: | |||
|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | |||
| **registry** | An implementation of the [OCI Distribution Specification](https://github.com/opencontainers/distribution-spec). | | |||
| **libraries** | A rich set of libraries for interacting with distribution components. Please see [godoc](https://pkg.go.dev/github.com/distribution/distribution) for details. **Note**: The interfaces for these libraries are **unstable**. | | |||
| **documentation** | Docker's full documentation set is available at [docs.docker.com](https://docs.docker.com). This repository [contains the subset](docs/) related just to the registry. | | |||
| **documentation** | Full documentation set is available at [https://distribution.github.io/distribution](https://distribution.github.io/distribution/). This repository [contains the subset](docs/) related just to the registry. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"documentation set" feels a bit awkward.
- Perhaps just "Documentation is available at"
- The second sentence also no longer applies, so I think that whole sentence can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I've overlooked that. Will fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, PTAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
can you squash?
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2c4a137
to
e29a5c8
Compare
Just squashed, waiting for the CI and then I'll merge. |
PTAL @thaJeztah @Jamstah