Skip to content

Commit

Permalink
Merge pull request #90 from caddijp/docs/badge
Browse files Browse the repository at this point in the history
docs(readme): fix badge urls [skip ci]
  • Loading branch information
antonioru authored and Antonio Russo committed Oct 4, 2021
2 parents b1d0ed4 + 638767e commit fe98b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This Code of Conduct applies within all community spaces, and also applies when

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders via the contact from at [Beautiful Interactions website](https://www.beautifulinteractions.com/). All complaints will be reviewed and investigated promptly and fairly.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders. All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

Expand Down
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![CI/CD](https://github.com/beautifulinteractions/beautiful-react-diagrams/workflows/CI/CD/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Coverage Status](https://coveralls.io/repos/github/beautifulinteractions/beautiful-react-diagrams/badge.svg?branch=master)](https://coveralls.io/github/antonioru/beautiful-react-diagrams?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/beautifulinteractions/beautiful-react-diagrams/badge.svg?branch=master)](https://coveralls.io/github/beautifulinteractions/beautiful-react-diagrams?branch=master)
![npm](https://img.shields.io/npm/v/beautiful-react-diagrams)
![GitHub stars](https://img.shields.io/github/stars/beautifulinteractions/beautiful-react-diagrams?style=social)

Expand All @@ -18,7 +18,7 @@

<div>
<p align="center">
<a href="https://beautifulinteractions.github.io/beautiful-react-diagrams/" target="_blank">
<a href="https://antonioru.github.io/beautiful-react-diagrams/" target="_blank">
🌟 Live playground here 🌟
</a>
</p>
Expand All @@ -32,7 +32,7 @@ Javascript diagramming libraries are often difficult to integrate in React proje
Different patterns not always fit the React nature and having a component's state in in sync with an external
diagramming library might be quite difficult especially when the latter had been built in a different paradigm (such as MVC, for example).

For this reason we created `beautiful-react-diagrams` an easy-to-customise functional diagramming library to build
For this reason we created `beautiful-react-diagrams` an easy-to-customise functional diagramming library to build
diagrams with ease.

## 🎓 Principles
Expand All @@ -51,15 +51,15 @@ diagrams with ease.

<div>
<p align="center">
<a href="https://beautifulinteractions.github.io/beautiful-react-diagrams/" target="_blank">
<a href="https://antonioru.github.io/beautiful-react-diagrams/" target="_blank">
🌟 Live playground here 🌟
</a>
</p>
</div>

## Contributing

Contributions are very welcome and wanted.
Contributions are very welcome and wanted.

To submit your custom pull request, please make sure your read our [CONTRIBUTING](./CONTRIBUTING.md) guidelines.

Expand All @@ -78,20 +78,6 @@ to automated publication to NPM under the `next` tag. Pre-release version
numbers must follow the `<major>.<minor>.<patch>-<tag>.<number>`, such as
`5.1.0-rc.0`.

### Credits

This library is provided and sponsored by:

<div>
<p>
<a href="https://beautifulinteractions.com/">
<img src="https://beautifulinteractions.com/img/logo-colorful.svg" alt="Beautiful interactions" width="140px" />
</a>
</p>
</div>

As part of our commitment to support and contribute to the open source community.

---

This library logo has been created using images published by the user [Freepik](https://www.flaticon.com/authors/freepik) on [www.flaticon.com](https://www.flaticon.com/free-icon/hook_1081812)

0 comments on commit fe98b26

Please sign in to comment.