Skip to content

Commit 00e8d59

Browse files
fix link in example code (#36260)
1 parent 1d249da commit 00e8d59

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/data/ef-mvc/intro/samples/5cu/Views/Home

1 file changed

+2
-2
lines changed

aspnetcore/data/ef-mvc/intro/samples/5cu/Views/Home/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<div class="col-md-4">
2323
<h2>Download it</h2>
2424
<p>You can download the completed project from GitHub.</p>
25-
<p><a class="btn btn-default" href="https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-mvc/intro/samples/5cu-final">See project source code &raquo;</a></p>
25+
<p><a class="btn btn-default" href="https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-mvc/intro/samples/cu-final">See project source code &raquo;</a></p>
2626
</div>
27-
</div>
27+
</div>

0 commit comments

Comments
 (0)