From db59a8d73b46919eef2acd39e27dae51dea99d0f Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Sun, 26 May 2024 23:47:04 +0200 Subject: [PATCH] Update references to jsonrainbow (#725) * Fix: Composer.json homepage As can be read in https://github.com/jsonrainbow/json-schema/issues/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 --- README.md | 4 ++-- composer.json | 2 +- docs/index.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b734cd3..ad4534ee 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/composer.json b/composer.json index c6b6936c..827cff0d 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "json", "schema" ], - "homepage": "https://github.com/justinrainbow/json-schema", + "homepage": "https://github.com/jsonrainbow/json-schema", "license": "MIT", "authors": [ { diff --git a/docs/index.rst b/docs/index.rst index 32cddb6c..f1949cec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ^^^^^^^^^^^^^^^