You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2021/05/04 07:13:29 UTC

[flink-web] branch asf-site updated (6673b7d -> f41c389)

This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from 6673b7d  Rebuild page
     new e86c5dc  [hotfix] Fix release notes url for hugo based docs
     new f41c389  Rebuild page

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _config.yml            | 2 ++
 content/downloads.html | 2 +-
 downloads.md           | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

[flink-web] 01/02: [hotfix] Fix release notes url for hugo based docs

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit e86c5dc6a1d1b388a00e31d3a23c4863e5024002
Author: Dawid Wysakowicz <dw...@apache.org>
AuthorDate: Tue May 4 09:12:22 2021 +0200

    [hotfix] Fix release notes url for hugo based docs
---
 _config.yml  | 2 ++
 downloads.md | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 74b27db..632b4f9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -75,6 +75,7 @@ flink_releases:
       url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.13.0/flink-1.13.0-src.tgz"
       asc_url: "https://downloads.apache.org/flink/flink-1.13.0/flink-1.13.0-src.tgz.asc"
       sha512_url: "https://downloads.apache.org/flink/flink-1.13.0/flink-1.13.0-src.tgz.sha512"
+    release_notes_url: "https://ci.apache.org/projects/flink/flink-docs-release-1.13/release-notes/flink-1.13"
   -
     version_short: "1.12"
     binary_release:
@@ -95,6 +96,7 @@ flink_releases:
       url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.12.3/flink-1.12.3-src.tgz"
       asc_url: "https://downloads.apache.org/flink/flink-1.12.3/flink-1.12.3-src.tgz.asc"
       sha512_url: "https://downloads.apache.org/flink/flink-1.12.3/flink-1.12.3-src.tgz.sha512"
+    release_notes_url: "https://ci.apache.org/projects/flink/flink-docs-release-1.12/release-notes/flink-1.12.html"
     optional_components:
       -
         name: "Avro SQL Format"
diff --git a/downloads.md b/downloads.md
index ac21768..587ade3 100644
--- a/downloads.md
+++ b/downloads.md
@@ -113,7 +113,7 @@ Apache FlinkĀ® {{ site.FLINK_VERSION_STABLE }} is our latest stable release.
 
 #### Release Notes
 
-Please have a look at the [Release Notes for Flink {{ flink_release.version_short }}]({{ site.DOCS_BASE_URL }}flink-docs-release-{{ flink_release.version_short }}/release-notes/flink-{{ flink_release.version_short }}.html) if you plan to upgrade your Flink setup from a previous version.
+Please have a look at the [Release Notes for Flink {{ flink_release.version_short }}]({{ flink_release.release_notes_url }}) if you plan to upgrade your Flink setup from a previous version.
 
 ---
 

[flink-web] 02/02: Rebuild page

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit f41c389a267e41c4ec6055b312aea0eb5cbf9ced
Author: Dawid Wysakowicz <dw...@apache.org>
AuthorDate: Tue May 4 09:13:13 2021 +0200

    Rebuild page
---
 content/downloads.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/downloads.html b/content/downloads.html
index 409f7f5..7cf80fa 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -252,7 +252,7 @@ $( document ).ready(function() {
 
 <h4 id="release-notes">Release Notes</h4>
 
-<p>Please have a look at the <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.13/release-notes/flink-1.13.html">Release Notes for Flink 1.13</a> if you plan to upgrade your Flink setup from a previous version.</p>
+<p>Please have a look at the <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.13/release-notes/flink-1.13">Release Notes for Flink 1.13</a> if you plan to upgrade your Flink setup from a previous version.</p>
 
 <hr />