Skip to content

Commit 1328425

Browse files
authored
Doc updates (#261)
* Point external docs to new paths for Athena 0.18.0 * Add new typo corrections * Fix `TestWith` annotation docs
1 parent 67d966e commit 1328425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
## Documentation
2323

2424
If using the component on its own, checkout the [API documentation](https://athenaframework.org/Negotiation).
25-
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/components/negotiation).
25+
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/architecture/negotiation).
2626

2727
## Contributing
2828

src/athena-negotiation.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ alias ANG = Athena::Negotiation
1919
# ## Getting Started
2020
#
2121
# If using this component within the [Athena Framework][Athena::Framework], it is already installed and required for you.
22-
# Checkout the [manual](/components/negotiation) for some additional information on how to use it within the framework.
22+
# Checkout the [manual](/architecture/negotiation) for some additional information on how to use it within the framework.
2323
#
2424
# If using it outside of the framework, you will first need to add it as a dependency:
2525
#

0 commit comments

Comments
 (0)