This is an automated email from the ASF dual-hosted git repository.

chunshao 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 6790f5eb chore: update website url (#1404)
6790f5eb is described below

commit 6790f5ebc089156a41ea0b99e64a6175467ebaeb
Author: chunshao.rcs <[email protected]>
AuthorDate: Thu Dec 28 11:03:49 2023 +0800

    chore: update website url (#1404)
    
    ## Rationale
    Update website URL.
    
    ## Detailed Changes
    
    
    ## Test Plan
    No need.
---
 .asf.yaml                     | 2 +-
 CONTRIBUTING.md               | 4 ++--
 README-CN.md                  | 8 ++++----
 README.md                     | 8 ++++----
 docs/dockerhub-description.md | 2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index eaab9007..a3004e81 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,7 +20,7 @@
 github:
   description: >-
     HoraeDB is a high-performance, distributed, cloud native time-series 
database.
-  homepage: https://apache.github.io/incubator-horaedb-docs # TODO: after 
website is ready, set to https://horaedb.apache.org/
+  homepage: https://horaedb.apache.org
   labels:
     - rust
     - sql
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6a24f2c2..58a524bd 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://github.com/apache/incubator-horaedb-docs/blob/main/docs/src/en/dev/style_guide.md)
 for more details.
+HoraeDB is written mostly in idiomatic Rust—please see the [Style 
Guide](https://horaedb.apache.org/dev/style_guide.html) 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://github.com/apache/incubator-horaedb-docs/blob/029e993f359907b7502b969a1cffeb8e43cb17fb/docs/src/en/dev/conventional_commit.md)
 specification;
+* you have a coherent set of logical commits, with messages conforming to the 
[Conventional Commits](https://horaedb.apache.org/dev/conventional_commit.html) 
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).
diff --git a/README-CN.md b/README-CN.md
index 17dc4553..f903719f 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -8,9 +8,9 @@
 HoraeDB 是一款高性能、分布式的云原生时序数据库。
 
 ## 文档
-- [用户文档](https://apache.github.io/incubator-horaedb-docs)
-- [研发文档](https://apache.github.io/incubator-horaedb-docs/dev/compile_run.html)
-- [Roadmap](https://apache.github.io/incubator-horaedb-docs/dev/roadmap.html)
+- [用户文档](https://horaedb.apache.org)
+- [研发文档](https://horaedb.apache.org/dev/compile_run.html)
+- [Roadmap](https://horaedb.apache.org/dev/roadmap.html)
 
 ## 快速开始
 ### 通过 Docker 运行
@@ -56,7 +56,7 @@ SELECT * FROM `demo`
 ```
 
 ### 通过源码编译运行
-详见[文档](https://apache.github.io/incubator-horaedb-docs/dev/compile_run.html)。
+详见[文档](https://horaedb.apache.org/dev/compile_run.html)。
 
 ## 如何贡献
 
diff --git a/README.md b/README.md
index 29c34d35..529da4dd 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ HoraeDB is a high-performance, distributed, cloud native 
time-series database.
 
 ## Documentation
 
-- [User Guide](https://apache.github.io/incubator-horaedb-docs)
-- [Development 
Guide](https://apache.github.io/incubator-horaedb-docs/dev/compile_run.html)
-- [Roadmap](https://apache.github.io/incubator-horaedb-docs/dev/roadmap.html)
+- [User Guide](https://horaedb.apache.org)
+- [Development Guide](https://horaedb.apache.org/dev/compile_run.html)
+- [Roadmap](https://horaedb.apache.org/dev/roadmap.html)
 
 ## Quick Start
 
@@ -64,7 +64,7 @@ SELECT * FROM `demo`
 
 ### Run from source code
 
-See details 
[here](https://apache.github.io/incubator-horaedb-docs/dev/compile_run.html).
+See details [here](https://horaedb.apache.org/dev/compile_run.html).
 
 ## Contributing
 
diff --git a/docs/dockerhub-description.md b/docs/dockerhub-description.md
index f59833e9..fd7739a3 100644
--- a/docs/dockerhub-description.md
+++ b/docs/dockerhub-description.md
@@ -35,4 +35,4 @@ docker run -d --name horaedb-server \
 
 # Documentation
 
-- https://apache.github.io/incubator-horaedb-docs/
+- https://horaedb.apache.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to