From bf8cdf3a86da5944dc9113cc6270d9e9ff55763f Mon Sep 17 00:00:00 2001 From: Jon Carlos Date: Wed, 14 Jun 2017 15:24:22 +0100 Subject: [PATCH] fixed typo and added link to SDL docs --- source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.rst b/source/index.rst index da8b8f1..d19a254 100644 --- a/source/index.rst +++ b/source/index.rst @@ -24,7 +24,7 @@ To learn more about how it works, see :doc:`Authenticated-session-identifiers`. For background on why the library improves security, see the blog post `Ramping up ASP.NET session security `_. -Did you now that the SDL requires countermeasures against session fixation attacks, and that certain security headers must set by your web application? No? See :doc:`` to learn more. +Did you know that the SDL requires countermeasures against session fixation attacks, and that certain security headers must set by your web application? No? See :doc:`NWebsec-and-the-SDL` to learn more. Check out the `NWebsec demo site `_ to see the headers and session security improvements in action.