From cccd9ed76b72cce8a4e3b2e72dabbb92937915d2 Mon Sep 17 00:00:00 2001 From: beeps Date: Thu, 9 Jan 2025 11:55:32 +0000 Subject: [PATCH] Replace npm diff URL The previous website has been offline for a few cycles now, and presumably isn't coming back. Replace it with a service that's available instead. --- docs/releasing/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasing/publishing.md b/docs/releasing/publishing.md index 4f7d4c7a20..190ec2c948 100644 --- a/docs/releasing/publishing.md +++ b/docs/releasing/publishing.md @@ -97,7 +97,7 @@ Developers should pair on releases. When remote working, it can be useful to be 7. Have a quick look at the diff of the new package with the previous one at: ```txt - https://diff.intrinsic.com/govuk-frontend// + https://npmdiff.dev/govuk-frontend// ``` 8. Run `npm logout` to log out from npm in the command line. If you've logged in through your browser, remember to log out from there as well.