Skip to content

Commit c1199cb

Browse files
committed
Change README to be cleaner
- Fix broken contributing link - Replace license text with link to license file - Sort links alphabetically - Add Link to repository (for on Docker Hub) - Add shield for Docker image size s to enhance links, shields, and formatting Key changes include replacing inline links with reference-style links, adding missing badges, updating outdated links, and reformatting sections for a standardized presentation. It also adjusts license and contribution details for better readability.
1 parent b86180d commit c1199cb

File tree

1 file changed

+14
-34
lines changed

1 file changed

+14
-34
lines changed

README.md

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Pipeline Components: Jsonlint
22

3+
[![][gitlab-repo-shield]][repository]
34
![Project Stage][project-stage-shield]
45
![Project Maintenance][maintenance-shield]
56
[![License][license-shield]](LICENSE)
6-
77
[![GitLab CI][gitlabci-shield]][gitlabci]
88

99
## Docker status
1010

11+
[![Image Size][size-shield]][dockerhub]
1112
[![Docker Pulls][pulls-shield]][dockerhub]
1213

1314
## Usage
@@ -71,9 +72,9 @@ You could also [open an issue here][issue]
7172
This is an active open-source project. We are always open to people who want to
7273
use the code or contribute to it.
7374

74-
We've set up a separate document for our [contribution guidelines](CONTRIBUTING.md).
75+
We've set up a separate document for our [contribution guidelines][contributing-link].
7576

76-
Thank you for being involved! :heart_eyes:
77+
Thank you for being involved! 😍
7778

7879
## Authors & contributors
7980

@@ -87,44 +88,23 @@ check [the contributor's page][contributors].
8788

8889
## License
8990

90-
MIT License
91-
92-
Copyright (c) 2018 Robbert Müller
93-
94-
Permission is hereby granted, free of charge, to any person obtaining a copy
95-
of this software and associated documentation files (the "Software"), to deal
96-
in the Software without restriction, including without limitation the rights
97-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
98-
copies of the Software, and to permit persons to whom the Software is
99-
furnished to do so, subject to the following conditions:
100-
101-
The above copyright notice and this permission notice shall be included in all
102-
copies or substantial portions of the Software.
91+
This project is licensed under the [MIT License](./LICENSE) by [Robbert Müller][mjrider].
10392

104-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
107-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
108-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
109-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
110-
SOFTWARE.
111-
112-
[commits]: https://gitlab.com/pipeline-components/jsonlint/-/commits/main
93+
[contributing-link]: https://pipeline-components.dev/contributing/
11394
[contributors]: https://gitlab.com/pipeline-components/jsonlint/-/graphs/main
114-
[dockerhub]: https://hub.docker.com/r/pipelinecomponents/jsonlint
115-
[license-shield]: https://img.shields.io/badge/License-MIT-green.svg
116-
[mjrider]: https://gitlab.com/mjrider
11795
[discord]: https://discord.gg/vhxWFfP
96+
[dockerhub]: https://hub.docker.com/r/pipelinecomponents/jsonlint
97+
[frenck]: https://github.com/frenck
98+
[gitlab-repo-shield]: https://img.shields.io/badge/Source-Gitlab-orange.svg?logo=gitlab
11899
[gitlabci-shield]: https://img.shields.io/gitlab/pipeline/pipeline-components/jsonlint.svg
119100
[gitlabci]: https://gitlab.com/pipeline-components/jsonlint/-/commits/main
101+
[hassio-addons]: https://github.com/hassio-addons
120102
[issue]: https://gitlab.com/pipeline-components/jsonlint/issues
121-
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
103+
[license-shield]: https://img.shields.io/badge/License-MIT-green.svg
122104
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
105+
[mjrider]: https://gitlab.com/mjrider
123106
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
124-
[pulls-shield]: https://img.shields.io/docker/pulls/pipelinecomponents/jsonlint.svg
125-
[releases]: https://gitlab.com/pipeline-components/jsonlint/tags
107+
[pulls-shield]: https://img.shields.io/docker/pulls/pipelinecomponents/jsonlint.svg?logo=docker
126108
[repository]: https://gitlab.com/pipeline-components/jsonlint
127109
[semver]: http://semver.org/spec/v2.0.0.html
128-
129-
[frenck]: https://github.com/frenck
130-
[hassio-addons]: https://github.com/hassio-addons
110+
[size-shield]: https://img.shields.io/docker/image-size/pipelinecomponents/jsonlint.svg?logo=docker

0 commit comments

Comments
 (0)