Skip to content

Commit db59a8d

Browse files
Update references to jsonrainbow (#725)
* 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 <floris.luiten@tweakers.net>
1 parent 9e3c631 commit db59a8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSON Schema for PHP
22

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

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

1515
```bash
16-
git clone https://github.com/justinrainbow/json-schema.git
16+
git clone https://github.com/jsonrainbow/json-schema.git
1717
```
1818

1919
### Composer

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"json",
77
"schema"
88
],
9-
"homepage": "https://github.com/justinrainbow/json-schema",
9+
"homepage": "https://github.com/jsonrainbow/json-schema",
1010
"license": "MIT",
1111
"authors": [
1212
{

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717

1818
.. code-block:: console
1919
20-
git clone https://github.com/justinrainbow/json-schema.git
20+
git clone https://github.com/jsonrainbow/json-schema.git
2121
2222
Composer method
2323
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)