Skip to content

Commit 6b09fa7

Browse files
Merge pull request #3069 from fibonacci1729/update-release-notes
Update release notes template to reflect new docs site
2 parents 3aed2f0 + 7807482 commit 6b09fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/release-notes-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ As always, thanks to contributors old and new for helping improve Spin on a dail
1212

1313
### Verifying the Release Signature
1414

15-
After downloading the <version> release of Spin, either via the artifact attached to this release corresponding to your OS/architecture combination or via the [installation method of your choice](https://developer.fermyon.com/spin/install#installing-spin), you are ready to verify the release signature.
15+
After downloading the <version> release of Spin, either via the artifact attached to this release corresponding to your OS/architecture combination or via the [installation method of your choice](https://spinframework.dev/install), you are ready to verify the release signature.
1616

1717
First, install [cosign](https://docs.sigstore.dev/cosign/installation/). This is the tool we'll use to perform signature verification. Then run the following command:
1818

1919
```
2020
cosign verify-blob \
2121
--signature spin.sig --certificate crt.pem \
22-
--certificate-identity https://github.com/fermyon/spin/.github/workflows/release.yml@refs/tags/<version> \
22+
--certificate-identity https://github.com/spinframework/spin/.github/workflows/release.yml@refs/tags/<version> \
2323
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
2424
--certificate-github-workflow-sha <commit_sha> \
25-
--certificate-github-workflow-repository fermyon/spin \
25+
--certificate-github-workflow-repository spinframework/spin \
2626
spin
2727
```
2828

0 commit comments

Comments
 (0)