Skip to content

Commit cea317f

Browse files
committed
Code: nettrine -> contributte
1 parent 5f196af commit cea317f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nettrine ORM
1+
# Contributte Doctrine ORM
22

33
[Doctrine/ORM](https://www.doctrine-project.org/projects/orm.html) to Nette Framework.
44

@@ -44,7 +44,7 @@ Take advantage of enpowering this package with 3 extra packages:
4444

4545
### `doctrine/dbal`
4646

47-
This package relies on `doctrine/dbal`, use prepared [nettrine/dbal](https://github.com/nettrine/dbal) integration.
47+
This package relies on `doctrine/dbal`, use prepared [nettrine/dbal](https://github.com/contributte/doctrine-dbal) integration.
4848

4949
```bash
5050
composer require nettrine/dbal
@@ -62,7 +62,7 @@ extensions:
6262

6363
### `doctrine/cache`
6464

65-
This package relies on `doctrine/cache`, use prepared [nettrine/cache](https://github.com/nettrine/cache) integration.
65+
This package relies on `doctrine/cache`, use prepared [nettrine/cache](https://github.com/contributte/doctrine-cache) integration.
6666

6767
```bash
6868
composer require nettrine/cache
@@ -175,7 +175,7 @@ Take a look at real **Nettrine ORM** configuration example at [contributte/webap
175175

176176
2. At this time we support only 1 connection, the **default** connection. If you need more connections (more databases?), please open an issue or send a PR. Thanks.
177177

178-
3. Are you looking for custom types? You can register custom types in DBAL, see [Nettrine DBAL](https://github.com/nettrine/dbal/blob/master/.docs/README.md#types).
178+
3. Are you looking for custom types? You can register custom types in DBAL, see [Nettrine DBAL](https://github.com/contributte/doctrine-dbal/blob/master/.docs/README.md#types).
179179

180180
4. You have to configure entity mapping (see below), otherwise you will get `It's a requirement to specify a Metadata Driver` error.
181181

@@ -271,7 +271,7 @@ class Customer
271271
}
272272
```
273273

274-
This feature relies on `doctrine/annotations`, use prepared [nettrine/annotations](https://github.com/nettrine/annotations) integration.
274+
This feature relies on `doctrine/annotations`, use prepared [nettrine/annotations](https://github.com/contributte/doctrine-annotations) integration.
275275

276276
```bash
277277
composer require nettrine/annotations

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
![](https://heatbadger.now.sh/github/readme/nettrine/orm/)
1+
![](https://heatbadger.now.sh/github/readme/contributte/doctrine-orm/)
22

33
<p align=center>
4-
<a href="https://github.com/nettrine/orm/actions">
4+
<a href="https://github.com/contributte/doctrine-orm/actions">
55
<img src="https://badgen.net/github/checks/nettrine/orm/master?cache=300">
66
</a>
77
<a href="https://coveralls.io/r/nettrine/orm">
@@ -18,8 +18,8 @@
1818
<a href="https://packagist.org/packages/nettrine/orm">
1919
<img src="https://badgen.net/packagist/php/nettrine/orm">
2020
</a>
21-
<a href="https://github.com/nettrine/orm">
22-
<img src="https://badgen.net/github/license/nettrine/orm">
21+
<a href="https://github.com/contributte/doctrine-orm">
22+
<img src="https://badgen.net/github/license/contributte/doctrine-orm">
2323
</a>
2424
<a href="http://bit.ly/apittegitter">
2525
<img src="https://badgen.net/badge/chat/apitte/cyan">

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["nette", "doctrine", "orm", "database"],
55
"type": "library",
66
"license": "MIT",
7-
"homepage": "https://github.com/nettrine/orm",
7+
"homepage": "https://github.com/contributte/doctrine-orm",
88
"authors": [
99
{
1010
"name": "Milan Felix Šulc",

0 commit comments

Comments
 (0)