Repository: bahir-website
Updated Branches:
  refs/heads/master d7e1bf9a2 -> 894ce6aa8


Make source code link point to community/source

Currently the source link was pointing directly to github. Making
it point to community/source is better as it documents multiple
bahir source repositories including Spark extensions, Flink extensions
and website.


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/f465420e
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/f465420e
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/f465420e

Branch: refs/heads/master
Commit: f465420e3339c0d52a62787cdf1a4766b25ed95a
Parents: d7e1bf9
Author: zhouhai02 <zhouha...@meituan.com>
Authored: Sat Sep 2 02:23:35 2017 +0800
Committer: Luciano Resende <lrese...@apache.org>
Committed: Sat Apr 28 13:04:59 2018 -0700

----------------------------------------------------------------------
 site/_data/navigation.yml | 2 +-
 site/community.md         | 7 +------
 2 files changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/f465420e/site/_data/navigation.yml
----------------------------------------------------------------------
diff --git a/site/_data/navigation.yml b/site/_data/navigation.yml
index cc184f5..3f381ec 100644
--- a/site/_data/navigation.yml
+++ b/site/_data/navigation.yml
@@ -63,7 +63,7 @@ topnav:
   - title: Issue Tracker
     url: https://issues.apache.org/jira/browse/BAHIR
   - title: Source Code
-    url: https://github.com/apache/bahir
+    url: /community#source-code
   - title: Project Committers
     url: /community-members
 

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/f465420e/site/community.md
----------------------------------------------------------------------
diff --git a/site/community.md b/site/community.md
index 61d12ac..758dbc9 100644
--- a/site/community.md
+++ b/site/community.md
@@ -77,9 +77,4 @@ The project sources for each supported platform are 
accessible via their respect
 
  - Apache Spark Extensions: ({{ site.data.project.spark_source_repository }}), 
also mirrored in [GitHub]({{ site.data.project.spark_source_repository_mirror 
}})
  - Apache Flink Extensions: ({{ site.data.project.flink_source_repository }}), 
also mirrored in [GitHub]({{ site.data.project.flink_source_repository_mirror 
}})
- - Website: ({{ site.data.project.website_source_repository }}), also mirrored 
in [GitHub]({{ site.data.project.website_source_repository_mirror }})
-
-
-## Website Source Code
-
-The project website sources are accessible via the [website source code 
repository]({{ site.data.project.website_repository }}) which is also mirrored 
in [GitHub]({{ site.data.project.website_repository_mirror }})
+ - Website: ({{ site.data.project.website_source_repository }}), also mirrored 
in [GitHub]({{ site.data.project.website_source_repository_mirror }})
\ No newline at end of file

Reply via email to