Skip to content

Commit

Permalink
chore(docs): fix invalid repo links (#1452)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
SYaoJun authored Jan 22, 2024
1 parent b2799d1 commit f0491bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f0491bf

Please sign in to comment.