Skip to content

Commit 383a4c4

Browse files
authored
Merge pull request #3373 from alphagov/ChrisBAshton-patch-2
Correct link to finder-frontend
2 parents bb6f5dc + 327045e commit 383a4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/creating-editing-and-removing-specialist-document-types-and-finders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To release the finder to the live stack:
158158
- You will likely need to run `rake SEARCH_INDEX=govuk 'search:update_schema'`. For further details, see this [section on reindexing](#reindexing-breakdown).
159159
4. Publish the finder by running the rake task `publishing_api:publish_finders` or `publishing_api:publish_finder[your_format_name_based_on_the_schema_file]` against the specialist publisher app (rake tasks [here](https://github.com/alphagov/specialist-publisher/blob/ce68fdb008cab05225e0493e19decba5365e1e20/lib/tasks/publishing_api.rake)).
160160

161-
> Note that finder-frontend [caches the finder content item for five minutes](https://github.com/alphagov/finder-frontend/blob/0938cde0d65bc8e0a051c951558858e5a0680ab2/app/controllers/finders_controller.rb#L7), so you may not be able to see your changes immediately (even with a cachebust string).
161+
> Note that finder-frontend [caches the finder content item for five minutes](https://github.com/alphagov/finder-frontend/blob/4c27a8483f502969bc02e1de082a35b2efd0278e/app/lib/services.rb#L11), so you may not be able to see your changes immediately (even with a cachebust string).
162162
163163
## 8. Permissions
164164

0 commit comments

Comments
 (0)