From a3a2485edbc38018a31e509948d6124a49c7779a Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Sun, 20 Jul 2025 16:11:59 -0700 Subject: [PATCH] improve link accessibility The previous text causes lints to fire in new versions of markdownlint. --- book/introduction.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/book/introduction.md b/book/introduction.md index e03e4e9e..bc38b0f5 100644 --- a/book/introduction.md +++ b/book/introduction.md @@ -76,13 +76,13 @@ our ability to accomplish our goals: [`envsubst`][envsubst]. * Configuration compatibility with Conduit * To provide a secure and ergonomic configuration experience, breaking changes - are required. However, we do intend to provide a migration tool to ease - migration; this feature is tracked [here][migration-tool]. + are required. However, [we do intend to provide a migration tool to ease + migration][migration-tool]. * Perfect database compatibility with Conduit - * The current database compatibility status can be tracked [here][db-compat]. - In the long run, it's inevitable that changes will be made to Conduit that - we won't want to pull in, or that we need to make changes that Conduit won't - want to pull in. + * [This issue tracks the database compatibility status][db-compat]. In the + long run, it's inevitable that changes will be made to Conduit that we won't + want to pull in, or that we need to make changes that Conduit won't want to + pull in. [envsubst]: https://github.com/a8m/envsubst [migration-tool]: https://gitlab.computer.surgery/matrix/grapevine/-/issues/38