Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47812 )
Change subject: Doc/releases/checklist.md: Fix up URLs ......................................................................
Doc/releases/checklist.md: Fix up URLs
Use angle brackets so that they appear as links, and update a link to a Gerrit change to use the current format.
Change-Id: I41f82986429dcfd1cbc5b5c088a0c47bd24a57c4 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/47812 Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M Documentation/releases/checklist.md 1 file changed, 5 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md index 1cfb110..d777f0e 100644 --- a/Documentation/releases/checklist.md +++ b/Documentation/releases/checklist.md @@ -198,16 +198,16 @@ ````
People can now see the release tarballs on the website at -https://www.coreboot.org/releases/ +https://www.coreboot.org/releases/
-The downloads page is the official place to download the releases from, and it needs to be updated with links to the new release tarballs and .sig files. It can be found at https://review.coreboot.org/cgit/homepage.git/tree/downloads.html +The downloads page is the official place to download the releases from, and it needs to be updated with links to the new release tarballs and .sig files. It can be found at https://review.coreboot.org/cgit/homepage.git/tree/downloads.html
-Here is an example commit to change it: https://review.coreboot.org/#/c/19515/ +Here is an example commit to change it: https://review.coreboot.org/c/homepage/+/19515
## Upload crossgcc sources Sometimes the source files for older revisions of crossgcc disappear. To deal with that we maintain a mirror at -https://www.coreboot.org/releases/crossgcc-sources/ where we host the +https://www.coreboot.org/releases/crossgcc-sources/ where we host the sources used by the crossgcc scripts that are part of coreboot releases.
Run @@ -221,7 +221,7 @@ directory on the server.
## After the release is complete -Post the release notes on https://blogs.coreboot.org +Post the release notes on https://blogs.coreboot.org
## Making a branch At times we will need to create a branch, generally for patch fixes.