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.