From 9751aaa0d0706964b1d4a228509a86bc25ffc0e7 Mon Sep 17 00:00:00 2001 From: Tan En De Date: Wed, 27 Sep 2023 03:54:25 +0800 Subject: [PATCH] README: Fix link to setup_new_repo.md The community repo has moved documents from the `maintainers` folder: https://github.com/rust-vmm/community/commit/9c611c5727341e2e96c7ca0c4ba00d6ff9ee8bf7 Signed-off-by: Tan En De --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b457525..a289bee 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ to the repository as well. 3. Create a new pipeline definition in Buildkite. For this step ask one of the rust-vmm Buildkite [admins](CODEOWNERS) to create one for you. The process is explained -[here](https://github.com/rust-vmm/community/blob/main/docs/maintainers/setup_new_repo.md#set-up-ci). +[here](https://github.com/rust-vmm/community/blob/main/docs/setup_new_repo.md#set-up-ci). 4. There is a script that autogenerates a dynamic Buildkite pipeline. Each step in the pipeline has a default timeout of 5 minutes. To run the CI using this dynamic pipeline,