Skip to content

Commit 29220b9

Browse files
authored
IBX-4175: Update/Fix several internal and external links (#2117)
1 parent 5a4dfa1 commit 29220b9

File tree

134 files changed

+359
-358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+359
-358
lines changed

docs/administration/admin_panel/roles_admin_panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [example use case](permission_use_cases.md#restrict-editing-to-part-of-the-t
2424

2525
Limitation specifies what a User can do, not what they can't do.
2626
A `Location` Limitation, for example, gives the User access to content with a specific Location,
27-
not prohibits it. See [Available Limitations](limitations.md#available-limitations) for further information.
27+
not prohibits it. See [Limitation reference](limitation_reference.md) for further information.
2828

2929
**Assignments**
3030

docs/administration/admin_panel/system_information_admin_panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: System information provides basic system information such as versio
44

55
# System Information
66

7-
The System Information panel in the Back Office is sourced in the [`ibexa/support-tools` repository](https://github.com/ibexa/support-tools).
7+
The System Information panel in the Back Office is sourced in the [`ibexa/system-info` repository](https://github.com/ibexa/system-info).
88
There you will also find basic system information such as versions of all installed packages.
99

1010
![System Information](admin_panel_system_info.png "System Information")

docs/administration/back_office/back_office_elements/importing_assets_from_bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = (IbexaConfig, IbexaConfigManager) => {
7878
After you add new files, run `php bin/console cache:clear`.
7979

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

8383
To add a new configuration under your own namespace and with its own dependencies,
8484
create an `ibexa.webpack.custom.config.js` file that you create either in the bundle's `Resources/encore/` folder,

docs/administration/back_office/back_office_menus/back_office_menus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Back Office menus are based on the [KnpMenuBundle](https://github.com/KnpLabs/Kn
99
!!! tip
1010

1111
For general information on how to use `MenuBuilder`,
12-
see [the official KnpMenuBundle documentation](https://symfony.com/doc/current/bundles/KnpMenuBundle/index.html).
12+
see [the official KnpMenuBundle documentation](https://symfony.com/bundles/KnpMenuBundle/current/index.html).
1313

1414
Menus are extensible using event subscribers, for example:
1515

docs/administration/back_office/browser/browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ class JohnDoeCanSelectMore implements EventSubscriberInterface
185185
}
186186
```
187187

188-
For more information, see [Symfony Doctrine Event Listeners and Subscribers tutorial.]([[= symfony_doc =]]/event_dispatcher.html#creating-an-event-subscriber)
188+
For more information, see [Symfony Doctrine Event Listeners and Subscribers tutorial]([[= symfony_doc =]]/event_dispatcher.html#creating-an-event-subscriber).

docs/administration/back_office/content_type_anchor_menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Add anchor menu to the Content Type configuration screen, to make F
55
# Add anchor menu to Content Type edit screen
66

77
With the anchor menu you can increase visibility of certain [Field Types](field_types.md), which provide more complex functionality,
8-
by separating them from the [Field definitions](content_model.md#field-definitions) section in [Content Type](content_model.md#content-types) configuration screen.
8+
by separating them from the [Field definitions](content_types.md#field-definitions) section in [Content Type](content_types.md) configuration screen.
99
One example of such Field Type would be [SEO]([[= user_doc =]]/search_engine_optimization/work_with_seo/),
1010
because it handles functionality that applies to all Content items of the Content Type.
1111
You can use the anchor menu feature with other Field Types, including [custom ones](create_custom_generic_field_type.md).

docs/administration/configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Internally and by convention, keys follow a *dot syntax*, where the different se
5050
Keys are usually prefixed by a *namespace* corresponding to your application. All kinds of values are accepted, including arrays and deep hashes.
5151

5252
For configuration that is meant to be exposed to an end-user (or end-developer),
53-
it's usually a good idea to also [implement semantic configuration.]([[= symfony_doc =]]/components/config/definition.html)
53+
it's usually a good idea to also [implement semantic configuration]([[= symfony_doc =]]/components/config/definition.html).
5454

5555
Note that you can also [implement SiteAccess-aware semantic configuration](siteaccess_aware_configuration.md).
5656

docs/administration/configuration/repository_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ibexa:
2626
2727
Legacy storage engine is the default storage engine for the Repository.
2828
29-
It uses [Doctrine DBAL](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/) (Database Abstraction Layer).
29+
It uses [Doctrine DBAL](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/) (Database Abstraction Layer).
3030
Database settings are supplied by [DoctrineBundle](https://github.com/doctrine/DoctrineBundle).
31-
As such, you can refer to [DoctrineBundle's documentation](https://github.com/doctrine/DoctrineBundle/blob/master/Resources/doc/configuration.rst#doctrine-dbal-configuration).
31+
As such, you can refer to [DoctrineBundle's documentation](https://github.com/doctrine/DoctrineBundle/blob/2.7.x/Resources/doc/configuration.rst#doctrine-dbal-configuration).
3232
3333
If no Repository is specified for a SiteAccess or SiteAccess group,
3434
the first Repository defined under `ibexa.repositories` will be used:

docs/administration/content_organization/content_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Content Types are organized into groups.
1717

1818
You can add your own groups here to keep your Content Types in better order.
1919

20-
For a full tutorial, see [Create a Content Type](first_steps.md#create-a-content-type) or follow [user documentation](https://doc.ibexa.co/projects/userguide/en/latest/organizing_the_site/#content-types).
20+
For a full tutorial, see [Add a Content Type](first_steps.md#add-a-content-type) or follow [user documentation](https://doc.ibexa.co/projects/userguide/en/latest/content_management/create_edit_content_types/).
2121
For a detailed overview of the content model, see [Content model overview](content_model.md).
2222

2323
## Content Type metadata

docs/administration/content_organization/object_states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ By default, [[= product_name =]] contains one Object state group: **Lock**, with
1919

2020
![**Lock** Object state](object_state_lock.png "Lock Object state")
2121

22-
Object states can be used in conjunction with [permissions](permission_overview.md), in particular with the [State Limitation](limitation_reference.md#state-limitation).
22+
Object states can be used in conjunction with [permissions](permission_overview.md), in particular with the [Object State Limitation](limitation_reference.md#object-state-limitation).
2323
Their specific use cases depend on your needs and the setup of your permission system.

0 commit comments

Comments
 (0)