Skip to content

Commit

Permalink
Updated README.md Links
Browse files Browse the repository at this point in the history
- Updated the API Docs link.
- Updated the Feature List link.
  • Loading branch information
00JCIV00 authored Apr 27, 2024
1 parent 1b3814c commit 95af788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Cova is based on the idea that Arguments will fall into one of three types: Comm
## Get Started Quickly!
- [Quick Start Guide](https://github.com/00JCIV00/cova/wiki/Getting-Started)
- [Full Wiki Guide](https://github.com/00JCIV00/cova/wiki/)
- [API Docs](https://00jciv00.github.io/cova/#A;cova)
- [API Docs](https://00jciv00.github.io/cova/)

## Features
- **[Comptime Setup](#comptime-setup). [Runtime Use](#runtime-use).**
Expand All @@ -33,7 +33,7 @@ Cova is based on the idea that Arguments will fall into one of three types: Comm
- [POSIX Compliant](https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html) by default, with plenty of ways to configure to whatever standard you'd like.
- Ex: `command --option option_string "standalone value" subcmd -i 42 --bool`
- Cova offers deep customization through the Argument Types and several Config Structs. These customizations all provide simple and predictable defaults, allowing you to only configure what you need.
- [***And much more!***](./docs/README_extended.md#features)
- [***And much more!***](https://github.com/00JCIV00/cova/wiki/Feature-List)

## Usage
Cova makes it easy to set up your Argument Types at _comptime_ and use the input provided by your end users at _runtime_!
Expand Down

0 comments on commit 95af788

Please sign in to comment.