This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7a3bff1 Fix suggest changes URL (#242)
7a3bff1 is described below
commit 7a3bff1b6c9ca68c375f99f6e24838130b213256
Author: Louis Guitton <[email protected]>
AuthorDate: Sat Feb 8 18:05:19 2020 +0100
Fix suggest changes URL (#242)
---
landing-pages/site/layouts/partials/suggest-change.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/landing-pages/site/layouts/partials/suggest-change.html
b/landing-pages/site/layouts/partials/suggest-change.html
index 01fb0de..eee8025 100644
--- a/landing-pages/site/layouts/partials/suggest-change.html
+++ b/landing-pages/site/layouts/partials/suggest-change.html
@@ -18,7 +18,7 @@
*/}}
<div class="base-layout--button">
- {{ $url := printf
"https://github.com/apache/airflow-site/edit/aip-11/landing-pages/site/content/%s/%s"
$.Site.Language.Lang .Path }}
+ {{ $url := printf
"https://github.com/apache/airflow-site/edit/master/landing-pages/site/content/%s/%s"
$.Site.Language.Lang .Path }}
<a href={{ $url }}>
{{ partial "buttons/button-with-icon" (dict "text" "Suggest a change
on this page" "class" "button-fixed") }}
</a>