Skip to content

Commit 9b7e124

Browse files
authored
Avoid redirects from master to 5.0 (#3167)
* Avoid redirects from master to 5.0 * Changed link from main/master to 5.0 * Fixed compatibility-layer links
1 parent f1a8e3e commit 9b7e124

36 files changed

Lines changed: 79 additions & 79 deletions

File tree

docs/administration/back_office/back_office_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Configure default upload locations, pagination limits, and more set
88
## Pagination limits
99

1010
Default pagination limits for different sections of the back office can be defined through respective settings in
11-
[`ezplatform_default_settings.yaml`](https://github.com/ibexa/admin-ui/blob/main/src/bundle/Resources/config/ezplatform_default_settings.yaml#L7).
11+
[`ezplatform_default_settings.yaml`](https://github.com/ibexa/admin-ui/blob/5.0/src/bundle/Resources/config/ezplatform_default_settings.yaml#L7).
1212

1313
You can set the pagination limit for user settings under the `ibexa.system.<scope>.pagination_user` [configuration key](configuration.md#configuration-files):
1414

docs/administration/back_office/back_office_elements/extending_thumbnails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ At this point you can go to the back office and check the results.
5858
!!! note "Thumbnail mechanism "
5959

6060
This strategy overrides all generated thumbnails. You can specify a specific content type.
61-
See the example [here](https://github.com/ibexa/user/blob/main/src/lib/Strategy/DefaultThumbnailStrategy.php)
61+
See the example [here](https://github.com/ibexa/user/blob/5.0/src/lib/Strategy/DefaultThumbnailStrategy.php)
6262

6363

6464
## Other fields as thumbnails

docs/administration/back_office/back_office_elements/importing_assets_from_bundle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To import CSS files only, use:
3232

3333
After you add new files, run `php bin/console cache:clear`.
3434

35-
For a full example of importing asset configuration, see [`ibexa.config.js`](https://github.com/ibexa/admin-ui/blob/main/src/bundle/Resources/encore/ibexa.config.js)
35+
For a full example of importing asset configuration, see [`ibexa.config.js`](https://github.com/ibexa/admin-ui/blob/5.0/src/bundle/Resources/encore/ibexa.config.js)
3636

3737
To edit existing configuration entries, either in the bundle's `Resources/encore/` folder, or in the `encore` folder in the root folder of your project, create an `ibexa.config.manager.js` file:
3838

@@ -74,7 +74,7 @@ module.exports = (ibexaConfig, ibexaConfigManager) => {
7474

7575
After you add new files, run `php bin/console cache:clear`.
7676

77-
For a full example of overriding configuration, see [`ibexa.config.manager.js`](https://github.com/ibexa/fieldtype-matrix/blob/main/src/bundle/Resources/encore/ibexa.config.manager.js).
77+
For a full example of overriding configuration, see [`ibexa.config.manager.js`](https://github.com/ibexa/fieldtype-matrix/blob/5.0/src/bundle/Resources/encore/ibexa.config.manager.js).
7878

7979
To add a new configuration under your own namespace and with its own dependencies, create an `ibexa.webpack.custom.config.js` file that you create either in the bundle's `Resources/encore/` folder, or in the `encore` folder in the root directory of your project, for example:
8080

docs/administration/back_office/back_office_tabs/back_office_tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can also influence tab display (for example, order tabs, remove, or modify t
6464

6565
## Tab groups
6666

67-
You can create new tab groups by using the [`TabsComponent`](https://github.com/ibexa/admin-ui/blob/main/src/lib/Component/TabsComponent.php).
67+
You can create new tab groups by using the [`TabsComponent`](https://github.com/ibexa/admin-ui/blob/5.0/src/lib/Component/TabsComponent.php).
6868

6969
To create a tab group, register it as a service:
7070

docs/administration/back_office/subitems_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Optionally, Sub-items module can take a following list of props:
145145
- **items** _{Array}_ - list of location's sub-items
146146
- **limit** _{Number}_ - items limit count
147147
- **offset** _{Number}_ - items limit offset
148-
- **labels** _{Object}_ - list of module labels, see [sub.items.module.js](https://github.com/ibexa/admin-ui/blob/main/src/bundle/ui-dev/src/modules/sub-items/sub.items.module.js) for details. Contains definitions for sub components:
148+
- **labels** _{Object}_ - list of module labels, see [sub.items.module.js](https://github.com/ibexa/admin-ui/blob/5.0/src/bundle/ui-dev/src/modules/sub-items/sub.items.module.js) for details. Contains definitions for sub components:
149149
- **subItems** _{Object}_ - list of sub-items module labels
150150
- **tableView** _{Object}_ - list of table view component labels
151151
- **tableViewItem** _{Object}_ - list of table item view component labels

docs/administration/project_organization/bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can also reuse the bundles you create in other projects or share them with t
1111

1212
Many [[= product_name =]] functionalities are provided through separate bundles included in the installation.
1313
You can see the bundles that are automatically installed with [[= product_name =]] in the respective `composer.json` files.
14-
For example, for [[= product_name_headless =]], see the [JSON file on GitHub](https://github.com/ibexa/headless/blob/master/composer.json).
14+
For example, for [[= product_name_headless =]], see the [JSON file on GitHub](https://github.com/ibexa/headless/blob/5.0/composer.json).
1515

1616
## Working with bundles
1717

docs/api/graphql/graphql_custom_ft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To do that, you need to replace `mapXXX` by the method it's in:
8080

8181
It's required for every implemented method, so that other mappers are called for the other field types.
8282

83-
For an example implementation, look at the [`RelationFieldDefinitionMapper`](https://github.com/ibexa/graphql/blob/main/src/lib/Schema/Domain/Content/Mapper/FieldDefinition/RelationFieldDefinitionMapper.php) class.
83+
For an example implementation, look at the [`RelationFieldDefinitionMapper`](https://github.com/ibexa/graphql/blob/5.0/src/lib/Schema/Domain/Content/Mapper/FieldDefinition/RelationFieldDefinitionMapper.php) class.
8484

8585
The value type depends on the field definition allowed content types setting:
8686

@@ -111,4 +111,4 @@ The following variables are available in the resolver's expression:
111111
- `location` is the content item's resolved location. For more information, see [Querying Locations](graphql_queries.md#querying-locations)
112112
- `item` is the content together with its location `\Ibexa\GraphQL\Value\Item`
113113

114-
`RelationFieldValueBuilder` or `SelectionFieldValueBuilder` can be used as examples.
114+
`RelationFieldValueBuilder` or `SelectionFieldValueBuilder` can be used as examples.

docs/api/php_api/php_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To create and modify repository values, use data structures, such as [`ContentSe
7171

7272
### Value info objects
7373

74-
Some complex value objects have an `Info` counterpart, for example [`ContentInfo`](https://github.com/ibexa/core/blob/main/src/contracts/Repository/Values/Content/ContentInfo.php) for [`Content`](https://github.com/ibexa/core/blob/main/src/contracts/Repository/Values/Content/Content.php).
74+
Some complex value objects have an `Info` counterpart, for example [`ContentInfo`](https://github.com/ibexa/core/blob/5.0/src/contracts/Repository/Values/Content/ContentInfo.php) for [`Content`](https://github.com/ibexa/core/blob/5.0/src/contracts/Repository/Values/Content/Content.php).
7575
These objects provide you with lower-level information.
7676
For instance, `ContentInfo` contains `currentVersionNo` or `remoteId`, while `Content` enables you to retrieve fields, content type, or previous versions.
7777

docs/content_management/field_types/field_type_reference/richtextfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The RichText format enriches [DocBook](https://docbook.org/) with the following
116116
!!! note "Unsupported DocBook elements"
117117

118118
Some DocBook elements aren't supported by RichText.
119-
Refer to [`ezpublish.rng`](https://github.com/ibexa/fieldtype-richtext/blob/main/src/bundle/Resources/richtext/schemas/docbook/ezpublish.rng#L137) for a full list.
119+
Refer to [`ezpublish.rng`](https://github.com/ibexa/fieldtype-richtext/blob/5.0/src/bundle/Resources/richtext/schemas/docbook/ezpublish.rng#L137) for a full list.
120120

121121
### Online Editor elements
122122

docs/content_management/field_types/field_type_search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Default field is typically used by the [`Field` Sort Clause](field_sort_clause.m
4646
## Register `Indexable` implementations
4747

4848
Implement `Ibexa\Contracts\Core\FieldType\Indexable` as an extra service and register this Service using the `ibexa.field_type.indexable` tag.
49-
Example from [`indexable_fieldtypes.yaml`](https://github.com/ibexa/core/blob/main/src/lib/Resources/settings/indexable_fieldtypes.yml):
49+
Example from [`indexable_fieldtypes.yaml`](https://github.com/ibexa/core/blob/5.0/src/lib/Resources/settings/indexable_fieldtypes.yml):
5050

5151
``` yaml
5252
Ibexa\Core\FieldType\Keyword\SearchField:

0 commit comments

Comments
 (0)