Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
arosh authored Jul 19, 2023
1 parent 47f077f commit 68d827b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to use MOCO

After [setting up MOCO](setup.md), you can create MySQL clusters with a custom resource called [MySQLCluster](crd_mysqlcluster.md).
After [setting up MOCO](setup.md), you can create MySQL clusters with a custom resource called [MySQLCluster](crd_mysqlcluster_v1beta2.md).

- [Basics](#basics)
- [Limitations](#limitations)
Expand Down Expand Up @@ -154,7 +154,7 @@ spec:

There are other example manifests in [`examples`](https://github.com/cybozu-go/moco/tree/main/examples) directory.

The complete reference of MySQLCluster is [`crd_mysqlcluster.md`](crd_mysqlcluster.md).
The complete reference of MySQLCluster is [`crd_mysqlcluster_v1beta2.md`](crd_mysqlcluster_v1beta2.md).

### Creating a cluster that replicates data from an external mysqld

Expand Down Expand Up @@ -406,7 +406,7 @@ Object keys are prefixed with `moco/`.

### BackupPolicy

[BackupPolicy](crd_backuppolicy.md) is a custom resource to define a policy for taking backups.
[BackupPolicy](crd_backuppolicy_v1beta2.md) is a custom resource to define a policy for taking backups.

The following is an example BackupPolicy to take a backup every day and store data in [MinIO][]:

Expand Down

0 comments on commit 68d827b

Please sign in to comment.