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.