This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new c157ab4 HADOOP-16009. Replace the url of the repository in Apache
Hadoop source code.
c157ab4 is described below
commit c157ab49c095357e13ced9c57ef5bdde0557480f
Author: Akira Ajisaka <[email protected]>
AuthorDate: Mon Dec 31 06:28:24 2018 +0900
HADOOP-16009. Replace the url of the repository in Apache Hadoop source
code.
(cherry picked from commit eee29ed7066e9401c7530b8b6f3b221bacef9a8a)
---
hadoop-project/src/site/site.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml
index f925d2e..10cca65 100644
--- a/hadoop-project/src/site/site.xml
+++ b/hadoop-project/src/site/site.xml
@@ -38,7 +38,7 @@
<body>
<links position="left">
<item name="Wiki" href="http://wiki.apache.org/hadoop" />
- <item name="git"
href="https://git-wip-us.apache.org/repos/asf/hadoop.git" />
+ <item name="git" href="https://gitbox.apache.org/repos/asf/hadoop.git" />
</links>
<breadcrumbs position="left">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]