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 ========================================== ===================================