Skip to content

Commit 4d4638c

Browse files
fix folder name (#6439)
Co-authored-by: Dave Protasowski <[email protected]>
1 parent 442a6de commit 4d4638c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/versioned/bookstore/page-0.5/environment-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ git clone https://github.com/knative/docs.git
3838

3939
![Image](images/image21.png)
4040

41-
The code for the sample app is in `docs/versioned/code-samples/eventing/bookstore-sample-app`
41+
The code for the sample app is in `docs/code-samples/eventing/bookstore-sample-app`
4242

4343
Under `bookstore-sample-app` folder, there are 2 folders:
4444

@@ -62,7 +62,7 @@ All the commands in the tutorial are written **assuming you are in the `/start`
6262

6363
![Image](images/image10.png)
6464

65-
Running `docs/versioned/code-samples/eventing/bookstore-sample-app/start/setup.sh` will automatically complete all tasks in this section.
65+
Running `docs/code-samples/eventing/bookstore-sample-app/start/setup.sh` will automatically complete all tasks in this section.
6666

6767
!!! warning
6868

@@ -127,7 +127,7 @@ minikube tunnel
127127

128128
![Image](images/image12.png)
129129

130-
The Next.js frontend app is located in the `docs/versioned/code-samples/eventing/bookstore-sample-app/start/frontend` folder.
130+
The Next.js frontend app is located in the `docs/code-samples/eventing/bookstore-sample-app/start/frontend` folder.
131131

132132
Ensure that port 3000 on your local machine is not being used by another application.
133133

0 commit comments

Comments
 (0)