From 14e148930657ac156c25e41e4ef7e6d645abffea Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 27 Jul 2026 17:45:17 +1000 Subject: [PATCH] docs: correct capitalization Alter link text per Barbara Wendt's instructions to ensure that all links are congruent with one another and that they all feature the same style. Signed-off-by: Zac Dover --- docs/architecture/cloud-storage/arbiter.md | 2 +- docs/architecture/cloud-storage/chorus.md | 2 +- docs/architecture/cloud-storage/rook.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/architecture/cloud-storage/arbiter.md b/docs/architecture/cloud-storage/arbiter.md index f23fd24..b8198dd 100644 --- a/docs/architecture/cloud-storage/arbiter.md +++ b/docs/architecture/cloud-storage/arbiter.md @@ -196,4 +196,4 @@ Before running the operator, ensure the following conditions are met: 1. Verify that the arbiter has joined the quorum by running `ceph mon dump`. ## See Also -[Arbiter Repository](https://github.com/cobaltcore-dev/external-arbiter-operator?tab=readme-ov-file) +[Arbiter Project Repository](https://github.com/cobaltcore-dev/external-arbiter-operator?tab=readme-ov-file) diff --git a/docs/architecture/cloud-storage/chorus.md b/docs/architecture/cloud-storage/chorus.md index 6fa8610..17fc9e1 100644 --- a/docs/architecture/cloud-storage/chorus.md +++ b/docs/architecture/cloud-storage/chorus.md @@ -24,4 +24,4 @@ notifications and Swift access-log events. ## See Also -[Chorus Documentation](https://github.com/cobaltcore-dev/cloud-storage/tree/main/docs/chorus) +[Chorus Project Documentation](https://github.com/cobaltcore-dev/cloud-storage/tree/main/docs/chorus) diff --git a/docs/architecture/cloud-storage/rook.md b/docs/architecture/cloud-storage/rook.md index bccc257..67b9176 100644 --- a/docs/architecture/cloud-storage/rook.md +++ b/docs/architecture/cloud-storage/rook.md @@ -33,6 +33,6 @@ integrates with [Kubernetes](../cluster.md) monitoring and logging systems, providing visibility into storage operations alongside application workloads. ## See Also -1. [The rook.io page](https://rook.io/) -1. [The Rook Documentation](https://rook.io/docs/rook/latest-release/Getting-Started/intro/) -1. [The Rook project repository](https://github.com/rook/rook) +1. [rook.io Page](https://rook.io/) +1. [Rook Project Documentation](https://rook.io/docs/rook/latest-release/Getting-Started/intro/) +1. [Rook Project Repository](https://github.com/rook/rook)