You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/29 17:45:18 UTC

incubator-apex-site git commit: added ASF repos to top nav

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master 32d3076ae -> c99d1fc38


added ASF repos to top nav


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/c99d1fc3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/c99d1fc3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/c99d1fc3

Branch: refs/heads/master
Commit: c99d1fc38198918e3680fe8ad34479e9db95e156
Parents: 32d3076
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Tue Sep 29 08:45:12 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Tue Sep 29 08:45:12 2015 -0700

----------------------------------------------------------------------
 navigation.js | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/c99d1fc3/navigation.js
----------------------------------------------------------------------
diff --git a/navigation.js b/navigation.js
index 5eb447c..23ef750 100644
--- a/navigation.js
+++ b/navigation.js
@@ -8,9 +8,11 @@ exports = module.exports = [
   { id: 'index', label: 'Home', href: '/' },
   { id: 'community', label: 'Community', href: '/community.html' },
   { id: 'docs', label: 'Docs', href: '/docs.html' },
-  { id: 'github', label: 'Github', items: [
-    { label: 'Apex Core', href: 'https://github.com/apache/incubator-apex-core' },
-    { label: 'Apex Malhar', href: 'https://github.com/apache/incubator-apex-malhar' }
+  { id: 'source', label: 'Source', items: [
+    { label: 'Apex Core (ASF)', href: 'https://git-wip-us.apache.org/repos/asf?p=incubator-apex-core.git' },
+    { label: 'Apex Core (Github Mirror)', href: 'https://github.com/apache/incubator-apex-core' },
+    { label: 'Apex Malhar (ASF)', href: 'https://git-wip-us.apache.org/repos/asf?p=incubator-apex-malhar.git' },
+    { label: 'Apex Malhar (Github Mirror)', href: 'https://github.com/apache/incubator-apex-malhar' }
   ] },
   { id: 'apache', label: 'Apache', items: [
     { label: 'Status Page', href: 'http://incubator.apache.org/projects/apex.html' },