From 320f4591cf780d8b3ad17919b7021024d8d2d572 Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Fri, 27 Dec 2024 16:31:19 +0800 Subject: [PATCH] Update CONTRIBUTING.md #14393 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f19c3ae223..a0f20d54e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ PR are always welcome, even if they only contain small fixes like typos or a few Please submit a PR broken down into small changes' bit by bit. A PR consisting of a lot of features and code changes may be hard to review. It is recommended to submit PRs in an incremental fashion. -This [development guideline](https://dataease.io/docs/dev_manual/dev_manual/) contains information about repository structure, how to set up development environment, how to run it, and more. +This [development guideline](https://dataease.cn/docs/v2/installation/deployment_installation/) contains information about repository structure, how to set up development environment, how to run it, and more. Note: If you split your pull request to small changes, please make sure any of the changes goes to master will not break anything. Otherwise, it can not be merged until this feature complete.