Repository: flink-web Updated Branches: refs/heads/asf-site 13ff4fbdc -> 6a622bc29
[hotfix] Fix git URL Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/6a622bc2 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/6a622bc2 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/6a622bc2 Branch: refs/heads/asf-site Commit: 6a622bc29c913f808be7d6a3998f762089280930 Parents: 13ff4fb Author: Robert Metzger <[email protected]> Authored: Thu Dec 15 14:54:11 2016 +0100 Committer: Robert Metzger <[email protected]> Committed: Thu Dec 15 14:54:11 2016 +0100 ---------------------------------------------------------------------- community.md | 4 ++-- content/community.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/6a622bc2/community.md ---------------------------------------------------------------------- diff --git a/community.md b/community.md index 39f8cef..b25997a 100644 --- a/community.md +++ b/community.md @@ -120,7 +120,7 @@ All issue activity is also mirrored to the issues mailing list. ### Main source repositories - **ASF writable**: [https://git-wip-us.apache.org/repos/asf/flink.git](https://git-wip-us.apache.org/repos/asf/flink.git) -- **ASF read-only**: git://git.apache.org/repos/asf/flink.git +- **ASF read-only**: git://git.apache.org/flink.git - **GitHub mirror**: [https://github.com/apache/flink.git](https://github.com/apache/flink.git) Note: Flink does not build with Oracle JDK 6. It runs with Oracle JDK 6. @@ -128,7 +128,7 @@ Note: Flink does not build with Oracle JDK 6. It runs with Oracle JDK 6. ### Website repositories - **ASF writable**: [https://git-wip-us.apache.org/repos/asf/flink-web.git](https://git-wip-us.apache.org/repos/asf/flink-web.git) -- **ASF read-only**: git://git.apache.org/repos/asf/flink-web.git +- **ASF read-only**: git://git.apache.org/flink-web.git - **GitHub mirror**: [https://github.com/apache/flink-web.git](https://github.com/apache/flink-web.git) http://git-wip-us.apache.org/repos/asf/flink-web/blob/6a622bc2/content/community.html ---------------------------------------------------------------------- diff --git a/content/community.html b/content/community.html index c6311ad..0e51926 100644 --- a/content/community.html +++ b/content/community.html @@ -310,7 +310,7 @@ <ul> <li><strong>ASF writable</strong>: <a href="https://git-wip-us.apache.org/repos/asf/flink.git">https://git-wip-us.apache.org/repos/asf/flink.git</a></li> - <li><strong>ASF read-only</strong>: git://git.apache.org/repos/asf/flink.git</li> + <li><strong>ASF read-only</strong>: git://git.apache.org/flink.git</li> <li><strong>GitHub mirror</strong>: <a href="https://github.com/apache/flink.git">https://github.com/apache/flink.git</a></li> </ul> @@ -320,7 +320,7 @@ <ul> <li><strong>ASF writable</strong>: <a href="https://git-wip-us.apache.org/repos/asf/flink-web.git">https://git-wip-us.apache.org/repos/asf/flink-web.git</a></li> - <li><strong>ASF read-only</strong>: git://git.apache.org/repos/asf/flink-web.git</li> + <li><strong>ASF read-only</strong>: git://git.apache.org/flink-web.git</li> <li><strong>GitHub mirror</strong>: <a href="https://github.com/apache/flink-web.git">https://github.com/apache/flink-web.git</a></li> </ul>
