From d8d2bf7b420280e8b9a35c05225fc4f34b088766 Mon Sep 17 00:00:00 2001 From: grapebaba <281165273@qq.com> Date: Fri, 9 Dec 2022 17:38:10 +0800 Subject: [PATCH] fix: fix contri doc link Signed-off-by: grapebaba <281165273@qq.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e56b06..7e21619 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Create a branch of your fork with following command (or follow the [GitHub topic `git checkout -b your-branch-name` -Use the following command to set the [remote upstream repo](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork): +Use the following command to set the [remote upstream repo](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-repository-for-a-fork): `git remote add upstream https://github.com/GrapeBaBa/sui4j.git`