This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 32fc4ac HADOOP-16009. Replace the url of the repository in Apache
Hadoop source code.
32fc4ac is described below
commit 32fc4ac752de37b5b91363780958c47f8413ed89
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 eda7183..b05706a 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]