diff --git a/docs/api/rest_api/rest_api_usage/rest_api_usage.md b/docs/api/rest_api/rest_api_usage/rest_api_usage.md index 1e4df26804..68973dc3c4 100644 --- a/docs/api/rest_api/rest_api_usage/rest_api_usage.md +++ b/docs/api/rest_api/rest_api_usage/rest_api_usage.md @@ -23,7 +23,7 @@ Starting from the [root resource](#rest-root), every response includes further l In practice, the `/api/ibexa/v2` prefixes all REST hrefs. This prefix immediately follows the domain, and you can't use the [`URIElement` SiteAccess matcher](siteaccess_matching.md#urielement). -If you need to the select a SiteAccess, see the [`X-Siteaccess` HTTP header](rest_requests#siteaccess). +If you need to the select a SiteAccess, see the [`X-Siteaccess` HTTP header](rest_requests.md#siteaccess). ### URI parameters diff --git a/docs/customer_management/create_user_registration_form.md b/docs/customer_management/create_user_registration_form.md index 178737d03a..f5b92ba007 100644 --- a/docs/customer_management/create_user_registration_form.md +++ b/docs/customer_management/create_user_registration_form.md @@ -14,7 +14,7 @@ First, make sure you [enabled user registration](permission_use_cases.md#registe In your configuration, under `allowed_field_definitions_identifiers` [configuration key](configuration.md#configuration-files), specify the fields that should be part of your registration form. You can also define what kind of user you want to create under `user_type_identifier` e.g. frontend user. -To learn more about available users, see [user types documentation](user_registration#user-types). +To learn more about available users, see [user types documentation](user_registration.md#user-types). ``` yaml ibexa: diff --git a/docs/infrastructure_and_maintenance/clustering/clustering.md b/docs/infrastructure_and_maintenance/clustering/clustering.md index 8b6f3fec37..4562f7e9c2 100644 --- a/docs/infrastructure_and_maintenance/clustering/clustering.md +++ b/docs/infrastructure_and_maintenance/clustering/clustering.md @@ -19,7 +19,7 @@ is up to you and your performance needs. The minimal requirements are: -- [Shared HTTP cache (using Varnish)](reverse_proxy.md/#using-varnish-or-fastly) +- [Shared HTTP cache (using Varnish)](reverse_proxy.md#using-varnish-or-fastly) - [Shared persistence cache](#shared-persistence-cache) and [sessions](#shared-sessions) (using Redis or Memcached) - Shared database (using MySQL/MariaDB) - [Shared binary files](#shared-binary-files) (using NFS, or S3) diff --git a/docs/resources/phpstorm_plugin.md b/docs/resources/phpstorm_plugin.md index a2908290da..096e9a19b5 100644 --- a/docs/resources/phpstorm_plugin.md +++ b/docs/resources/phpstorm_plugin.md @@ -68,7 +68,7 @@ In project settings form you can choose: - Product edition: [[= product_name_oss =]], [[= product_name_content =]], [[= product_name_exp =]], [[= product_name_com =]] - Authentication token (for Content, Experience and Commerce editions) - Product version: Default (latest LTS version), Latest (fast track or LTS), Latest LTS and "Next 3.x" (unstable, based on the 3.x branch) and "Next 4.x" (unstable, based on the 4.x branch) -- Generate [Ibexa Cloud configuration](install_on_ibexa_cloud) +- Generate [Ibexa Cloud configuration](install_on_ibexa_cloud.md) - Composer settings ![Create a project](phpstorm_plugin_create_project.png)