From cf5fa48fe0b011f286d54c2f29110556af9ae1e2 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Mon, 21 Sep 2015 11:09:02 -0700 Subject: [PATCH] Added link to author name --- 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 8a29c73083..69415040e6 100644 --- a/aspnet/fundamentals/static-files.rst +++ b/aspnet/fundamentals/static-files.rst @@ -1,6 +1,6 @@ Working with Static Files ========================= -By `Tom Archer` +By `Tom Archer`_ Static files, which include HTML files, CSS files, image files, and JavaScript files, are assets that the app will serve directly to clients. In this article, we'll cover the following topics as they relate to ASP.NET 5 and static files.