From 255315926b57e62c6054efa79778f651e1e317ee Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Wed, 15 Jun 2016 10:44:04 -0500 Subject: [PATCH 1/2] Fix encoding --- source/Glimpse.Site/Views/Docs/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Glimpse.Site/Views/Docs/Index.cshtml b/source/Glimpse.Site/Views/Docs/Index.cshtml index 698b23a..c21f9fc 100644 --- a/source/Glimpse.Site/Views/Docs/Index.cshtml +++ b/source/Glimpse.Site/Views/Docs/Index.cshtml @@ -109,7 +109,7 @@

Note that if you are using a different version - of MVC/EF, use that instead – that is, MVC2, MVC3, MVC4, EF43, or + of MVC/EF, use that instead — that is, MVC2, MVC3, MVC4, EF43, or EF5. Many more packages can be found in the Glimpse Extension Gallery, and new packages are frequently added.

From 1b4bdfb31c06a7611717c31c200cb5495e6f5b4f Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Wed, 15 Jun 2016 10:45:43 -0500 Subject: [PATCH 2/2] Use https for links to NuGet --- source/Glimpse.Site/Views/Docs/Index.cshtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Glimpse.Site/Views/Docs/Index.cshtml b/source/Glimpse.Site/Views/Docs/Index.cshtml index c21f9fc..85d93e6 100644 --- a/source/Glimpse.Site/Views/Docs/Index.cshtml +++ b/source/Glimpse.Site/Views/Docs/Index.cshtml @@ -72,7 +72,7 @@ - WebForms   + WebForms  
PM> Install-Package Glimpse.WebForms
@@ -82,7 +82,7 @@ - MVC   + MVC  
PM> Install-Package Glimpse.MVC5
@@ -92,7 +92,7 @@ - Raw ADO   + Raw ADO  
PM> Install-Package Glimpse.ADO
@@ -102,7 +102,7 @@ - Entity Framework   + Entity Framework  
PM> Install-Package Glimpse.EF6