You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2018/06/28 09:16:53 UTC

flink-web git commit: [hotfix] Fix broken link to blog.

Repository: flink-web
Updated Branches:
  refs/heads/asf-site df053d430 -> e62b7bc42


[hotfix] Fix broken link to blog.


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/e62b7bc4
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/e62b7bc4
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/e62b7bc4

Branch: refs/heads/asf-site
Commit: e62b7bc42df4945bbfe0f02dbed62a07fe21b2c4
Parents: df053d4
Author: Fabian Hueske <fh...@apache.org>
Authored: Thu Jun 28 11:15:46 2018 +0200
Committer: Fabian Hueske <fh...@apache.org>
Committed: Thu Jun 28 11:15:46 2018 +0200

----------------------------------------------------------------------
 content/index.html | 2 +-
 index.md           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/e62b7bc4/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 0421691..4e766a5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -346,7 +346,7 @@
 
 <div class="col-sm-3">
 
-  <h2><a href="/blog.html">Latest Blog Posts</a></h2>
+  <h2><a href="/blog">Latest Blog Posts</a></h2>
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/e62b7bc4/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index dc8d35b..0ada00f 100755
--- a/index.md
+++ b/index.md
@@ -213,7 +213,7 @@ layout: base
 
 <div class="col-sm-3">
 
-  <h2><a href="{{ site.baseurl }}/blog.html">Latest Blog Posts</a></h2>
+  <h2><a href="{{ site.baseurl }}/blog">Latest Blog Posts</a></h2>
 
 </div>