Skip to content

Commit

Permalink
Update references to jsonrainbow (#725)
Browse files Browse the repository at this point in the history
* Fix: Composer.json homepage

As can be read in #658,
the repository has been moved. Update the composer.json homepage
instruction to point to the new location.

* docs: Update remaining references to jsonrainbow

---------

Co-authored-by: Floris Luiten <[email protected]>
  • Loading branch information
DannyvdSluijs and florisluiten authored May 26, 2024
1 parent 9e3c631 commit db59a8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"json",
"schema"
],
"homepage": "https://github.com/justinrainbow/json-schema",
"homepage": "https://github.com/jsonrainbow/json-schema",
"license": "MIT",
"authors": [
{
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 db59a8d

Please sign in to comment.