This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/main by this push:
new 286cf69 Update links to point to main branch (#196)
286cf69 is described below
commit 286cf69616e81a7f6a25c23d4e432082b89de48c
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Aug 14 07:55:52 2020 -0400
Update links to point to main branch (#196)
Fix a link missed from the first pass
---
_layouts/recipes-1.2.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_layouts/recipes-1.2.html b/_layouts/recipes-1.2.html
index eebf952..65a08cb 100644
--- a/_layouts/recipes-1.2.html
+++ b/_layouts/recipes-1.2.html
@@ -43,13 +43,13 @@ layout: default
<div class="row">
<div class="col-md-10"><h1>{{ page.title }}</h1></div>
<div class="col-md-2"><a class="pull-right" style="margin-top: 25px;"
href="https://github.com/apache/fluo-website/edit/main/{{ page.path }}"
role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this
page</small></a></div>
- </div>
+ </div>
{% endunless %}
{{ content }}
<div class="row" style="margin-top: 20px;">
<div class="col-md-10"><strong>Find documentation for all Fluo releases
in the <a href="{{ site.baseurl }}/docs/">archive</strong></div>
- <div class="col-md-2"><a class="pull-right"
href="https://github.com/apache/fluo-website/edit/master/{{ page.path }}"
role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this
page</small></a></div>
- </div>
+ <div class="col-md-2"><a class="pull-right"
href="https://github.com/apache/fluo-website/edit/main/{{ page.path }}"
role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this
page</small></a></div>
+ </div>
</div>
</div>