From 7c3e766b792f70edb3ec4d1091530b99da435017 Mon Sep 17 00:00:00 2001 From: Chad Wach Date: Sat, 9 Jul 2016 16:29:40 -0400 Subject: [PATCH] Response location missing My prefix (#1647) --- aspnet/fundamentals/static-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/fundamentals/static-files.rst b/aspnet/fundamentals/static-files.rst index 258a14d44e..ee686b5840 100644 --- a/aspnet/fundamentals/static-files.rst +++ b/aspnet/fundamentals/static-files.rst @@ -197,7 +197,7 @@ Using the file hierarchy and code above: ========================================== =================================== URI Response ========================================== =================================== -\http:///StaticFiles/test.png StaticFiles/test.png +\http:///StaticFiles/test.png MyStaticFiles/test.png \http:///StaticFiles MyStaticFiles/default.html ========================================== ===================================