Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update the hyperlinks to reference the new documentation hub #1520

Prev Previous commit
Next Next commit
docs: update "fuels-rs" doc links
  • Loading branch information
petertonysmith94 committed Dec 14, 2023
commit 1484c7e8f629ba0157940fc9035d9e47af85e245
2 changes: 1 addition & 1 deletion apps/docs/src/guide/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to test your Sway and TS-SDK applications, you can test your code in a

1. Testing with TS-SDK: Compiling you Sway code and connecting to the methods using TS-SDK and JS testing frameworks
2. Using `forc test` see <a :href="url" target="_blank" rel="noreferrer">the Sway docs</a> for more info
3. Using [the Rust SDK](https://fuellabs.github.io/fuels-rs/v0.31.1/testing/index.html)
3. Using [the Rust SDK](https://docs.fuel.network/docs/fuels-rs/testing/)

### Testing with TS-SDK

Expand Down