This is an automated email from the ASF dual-hosted git repository.
xikai 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 f0491bfd chore(docs): fix invalid repo links (#1452)
f0491bfd is described below
commit f0491bfdc5bb56d96a9798899d0b500b920fc535
Author: Jason <[email protected]>
AuthorDate: Mon Jan 22 15:47:14 2024 +0800
chore(docs): fix invalid repo links (#1452)
## Rationale
The old links is invalid.
## Detailed Changes
Influxdb_iox repo change into influxdb main branch. So I modified the
links.
## Test Plan
no need test.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ffecaee8..59fd85c4 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ Read our [Contributing Guide](CONTRIBUTING.md) and make your
first contribution!
## Acknowledgment
-When develop HoraeDB, we benefit a lot from several other open source
projects, such as
[influxdb_iox](https://github.com/influxdata/influxdb/tree/main/influxdb_iox),
[tikv](https://github.com/tikv/tikv) etc, thanks for their awesome work.
+When develop HoraeDB, we benefit a lot from several other open source
projects, such as
[influxdb_iox](https://github.com/influxdata/influxdb/tree/main),
[tikv](https://github.com/tikv/tikv) etc, thanks for their awesome work.
In our production usage, we heavily use
[OceanBase](https://github.com/oceanbase/oceanbase) as implementation of both
WAL and ObjectStorage, and OceanBase team help us maintain stability of our
cluster, thanks for their kindly support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]