diff --git a/content/en/docs/tasks/traffic-management/request-timeouts/index.md b/content/en/docs/tasks/traffic-management/request-timeouts/index.md index 57232e2fb7..d8c9a8c042 100644 --- a/content/en/docs/tasks/traffic-management/request-timeouts/index.md +++ b/content/en/docs/tasks/traffic-management/request-timeouts/index.md @@ -137,7 +137,8 @@ EOF {{< /tabset >}} -3) Open the Bookinfo URL `http://$GATEWAY_URL/productpage` in your browser. +3) Open the Bookinfo URL `http://$GATEWAY_URL/productpage` in your browser, where `$GATEWAY_URL` is the External IP address of the ingress, as explained in +the [Bookinfo](/docs/examples/bookinfo/#determine-the-ingress-ip-and-port) doc. You should see the Bookinfo application working normally (with ratings stars displayed), but there is a 2 second delay whenever you refresh the page.