Skip to content

Commit ef906d9

Browse files
committed
refactor(variables): updated links in variables.cshtml
1 parent 7143da1 commit ef906d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Views/Shared/Sections/_Variables.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@{
22
TempData["appName"] = "Sneat";
3-
TempData["appUrl"] = "https://demos.themeselection.com/sneat-aspnet-core-mvc-admin-template-free/html/vertical-menu-template/";
3+
TempData["appUrl"] = "https://demos.themeselection.com/sneat-aspnet-core-mvc-admin-template-free/html/";
44
@* Footer & Misc urls *@
55
TempData["authorName"] = "ThemeSelection";
66
TempData["authorUrl"] = "https://themeselection.com/";
77
TempData["licenseUrl"] = "https://themeselection.com/license/";
8-
TempData["productPage"] = "https://themeselection.com/item/sneat-aspnet-core-mvc-admin-template-free/";
8+
TempData["productPage"] = "https://themeselection.com/item/sneat-free-aspnet-core-mvc-admin-template/";
99
TempData["support"] = "https://github.com/themeselection/sneat-bootstrap-html-aspnet-core-mvc-admin-template-free";
1010
TempData["documentation"] = "https://demos.themeselection.com/sneat-bootstrap-html-admin-template/documentation/net-core-mvc-introduction.html";
1111
TempData["twitterUrl"] = "https://twitter.com/Theme_Selection";

0 commit comments

Comments
 (0)