Skip to content

Update references to jsonrainbow #725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)

@@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"json",
"schema"
],
"homepage": "https://github.com/justinrainbow/json-schema",
"homepage": "https://github.com/jsonrainbow/json-schema",
"license": "MIT",
"authors": [
{
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -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
^^^^^^^^^^^^^^^