mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Doc updates (#261)
* Point external docs to new paths for Athena 0.18.0 * Add new typo corrections * Fix `TestWith` annotation docs
This commit is contained in:
parent
67d966e702
commit
1328425160
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ dependencies:
|
|||
## Documentation
|
||||
|
||||
If using the component on its own, checkout the [API documentation](https://athenaframework.org/Negotiation).
|
||||
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/components/negotiation).
|
||||
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/architecture/negotiation).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
@ -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](/components/negotiation) for some additional information on how to use it within the framework.
|
||||
# Checkout the [manual](/architecture/negotiation) 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:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue