Skip to content

Commit

Permalink
docs: Update remaining references to jsonrainbow
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed May 26, 2024
1 parent 4bbdb79 commit b8989bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSON Schema for PHP

[![Build Status](https://github.com/justinrainbow/json-schema/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/justinrainbow/json-schema/actions)
[![Build Status](https://github.com/jsonrainbow/json-schema/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/jsonrainbow/json-schema/actions)
[![Latest Stable Version](https://poser.pugx.org/justinrainbow/json-schema/v/stable.png)](https://packagist.org/packages/justinrainbow/json-schema)
[![Total Downloads](https://poser.pugx.org/justinrainbow/json-schema/downloads.png)](https://packagist.org/packages/justinrainbow/json-schema)

Expand All @@ -13,7 +13,7 @@ See [json-schema](http://json-schema.org/) for more details.
### Library

```bash
git clone https://github.com/justinrainbow/json-schema.git
git clone https://github.com/jsonrainbow/json-schema.git
```

### Composer
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation

.. code-block:: console
git clone https://github.com/justinrainbow/json-schema.git
git clone https://github.com/jsonrainbow/json-schema.git
Composer method
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit b8989bd

Please sign in to comment.