diff --git a/AllTemplate/AllRunSettings.zip b/AllTemplate/AllRunSettings.zip
index ab6a854..9ab3199 100644
Binary files a/AllTemplate/AllRunSettings.zip and b/AllTemplate/AllRunSettings.zip differ
diff --git a/CoverageNoParallelTemplate/coveragenoparallel.zip b/CoverageNoParallelTemplate/coveragenoparallel.zip
index 5c5442d..abc8bcf 100644
Binary files a/CoverageNoParallelTemplate/coveragenoparallel.zip and b/CoverageNoParallelTemplate/coveragenoparallel.zip differ
diff --git a/ItemTemplates/AllRunSettings.zip b/ItemTemplates/AllRunSettings.zip
index ab6a854..9ab3199 100644
Binary files a/ItemTemplates/AllRunSettings.zip and b/ItemTemplates/AllRunSettings.zip differ
diff --git a/ItemTemplates/coveragenoparallel.zip b/ItemTemplates/coveragenoparallel.zip
index 5c5442d..abc8bcf 100644
Binary files a/ItemTemplates/coveragenoparallel.zip and b/ItemTemplates/coveragenoparallel.zip differ
diff --git a/ItemTemplates/parallel.zip b/ItemTemplates/parallel.zip
index 83c3d2b..919f41e 100644
Binary files a/ItemTemplates/parallel.zip and b/ItemTemplates/parallel.zip differ
diff --git a/ParallelTemplate/parallel.zip b/ParallelTemplate/parallel.zip
index 83c3d2b..919f41e 100644
Binary files a/ParallelTemplate/parallel.zip and b/ParallelTemplate/parallel.zip differ
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index c5703a8..73359ca 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,4 +1,8 @@
 Note:  VS2012, VS2013, VS2015 and VS2017/19 have seperate downloads, see links on each one.
+
+5.6.1 
+	Documentation fixes.  Updated links to information. 
+
 5.6
 	* More updates to MSTest settings
 
diff --git a/source.extension.vsixmanifest b/source.extension.vsixmanifest
index 19e59ec..b594894 100644
--- a/source.extension.vsixmanifest
+++ b/source.extension.vsixmanifest
@@ -4,12 +4,12 @@
         <Identity Id="Runsettings..e82ac86a-72fc-486f-9840-960bae8f3eda" Version="5.6.1" Language="en-US" Publisher="Terje Sandstrom" />
         <DisplayName>Runsettings</DisplayName>
         <Description xml:space="preserve">A set of runsettings item templates for Visual Studio 2019 and 2017   Right click the solution, choose Add/New Item and choose one of the Runsettings under General, and the runsettings file is added as a solution item, and opened as XML in your editor.  See http://msdn.microsoft.com/en-us/library/vstudio/jj159530.aspx and https://msdn.microsoft.com/en-gb/library/jj635153.aspx  for information on how to customize the runsettings. </Description>
-        <MoreInfo>https://docs.microsoft.com/en-us/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file</MoreInfo>
+        <MoreInfo>https://github.com/OsirisTerje/RunSettings/blob/master/README.md</MoreInfo>
         <License>License.txt</License>
         <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
         <Icon>STAR10.GIF</Icon>
         <PreviewImage>11-06-2013 10-42-19.png</PreviewImage>
-        <Tags>test runsettings codecoverage nunit mstest</Tags>
+        <Tags>test runsettings codecoverage nunit mstest unittest</Tags>
     </Metadata>
     <Installation>
         <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" />