Skip to content

Commit

Permalink
Fix some internal links (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis authored Dec 22, 2023
1 parent f829ecf commit c7007ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/rest_api/rest_api_usage/rest_api_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/customer_management/create_user_registration_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/phpstorm_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7007ee

Please sign in to comment.