Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/manual/retiring-a-gem.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Follow the ['Archiving repositories'](https://github.com/alphagov/govuk-infrastr

## 4. Remove references and update docs

Do a [code search on GitHub][https://github.com/search?q=org%3Aalphagov+panopticon&type=Code] to find any references to the gem
Do a [code search on GitHub](https://github.com/search?q=org%3Aalphagov+panopticon&type=Code) to find any references to the gem
and update or remove them.

Mark the gem as `retired` in [govuk-developer-docs][https://github.com/alphagov/govuk-developer-docs].
Mark the gem as `retired` in [govuk-developer-docs](https://github.com/alphagov/govuk-developer-docs).

## 5. Yank the gem (optional)

Expand Down