From 3f71823d20bc76e2c71718ce842eaef8a234dd2c Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Sat, 7 Oct 2023 11:30:22 -0400 Subject: [PATCH] Address all mkdocs link warnings (#319) --- src/athena-negotiation.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/athena-negotiation.cr b/src/athena-negotiation.cr index 36fafcc..380eef9 100644 --- a/src/athena-negotiation.cr +++ b/src/athena-negotiation.cr @@ -19,7 +19,7 @@ alias ANG = Athena::Negotiation # ## Getting Started # # If using this component within the [Athena Framework][Athena::Framework], it is already installed and required for you. -# Checkout the [manual](/architecture/negotiation) for some additional information on how to use it within the framework. +# Checkout the [manual](../architecture/negotiation.md) for some additional information on how to use it within the framework. # # If using it outside of the framework, you will first need to add it as a dependency: #