diff options
author | Anastasia Klimchuk <aklm@flashrom.org> | 2023-07-29 20:25:35 +1000 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2023-08-03 23:04:56 +0000 |
commit | 8ce4f98fc7747978248e73478f79a520e39041f8 (patch) | |
tree | 42359e0ce0554b44747c06605bfe64626d6cb291 | |
parent | 4210f6ac59c30073549c90e84a9be5d094e9356d (diff) | |
download | flashrom-8ce4f98fc7747978248e73478f79a520e39041f8.tar.gz flashrom-8ce4f98fc7747978248e73478f79a520e39041f8.tar.bz2 flashrom-8ce4f98fc7747978248e73478f79a520e39041f8.zip |
website/gh workflow: Resolve 404 links
Fix broken links to dev guide and contact page
Change-Id: Ide4a675049ff245e46001da1c7ef5769baf5a14e
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/76821
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
-rw-r--r-- | .github/workflows/lockdown.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lockdown.yml b/.github/workflows/lockdown.yml index 39b65489b..f92e086d0 100644 --- a/.github/workflows/lockdown.yml +++ b/.github/workflows/lockdown.yml @@ -20,17 +20,17 @@ jobs: Thank you for your contribution. The flashrom project does not handle GitHub issues or pull requests, since this repository on GitHub is just a mirror of our actual repository. Thus, we would like to - encourage you to have a look at on our [development guidelines](https://www.flashrom.org/Development_Guidelines) + encourage you to have a look at on our [development guide](https://www.flashrom.org/dev_guide/development_guide.html) and submit your patch to [review.coreboot.org](https://review.coreboot.org/q/project:flashrom). Issues are handled over our [ticket system](https://ticket.coreboot.org/projects/flashrom). If you have questions, feel free to reach out to us. There are - multiple ways to [contact us](https://www.flashrom.org/Contact). + multiple ways to [contact us](https://www.flashrom.org/contact.html). pr-comment: > Thank you for your contribution. The flashrom project does not handle GitHub issues or pull requests, since this repository on GitHub is just a mirror of our actual repository. Thus, we would like to - encourage you to have a look at on our [development guidelines](https://www.flashrom.org/Development_Guidelines) + encourage you to have a look at on our [development guide](https://www.flashrom.org/dev_guide/development_guide.html) and submit your patch to [review.coreboot.org](https://review.coreboot.org/q/project:flashrom). Issues are handled over our [ticket system](https://ticket.coreboot.org/projects/flashrom). If you have questions, feel free to reach out to us. There are - multiple ways to [contact us](https://www.flashrom.org/Contact). + multiple ways to [contact us](https://www.flashrom.org/contact.html). |