From 35fbaf70e13fc63be0d102649b2efad8b8444b01 Mon Sep 17 00:00:00 2001 From: HighGecko <137112442+HighGecko@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:32:10 +1200 Subject: [PATCH] Point to correct directory for solo testing(#1649) --- docs/build/isc/v1.1/docs/solo/getting-started.md | 2 +- docs/build/isc/v1.3/docs/solo/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/isc/v1.1/docs/solo/getting-started.md b/docs/build/isc/v1.1/docs/solo/getting-started.md index 6fe73a027ce..86df03553ac 100644 --- a/docs/build/isc/v1.1/docs/solo/getting-started.md +++ b/docs/build/isc/v1.1/docs/solo/getting-started.md @@ -75,6 +75,6 @@ You can run `*_test` files by moving to their directory and running the followin go test ``` -If you run this command from the `/documentation/tutorial-examples` folder, you will run the +If you run this command from the `/documentation/tutorial-examples/test` folder, you will run the [Tutorial Test](https://github.com/iotaledger/wasp/blob/develop/documentation/tutorial-examples/test/tutorial_test.go), which contains all the examples explained in the following sections. diff --git a/docs/build/isc/v1.3/docs/solo/getting-started.md b/docs/build/isc/v1.3/docs/solo/getting-started.md index 6fe73a027ce..86df03553ac 100644 --- a/docs/build/isc/v1.3/docs/solo/getting-started.md +++ b/docs/build/isc/v1.3/docs/solo/getting-started.md @@ -75,6 +75,6 @@ You can run `*_test` files by moving to their directory and running the followin go test ``` -If you run this command from the `/documentation/tutorial-examples` folder, you will run the +If you run this command from the `/documentation/tutorial-examples/test` folder, you will run the [Tutorial Test](https://github.com/iotaledger/wasp/blob/develop/documentation/tutorial-examples/test/tutorial_test.go), which contains all the examples explained in the following sections.