Skip to content

Commit

Permalink
Replace references to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AkenRoberts committed Sep 23, 2020
1 parent bfa896c commit dd8257d
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"support": {
"email": "gediminas.morkevicius@gmail.com",
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc"
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
}
}
2 changes: 1 addition & 1 deletion composer7.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"support": {
"email": "gediminas.morkevicius@gmail.com",
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc"
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
},
"require": {
"php": ">=5.4",
Expand Down
2 changes: 1 addition & 1 deletion doc/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ New annotation reader does not depend on any namespaces, for that reason you can
single reader instance for whole project. The example bellow shows how to setup the
mapping and listeners:

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

``` php
<?php
Expand Down
4 changes: 2 additions & 2 deletions doc/blameable.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Content:

## Setup and autoloading

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

<a name="entity-mapping"></a>
Expand Down
4 changes: 2 additions & 2 deletions doc/ip_traceable.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Content:

## Setup and autoloading

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

<a name="entity-mapping"></a>
Expand Down
4 changes: 2 additions & 2 deletions doc/loggable.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Content:

## Setup and autoloading

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

### Loggable annotations:
Expand Down
4 changes: 2 additions & 2 deletions doc/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Content:

## Setup and autoloading

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

<a name="create-extension"></a>
Expand Down
4 changes: 2 additions & 2 deletions doc/reference_integrity.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Content:

## Setup and autoloading

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

<a name="document-mapping"></a>
Expand Down
6 changes: 3 additions & 3 deletions doc/sluggable.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Content:

## Setup and autoloading

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

<a name="entity-mapping"></a>
Expand Down Expand Up @@ -779,7 +779,7 @@ class Company
```

For other mapping drivers see
[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
[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

And the example usage:

Expand Down
4 changes: 2 additions & 2 deletions doc/softdeleteable.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Content:

## Setup and autoloading

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

With SoftDeleteable there's one more step you need to do. You need to add the filter to your configuration:
Expand Down
4 changes: 2 additions & 2 deletions doc/sortable.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Content:

## Setup and autoloading

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

<a name="entity-mapping"></a>
Expand Down
2 changes: 1 addition & 1 deletion doc/symfony2.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ This also shows, how to make mappings based on single manager. All what differs
instead of **Entity** is used. I haven't tested it with mongo though.
**Note:** [extension repository](http://github.com/Atlantic18/DoctrineExtensions) contains all
[documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/master/doc) you may need
[documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc) you may need
to understand how you can use it in your projects.
<a name="alternative"></a>
Expand Down
2 changes: 1 addition & 1 deletion doc/symfony4.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ This also shows, how to make mappings based on single manager. All what differs
instead of **Entity** is used. I haven't tested it with mongo though.
**Note:** [extension repository](http://github.com/Atlantic18/DoctrineExtensions) contains all
[documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/master/doc) you may need
[documentation](http://github.com/Atlantic18/DoctrineExtensions/tree/main/doc) you may need
to understand how you can use it in your projects.
<a name="alternative"></a>
Expand Down
4 changes: 2 additions & 2 deletions doc/timestampable.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Content:

## Setup and autoloading

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

<a name="entity-mapping"></a>
Expand Down
4 changes: 2 additions & 2 deletions doc/translatable.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Content:

## Setup and autoloading

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

### Translatable annotations:
Expand Down
4 changes: 2 additions & 2 deletions doc/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Content:

## Setup and autoloading

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

<a name="entity-mapping"></a>
Expand Down
2 changes: 1 addition & 1 deletion doc/zendframework2.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ return array(
);
```

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

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

Expand Down

0 comments on commit dd8257d

Please sign in to comment.