Skip to content

Commit 88d7697

Browse files
committed
Fix URL to be http
Fix typo on home page
1 parent c7f1e8b commit 88d7697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build/Griddly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version></version>
77
<authors>Chris Hynes, Joel Potter</authors>
88
<!--<licenseUrl></licenseUrl>-->
9-
<projectUrl>https://griddly.com</projectUrl>
9+
<projectUrl>http://griddly.com</projectUrl>
1010
<iconUrl>https://raw.githubusercontent.com/programcsharp/griddly/master/Griddly/Content/griddly-32.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Pagable, sortable, MVC enabled grid</description>

Griddly/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="col-md-7">
1111
<hgroup style="background-image:url(/Content/griddly-192.png);padding-top:5px;padding-left:210px;background-position:-4px -15px;background-repeat:no-repeat;min-height:172px">
1212
<h1 style="margin-top:0;"><a itemprop="name" href="http://griddly.com/"> Griddly</a></h1>
13-
<h2 itemprop="description alternativeHeadline">MVC/AJAC hybrid grid</h2>
13+
<h2 itemprop="description alternativeHeadline">MVC/AJAX hybrid grid</h2>
1414
<h3 style="font-size:125%">Created by <a rel="author" target="_blank" href="http://programcsharp.com">Chris Hynes</a> and <a rel="author" target="_blank" href="http://ithiprise.com/">Joel Potter</a></h3>
1515
</hgroup>
1616
<div class="docs-social well well-sm">

0 commit comments

Comments
 (0)