Skip to content

Commit 228ffe2

Browse files
committed
Replace references to master branch
1 parent be55198 commit 228ffe2

17 files changed

+30
-30
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
},
8282
"support": {
8383
"email": "[email protected]",
84-
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc"
84+
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
8585
}
8686
}

doc/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ New annotation reader does not depend on any namespaces, for that reason you can
6363
single reader instance for whole project. The example bellow shows how to setup the
6464
mapping and listeners:
6565

66-
**Note:** using this repository you can test and check the [example demo configuration](https://github.com/Atlantic18/DoctrineExtensions/blob/master/example/em.php)
66+
**Note:** using this repository you can test and check the [example demo configuration](https://github.com/Atlantic18/DoctrineExtensions/tree/main/example/em.php)
6767

6868
``` php
6969
<?php

doc/blameable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Content:
4646

4747
## Setup and autoloading
4848

49-
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
50-
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
49+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md#em-setup)
50+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/main/example)
5151
on how to setup and use the extensions in most optimized way.
5252

5353
<a name="entity-mapping"></a>

doc/ip_traceable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Content:
4141

4242
## Setup and autoloading
4343

44-
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
45-
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
44+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md#em-setup)
45+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/main/example)
4646
on how to setup and use the extensions in most optimized way.
4747

4848
<a name="entity-mapping"></a>

doc/laminas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ return array(
4444
);
4545
```
4646

47-
That's it! From now on you can use Gedmo annotations, just as it is described in [documentation](https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md).
47+
That's it! From now on you can use Gedmo annotations, just as it is described in [documentation](https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md).
4848

4949
#### Note: You may need to provide additional settings for some of the available listeners.
5050

doc/loggable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Content:
3737

3838
## Setup and autoloading
3939

40-
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
41-
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
40+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md#em-setup)
41+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/main/example)
4242
on how to setup and use the extensions in most optimized way.
4343

4444
### Loggable annotations:

doc/mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Content:
3131

3232
## Setup and autoloading
3333

34-
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
35-
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
34+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md#em-setup)
35+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/main/example)
3636
on how to setup and use the extensions in most optimized way.
3737

3838
<a name="create-extension"></a>

doc/reference_integrity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Content:
3636

3737
## Setup and autoloading
3838

39-
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
40-
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
39+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md#em-setup)
40+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/main/example)
4141
on how to setup and use the extensions in most optimized way.
4242

4343
<a name="document-mapping"></a>

doc/sluggable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ Content:
8888

8989
## Setup and autoloading
9090

91-
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
92-
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
91+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md#em-setup)
92+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/main/example)
9393
on how to setup and use the extensions in most optimized way.
9494

9595
<a name="entity-mapping"></a>
@@ -779,7 +779,7 @@ class Company
779779
```
780780

781781
For other mapping drivers see
782-
[xml](https://github.com/Atlantic18/DoctrineExtensions/blob/master/tests/Gedmo/Mapping/Driver/Xml/Mapping.Fixture.Xml.Sluggable.dcm.xml) or [yaml](https://github.com/Atlantic18/DoctrineExtensions/blob/master/tests/Gedmo/Mapping/Driver/Yaml/Mapping.Fixture.Yaml.Category.dcm.yml) examples from tests
782+
[xml](https://github.com/Atlantic18/DoctrineExtensions/tree/main/tests/Gedmo/Mapping/Driver/Xml/Mapping.Fixture.Xml.Sluggable.dcm.xml) or [yaml](https://github.com/Atlantic18/DoctrineExtensions/tree/main/tests/Gedmo/Mapping/Driver/Yaml/Mapping.Fixture.Yaml.Category.dcm.yml) examples from tests
783783

784784
And the example usage:
785785

doc/softdeleteable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Content:
2626

2727
## Setup and autoloading
2828

29-
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
30-
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
29+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc/annotations.md#em-setup)
30+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/main/example)
3131
on how to setup and use the extensions in most optimized way.
3232

3333
With SoftDeleteable there's one more step you need to do. You need to add the filter to your configuration:

0 commit comments

Comments
 (0)