diff --git a/content/en/docs/examples/bookinfo/index.md b/content/en/docs/examples/bookinfo/index.md index c4d552ae5d..e1b44f2bf5 100644 --- a/content/en/docs/examples/bookinfo/index.md +++ b/content/en/docs/examples/bookinfo/index.md @@ -15,7 +15,8 @@ to demonstrate various Istio features. {{< tip >}} If you installed Istio using the [Getting Started](/docs/setup/getting-started/) -instructions, you already have Bookinfo installed and you can skip these steps. +instructions, you already have Bookinfo installed and you can skip most of these steps +and go directly to [Apply Default Destination Rules](/docs/examples/bookinfo/#apply-default-destination-rules). {{< /tip >}} The application displays information about a diff --git a/content/en/docs/tasks/traffic-management/request-routing/index.md b/content/en/docs/tasks/traffic-management/request-routing/index.md index d8103a91da..d70b22069f 100644 --- a/content/en/docs/tasks/traffic-management/request-routing/index.md +++ b/content/en/docs/tasks/traffic-management/request-routing/index.md @@ -15,7 +15,7 @@ microservice. ## Before you begin * Setup Istio by following the instructions in the -[Installation guide](/docs/setup/). + [Installation guide](/docs/setup/). * Deploy the [Bookinfo](/docs/examples/bookinfo/) sample application.