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 acfcd96 commit e967ad3Copy full SHA for e967ad3
src/SimplCommerce.WebHost/Themes/SampleTheme/Areas/Core/Views/Home/Index.cshtml
@@ -8,7 +8,7 @@
8
<div>
9
<h2 class="page-header">Sample Theme</h2>
10
<p>It's very easy to find and install new themes or create your own theme. </p>
11
- <p>Check out <a href="http://docs.simplcommerce.com/en/latest/theme-development/" target="_blank"> the doc here</a> for more details</p>
+ <p>Check out <a href="https://docs.simplcommerce.com/developer-guide/theme-development.html" target="_blank"> the doc here</a> for more details</p>
12
</div>
13
14
<partial name="_WidgetInstances" model="Model.WidgetInstances.Where(x => x.WidgetZoneId == WidgetZoneIds.HomeMainContent)" />
0 commit comments