Skip to content

Commit 245206d

Browse files
authored
Merge pull request #3 from Syndesi/feature/update-documentation
Update links due to ownership transfer
2 parents 6a54eb2 + 256344e commit 245206d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
[![GitHub](https://img.shields.io/github/license/Syndesi/cypher-data-structures)](https://github.com/Syndesi/cypher-data-structures/blob/main/LICENSE)
1+
[![GitHub](https://img.shields.io/github/license/neo4j-php/cypher-data-structures)](https://github.com/neo4j-php/cypher-data-structures/blob/main/LICENSE)
22
![Packagist PHP Version Support (specify version)](https://img.shields.io/packagist/php-v/syndesi/cypher-data-structures/dev-main)
33
![Packagist Version](https://img.shields.io/packagist/v/syndesi/cypher-data-structures)
44
![Packagist Downloads](https://img.shields.io/packagist/dm/syndesi/cypher-data-structures)
55

6-
[![Unit Tests](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-unit-test.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-unit-test.yml)
7-
[![Mutant Test](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-mutant-test.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-mutant-test.yml)
8-
[![Leak Tests](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-leak-test.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-leak-test.yml)
9-
[![PHPStan](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-phpstan.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-phpstan.yml)
10-
[![Psalm](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-psalm.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-psalm.yml)
11-
[![Code Style](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-code-style.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-code-style.yml)
12-
[![YML lint](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-yml-lint.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-yml-lint.yml)
13-
[![Markdown lint](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-markdown-lint.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-markdown-lint.yml)
6+
[![Unit Tests](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml)
7+
[![Mutant Test](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml)
8+
[![Leak Tests](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml)
9+
[![PHPStan](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml)
10+
[![Psalm](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml)
11+
[![Code Style](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml)
12+
[![YML lint](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml)
13+
[![Markdown lint](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml)
1414
[![Test Coverage](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage)](https://codeclimate.com/github/Syndesi/cypher-data-structures/test_coverage)
1515
[![Maintainability](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability)](https://codeclimate.com/github/Syndesi/cypher-data-structures/maintainability)
1616

@@ -20,6 +20,6 @@ This library provides data structures for Cypher data types.
2020

2121
Links:
2222

23-
- [Documentation](https://syndesi.github.io/cypher-data-structures)
23+
- [Documentation](https://neo4j-php.github.io/cypher-data-structures)
2424
- [Packagist](https://packagist.org/packages/syndesi/cypher-data-structures)
2525
- [Neo4j PHP Community](https://github.com/neo4j-php)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "syndesi/cypher-data-structures",
33
"description": "Provides generic cypher data structures for PHP",
44
"type": "library",
5-
"homepage": "https://syndesi.github.io/cypher-data-structures/#/",
5+
"homepage": "https://neo4j-php.github.io/cypher-data-structures/#/",
66
"license": "MIT",
77
"authors": [
88
{

docs/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
[![GitHub](https://img.shields.io/github/license/Syndesi/cypher-data-structures)](https://github.com/Syndesi/cypher-data-structures/blob/main/LICENSE)
1+
[![GitHub](https://img.shields.io/github/license/neo4j-php/cypher-data-structures)](https://github.com/neo4j-php/cypher-data-structures/blob/main/LICENSE)
22
![Packagist PHP Version Support (specify version)](https://img.shields.io/packagist/php-v/syndesi/cypher-data-structures/dev-main)
33
![Packagist Version](https://img.shields.io/packagist/v/syndesi/cypher-data-structures)
44
![Packagist Downloads](https://img.shields.io/packagist/dm/syndesi/cypher-data-structures)
55

6-
[![Unit Tests](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-unit-test.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-unit-test.yml)
7-
[![Mutant Test](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-mutant-test.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-mutant-test.yml)
8-
[![Leak Tests](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-leak-test.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-leak-test.yml)
9-
[![PHPStan](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-phpstan.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-phpstan.yml)
10-
[![Psalm](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-psalm.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-psalm.yml)
11-
[![Code Style](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-code-style.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-code-style.yml)
12-
[![YML lint](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-yml-lint.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-yml-lint.yml)
13-
[![Markdown lint](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-markdown-lint.yml/badge.svg)](https://github.com/Syndesi/cypher-data-structures/actions/workflows/ci-markdown-lint.yml)
6+
[![Unit Tests](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml)
7+
[![Mutant Test](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml)
8+
[![Leak Tests](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml)
9+
[![PHPStan](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml)
10+
[![Psalm](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml)
11+
[![Code Style](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml)
12+
[![YML lint](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml)
13+
[![Markdown lint](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml/badge.svg)](https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml)
1414
[![Test Coverage](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage)](https://codeclimate.com/github/Syndesi/cypher-data-structures/test_coverage)
1515
[![Maintainability](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability)](https://codeclimate.com/github/Syndesi/cypher-data-structures/maintainability)
1616

@@ -20,6 +20,6 @@ This library provides data structures for Cypher data types.
2020

2121
Links:
2222

23-
- [Documentation](https://syndesi.github.io/cypher-data-structures)
23+
- [Documentation](https://neo4j-php.github.io/cypher-data-structures)
2424
- [Packagist](https://packagist.org/packages/syndesi/cypher-data-structures)
2525
- [Neo4j PHP Community](https://github.com/neo4j-php)

0 commit comments

Comments
 (0)