This is an automated email from the ASF dual-hosted git repository.
tanruixiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb.git
The following commit(s) were added to refs/heads/main by this push:
new ab965792 fix: fix broken link (#1399)
ab965792 is described below
commit ab9657920dffa8c8c8ac71c80cdc64e3d8ec871f
Author: caicancai <[email protected]>
AuthorDate: Fri Dec 22 18:56:48 2023 +0800
fix: fix broken link (#1399)
## Rationale
use available link
## Detailed Changes
use available link
## Test Plan
ut
---
CONTRIBUTING.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cac57f59..6a24f2c2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,7 +24,7 @@ For features, we don't plan to support we will close the
feature request ticket
## Contributing Changes
-HoraeDB is written mostly in idiomatic Rust—please see the [Style
Guide](https://horaedb.apache.org/docs/dev/style_guide.html) for more details.
+HoraeDB is written mostly in idiomatic Rust—please see the [Style
Guide](https://github.com/apache/incubator-horaedb-docs/blob/main/docs/src/en/dev/style_guide.md)
for more details.
All code must adhere to the `rustfmt` format, and pass all of the `clippy`
checks we run in CI (there are more details further down this README).
### Making a PR
@@ -38,7 +38,7 @@ PR title.
For PRs that you consider ready for review, verify the following locally
before you submit it:
-* you have a coherent set of logical commits, with messages conforming to the
[Conventional
Commits](https://horaedb.apache.org/docs/dev/conventional_commit.html)
specification;
+* you have a coherent set of logical commits, with messages conforming to the
[Conventional
Commits](https://github.com/apache/incubator-horaedb-docs/blob/029e993f359907b7502b969a1cffeb8e43cb17fb/docs/src/en/dev/conventional_commit.md)
specification;
* all the tests and/or benchmarks pass, including documentation tests;
* the code is correctly formatted and all `clippy` checks pass; and
* you haven't left any "code cruft" (commented out code blocks etc).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]