You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Welcome to the Docker Documentation repository. This is the source for the [Docker Docs Website](https://docs.docker.com/).
7
6
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!
10
8
11
9
## Provide feedback
12
10
13
11
We’d love to hear your feedback! To submit feedback:
14
12
- Click **[New issue](https://github.com/docker/docs/issues/new)** on the docs repository, or
15
13
- Click **Request changes** in the right column of every page on
16
14
[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.
18
16
19
17
To get community support, use the [Docker Community Slack](https://dockr.ly/comm-slack). Personalized support is available
20
18
through the Docker Pro, Team, and Business subscriptions. See [Docker
@@ -30,4 +28,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
30
28
31
29
## Copyright and license
32
30
33
-
Copyright 2013-2025 Docker, Inc., released under the <ahref="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