"webroot" location is wrong.

In RC, "webroot" attrbiute is moved into hosting.json
pull/918/merge
chao-zhou 2016-01-22 17:29:58 +08:00 committed by danroth27
parent d36b3642a1
commit 391a4a75f1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ In this article:
Serving static files Serving static files
-------------------- --------------------
By default, static files are stored in the `webroot` of your project. The location of the webroot is defined in the project's ``project.json`` file where the default is `wwwroot`. By default, static files are stored in the `webroot` of your project. The location of the webroot is defined in the project's ``hosting.json`` file where the default is `wwwroot`.
.. code-block:: json .. code-block:: json