Skip to content

Commit 3beb8d8

Browse files
authored
fix: improve README.md grammar, formatting, and license link (#23153)
### 🔧 Summary This pull request addresses the minor issues described in [Issue #23152](#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
1 parent 86dccb6 commit 3beb8d8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22

33
<img src="static/assets/images/docker-docs.png" alt="Welcome to Docker Documentation" style="max-width: 45%;">
44

5-
Welcome to the Docker Documentation repository. This is the source for
6-
[https://docs.docker.com/](https://docs.docker.com/).
5+
Welcome to the Docker Documentation repository. This is the source for the [Docker Docs Website](https://docs.docker.com/).
76

8-
Feel free to send us pull requests and issues. Our docs are completely
9-
open source, and we deeply appreciate contributions from the Docker community!
7+
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!
108

119
## Provide feedback
1210

1311
We’d love to hear your feedback! To submit feedback:
1412
- Click **[New issue](https://github.com/docker/docs/issues/new)** on the docs repository, or
1513
- Click **Request changes** in the right column of every page on
1614
[docs.docker.com](https://docs.docker.com/), or
17-
- Click **Give feedback** on of every page in the docs.
15+
- Click **Give feedback** on every page in the docs.
1816

1917
To get community support, use the [Docker Community Slack](https://dockr.ly/comm-slack). Personalized support is available
2018
through the Docker Pro, Team, and Business subscriptions. See [Docker
@@ -30,4 +28,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
3028

3129
## Copyright and license
3230

33-
Copyright 2013-2025 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
31+
Copyright 2013-2025 Docker, Inc., released under the [Apache 2.0 license](https://github.com/docker/docs/blob/main/LICENSE).

0 commit comments

Comments
 (0)