mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
fix: improve README.md grammar, formatting, and license link (#23153)
### 🔧 Summary This pull request addresses the minor issues described in [Issue #23152](https://github.com/docker/docs/issues/23152). The following improvements are made to the `README.md` file: - ✅ **Grammar Fix**: Corrected "Click Give feedback on of every page" → "Click Give feedback on every page". - ✅ **Formatting Enhancement**: Improved clarity of plain URLs. - ✅ **Clarity Improvement**: Reworded contribution invitation line. - ✅ **License Link Fix**: Used cleaner Markdown format for the license reference. --- ### 📌 Related Issue Closes #23152
This commit is contained in:
committed by
GitHub
parent
86dccb683e
commit
3beb8d820b
10
README.md
10
README.md
@@ -2,11 +2,9 @@
|
||||
|
||||
<img src="static/assets/images/docker-docs.png" alt="Welcome to Docker Documentation" style="max-width: 45%;">
|
||||
|
||||
Welcome to the Docker Documentation repository. This is the source for
|
||||
[https://docs.docker.com/](https://docs.docker.com/).
|
||||
Welcome to the Docker Documentation repository. This is the source for the [Docker Docs Website](https://docs.docker.com/).
|
||||
|
||||
Feel free to send us pull requests and issues. Our docs are completely
|
||||
open source, and we deeply appreciate contributions from the Docker community!
|
||||
We welcome your contributions—feel free to open pull requests or issues. Our docs are completely open source, and we deeply appreciate contributions from the Docker community!
|
||||
|
||||
## Provide feedback
|
||||
|
||||
@@ -14,7 +12,7 @@ We’d love to hear your feedback! To submit feedback:
|
||||
- Click **[New issue](https://github.com/docker/docs/issues/new)** on the docs repository, or
|
||||
- Click **Request changes** in the right column of every page on
|
||||
[docs.docker.com](https://docs.docker.com/), or
|
||||
- Click **Give feedback** on of every page in the docs.
|
||||
- Click **Give feedback** on every page in the docs.
|
||||
|
||||
To get community support, use the [Docker Community Slack](https://dockr.ly/comm-slack). Personalized support is available
|
||||
through the Docker Pro, Team, and Business subscriptions. See [Docker
|
||||
@@ -30,4 +28,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
|
||||
## Copyright and license
|
||||
|
||||
Copyright 2013-2025 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
|
||||
Copyright 2013-2025 Docker, Inc., released under the [Apache 2.0 license](https://github.com/docker/docs/blob/main/LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user