]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
When editing pages from the docs sidebar link, compare against develop instead of...
authorGeoff Kimball <geoff@zurb.com>
Sat, 21 Nov 2015 01:09:19 +0000 (17:09 -0800)
committerGeoff Kimball <geoff@zurb.com>
Sat, 21 Nov 2015 01:09:19 +0000 (17:09 -0800)
lib/handlebars.js

index d5b5803de95a18552f2ce5374e1ea8d983418624..394036e4ff98763ba89ea66db34430bd7598657f 100644 (file)
@@ -154,7 +154,7 @@ handlebars.registerHelper('jsModuleName', function(value) {
 });
 
 handlebars.registerHelper('editLink', function(value) {
-  return format('https://github.com/zurb/foundation-sites/edit/master/{0}', [value.replace('.html', '.md')]);
+  return format('https://github.com/zurb/foundation-sites/edit/develop/{0}', [value.replace('.html', '.md')]);
 });
 
 handlebars.registerHelper('issueLink', function(name) {