Skip to content

Commit bc5deab

Browse files
committed
DOC Fix readme links
Previous links were outdated and pointed at 404s
1 parent 81c8f16 commit bc5deab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)