We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4d182 commit 913f491Copy full SHA for 913f491
fcs/docsrc/tools/templates/template.cshtml
@@ -49,7 +49,7 @@
49
<li><a href="@Properties["project-nuget"]">Get Library via NuGet</a></li>
50
<li><a href="@Properties["project-github"]">Source Code on GitHub</a></li>
51
<li><a href="@Properties["project-github"]/blob/master/LICENSE">License</a></li>
52
- <li><a href="@Properties["project-github"]/blob/master/RELEASE_NOTES.md">Release Notes</a></li>
+ <li><a href="@Properties["project-github"]/blob/master/fcs/RELEASE_NOTES.md">Release Notes</a></li>
53
54
<li class="nav-header">Getting started</li>
55
<li><a href="@Root/index.html">Home page</a></li>
0 commit comments