Skip to content

Commit d9c87ae

Browse files
committed
Fixed incorrectly formatted links (#3288)
1 parent 51dc20e commit d9c87ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/infrastructure_and_maintenance/cache/persistence_cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ parameters:
126126
[Redis](https://redis.io/), an in-memory data structure store, is one of the supported cache solutions for clustering.
127127
Redis is used via [Redis PECL extension](https://pecl.php.net/package/redis).
128128
129-
See [Redis Cache Adapter in Symfony documentation]([[= symfony_doc =]]/components/cache/adapters/redis_adapter.html#configure-the-connection for information on how to connect to Redis.
129+
See [Redis Cache Adapter in Symfony documentation]([[= symfony_doc =]]/components/cache/adapters/redis_adapter.html#configure-the-connection) for information on how to connect to Redis.
130130
131131
[Valkey](https://valkey.io/), an alternative data structure store compatible with Redis, is also supported.
132132
To set it up with [[= product_name =]], follow the same steps as for Redis.

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ In addition, you can now use the [Taxonomy limitation](https://doc.ibexa.co/en/4
605605

606606
#### Pagination for ezobjectrelationlist in GraphQL
607607

608-
To improve performance and gain greater control over the returned responses from the [GraphQL API](https://doc.ibexa.co/en/4.6/api/graphql/graphql/), you can now [enable pagination]((https://doc.ibexa.co/en/4.6/content_management/field_types/field_type_reference/relationlistfield#enable-pagination-in-graphql) of relations specified using the RelationList field type.
608+
To improve performance and gain greater control over the returned responses from the [GraphQL API](https://doc.ibexa.co/en/4.6/api/graphql/graphql/), you can now [enable pagination](https://doc.ibexa.co/en/4.6/content_management/field_types/field_type_reference/relationlistfield#enable-pagination-in-graphql) of relations specified using the RelationList field type.
609609

610610
#### Breaking changes
611611

0 commit comments

Comments
 (0)