Skip to content

Commit 611dafc

Browse files
committed
Add cross-referenced links to rulesets
1 parent f7e06e9 commit 611dafc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/deployment/caching/control-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Where you can control Plone's use of in-memory cache.
4242

4343
### {guilabel}`Caching operation`
4444

45-
Where caching rulesets (hints about views and resources used for caching purposes) can be associated with caching operations.
45+
Where caching {doc}`rulesets <rulesets-and-caching-operations>` (hints about views and resources used for caching purposes) can be associated with caching operations.
4646

4747
Those either intercept a request to return a cached response, or modify a response to add cache control headers.
4848

docs/deployment/caching/profiles.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ At the time of writing, this includes:
7979

8080
Default options for the various standard operations are found in the `registry.xml` file that is part of the standard installation profile for this product, in the directory `profiles/default`.
8181

82-
The custom profile overrides a number of operation settings for specific rulesets (see below).
83-
84-
For example:
82+
The custom profile overrides a number of operation settings for specific {doc}`rulesets <rulesets-and-caching-operations>`, as shown below.
8583

8684
```xml
8785
<record name="plone.app.caching.weakCaching.plone.content.itemView.ramCache">

0 commit comments

Comments
 (0)