From 150bac310f7b7a28e4a93c846e27116afc556e32 Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Tue, 6 Feb 2018 15:31:21 -0500 Subject: [PATCH] docs: fix deployment sample path (#22048) PR Close #22048 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index edcb4ff155..39dcbb896c 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -334,7 +334,7 @@ modified to serve `index.html`: <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> - <action type="Rewrite" url="/src/" /> + <action type="Rewrite" url="/index.html" /> </rule> </rules> </rewrite>