We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be20dac commit 17cd650Copy full SHA for 17cd650
_config.yml
@@ -1,4 +1,4 @@
1
auto: true
2
title: logstash cookbook
3
-repo: https://github.com/logstash/cookbook
+repo: logstash/cookbook
4
branch: gh-pages
_layouts/default.html
@@ -46,7 +46,7 @@
46
<span class="edit-this-page">
47
<script>
48
document.writeln(
49
- '<a href="http://github.com/logstash/cookbook/edit/master/'
+ '<a href="https://github.com/{{ site.repo }}/edit/{{ site.branch }}/'
50
+ '{{page.url}}'.replace('.html', '.md').replace(/^\//, '')
51
+ '">[edit this page]</a>'
52
);
0 commit comments