github: update contributing link

The original contributing.html link was broken since we shuffled some of
the directories around.

BUG=None
TEST=follow the link

Change-Id: I0c2c9ce0fa79e786d87e679b8391f884b0b8cc4a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3795006
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Daniel Verkamp 2022-07-29 15:08:39 -07:00 committed by crosvm LUCI
parent 8930ba079f
commit 4e626ec083
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ filters:
commentBody: | commentBody: |
Thanks for your contribution! Unfortunately, we don't use GitHub pull Thanks for your contribution! Unfortunately, we don't use GitHub pull
requests to manage code contributions to this repository. Instead, please requests to manage code contributions to this repository. Instead, please
see the [contributing guide](https://crosvm.dev/book/contributing.html) see the [contributing guide](https://crosvm.dev/book/contributing/)
which provides full instructions on how to get involved. which provides full instructions on how to get involved.
# Whether to add a label to the closed PR. # Whether to add a label to the closed PR.

View file

@ -1,3 +1,3 @@
We don't accept any GitHub pull requests to crosvm. We use We don't accept any GitHub pull requests to crosvm. We use
[Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review process. See [Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review process. See
[the contribution guide](https://crosvm.dev/book/contributing.html) for the details. [the contribution guide](https://crosvm.dev/book/contributing/) for the details.