Skip to content

Commit ae303d5

Browse files
Merge pull request #229 from edwilde/patch-1
Fix readme links
2 parents 81c8f16 + bc5deab commit ae303d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ composer require silverstripe/staticpublishqueue
1414
This module provides an API for your project to be able to generate a static cache of your pages to enhance
1515
performance by not booting Silverstripe in order to serve requests.
1616

17-
It generates the cache files using the [QueuedJobs module](https://docs.silverstripe.org/en/optional_features/queued-jobs).
17+
It generates the cache files using the [QueuedJobs module](https://docs.silverstripe.org/en/optional_features/queuedjobs/).
1818

19-
[Documentation](https://docs.silverstripe.org/en/optional_features/static-publish-queue)
19+
[Documentation](https://docs.silverstripe.org/en/optional_features/staticpublishqueue/)
2020

2121
## Unit-testing with StaticPublisherState to disable queuedjobs for unit-tests
2222

0 commit comments

Comments
 (0)