From fdd6e29d1656eada7e9583e9e00f43d620470f5a Mon Sep 17 00:00:00 2001 From: danroth27 Date: Wed, 17 Feb 2016 23:10:54 -0800 Subject: [PATCH] Rename File System article to File Providers --- aspnet/fundamentals/file-providers.rst | 8 ++++++++ aspnet/fundamentals/file-system.rst | 8 -------- aspnet/fundamentals/index.rst | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 aspnet/fundamentals/file-providers.rst delete mode 100644 aspnet/fundamentals/file-system.rst diff --git a/aspnet/fundamentals/file-providers.rst b/aspnet/fundamentals/file-providers.rst new file mode 100644 index 0000000000..f0492aa3a0 --- /dev/null +++ b/aspnet/fundamentals/file-providers.rst @@ -0,0 +1,8 @@ +.. include:: /../common/stub-topic.txt + +|stub-icon| File Providers +========================== + +.. include:: /../common/stub-notice.txt + +.. _issue: https://github.com/aspnet/Docs/issues/206 \ No newline at end of file diff --git a/aspnet/fundamentals/file-system.rst b/aspnet/fundamentals/file-system.rst deleted file mode 100644 index 0110c31438..0000000000 --- a/aspnet/fundamentals/file-system.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. include:: /../common/stub-topic.txt - -|stub-icon| File System -======================= - -.. include:: /../common/stub-notice.txt - -.. _issue: https://github.com/aspnet/Docs/issues/206 \ No newline at end of file diff --git a/aspnet/fundamentals/index.rst b/aspnet/fundamentals/index.rst index c88ec9eb9c..6d0c8cfe74 100644 --- a/aspnet/fundamentals/index.rst +++ b/aspnet/fundamentals/index.rst @@ -8,7 +8,7 @@ Fundamentals middleware static-files localization - file-system + file-providers routing configuration dependency-injection