Skip to content

Commit

Permalink
Merge pull request #214 from AdobeDocs/GH-213-link-fix
Browse files Browse the repository at this point in the history
GH-213: Fixed broken link
  • Loading branch information
jeff-matthews authored Nov 21, 2023
2 parents fb5bcce + 3e05b95 commit ae7eea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/page-cache-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- Model and block level should identify themselves for invalidation support

- Declare a custom [context variable](../pages/development/cache/page/public-content.md#configure-page-variations) if you plan to show different public content with the same URL
- Declare a custom [context variable](/src/pages/development/cache/page/public-content.md#configure-page-variations) if you plan to show different public content with the same URL

## Non-cacheable page checklist

Expand Down
4 changes: 2 additions & 2 deletions src/pages/development/cache/page/private-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ Versioning works as follows:
The customer data invalidation mechanism no longer relies on the `private_content_version`.
import Docs from '/src/_includes/page-cache-checklist.md'
import PageChecklist from '/src/_includes/page-cache-checklist.md'
<Docs />
<PageChecklist />

0 comments on commit ae7eea4

Please sign in to comment.