Skip to content

Commit

Permalink
📝 update urls in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed May 20, 2024
1 parent d991076 commit 55a05e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@

## Documentation

For documentation and guides, visit [ackee.xyz/trident/docs](https://ackee.xyz/trident/docs/latest/).
For documentation and guides, visit [ackee.xyz/trident/docs](https://ackee.xyz/trident/docs/).

## Prerequisites
Check [Supported versions](https://ackee.xyz/trident/docs/latest/home/home-installation/) section for further details.
Check [Supported versions](https://ackee.xyz/trident/docs/home/home-installation/#supported-versions) section for further details.
- Install [Rust](https://www.rust-lang.org/tools/install)
- Install [Solana tool suite](https://docs.solana.com/cli/install-solana-cli-tools)
- Install [Anchor](https://www.anchor-lang.com/docs/installation)
Expand All @@ -74,7 +74,7 @@ cargo install trident-cli
## Features

### Automated Test Generation
Simplifies the testing process by automatically creating templates for fuzz and integration tests for programs written using the [Anchor Framework](https://project-serum.github.io/anchor/).
Simplifies the testing process by automatically creating templates for fuzz and integration tests for programs written using the [Anchor Framework](https://www.anchor-lang.com/).

### Dynamic Data Generation
Increases test coverage with random instruction data and pseudo-random accounts for unpredictable fuzz test scenarios.
Expand Down
2 changes: 2 additions & 0 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ markdown_extensions:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- toc:
permalink: "#"
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
Expand Down

0 comments on commit 55a05e0

Please sign in to comment.