You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2018/12/14 15:49:35 UTC

[nifi-site] branch master updated: Fix bad replacement of gitbox to remove -us from urls.

This is an automated email from the ASF dual-hosted git repository.

aldrin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 155244b  Fix bad replacement of gitbox to remove -us from urls.
155244b is described below

commit 155244b0a2f4406636c753290d539cecb80766b7
Author: Aldrin Piri <al...@apache.org>
AuthorDate: Fri Dec 14 10:49:24 2018 -0500

    Fix bad replacement of gitbox to remove -us from urls.
---
 bower.json                              |  2 +-
 package.json                            |  2 +-
 src/includes/minifi/minifi-topbar.hbs   |  4 ++--
 src/includes/topbar.hbs                 |  2 +-
 src/pages/html/fds.hbs                  |  2 +-
 src/pages/html/registry.hbs             |  2 +-
 src/pages/markdown/fds-release-guide.md |  6 +++---
 src/pages/markdown/quickstart.md        | 14 +++++++-------
 src/pages/markdown/release-guide.md     |  6 +++---
 9 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/bower.json b/bower.json
index c7c29fa..9ff213d 100644
--- a/bower.json
+++ b/bower.json
@@ -5,7 +5,7 @@
   "private": "true",
   "repository": {
     "type": "git",
-    "url": "http://gitbox-us.apache.org/repos/asf/nifi.git"
+    "url": "http://gitbox.apache.org/repos/asf/nifi.git"
   },
   "dependencies": {
     "jquery": "~2.1.4",
diff --git a/package.json b/package.json
index 5255617..b06fc45 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "private": "true",
   "repository": {
     "type": "git",
-    "url": "http://gitbox-us.apache.org/repos/asf/nifi.git"
+    "url": "http://gitbox.apache.org/repos/asf/nifi.git"
   },
   "devDependencies": {
     "grunt": "^1.0.2",
diff --git a/src/includes/minifi/minifi-topbar.hbs b/src/includes/minifi/minifi-topbar.hbs
index 120fbf0..0568b39 100644
--- a/src/includes/minifi/minifi-topbar.hbs
+++ b/src/includes/minifi/minifi-topbar.hbs
@@ -54,9 +54,9 @@
                     <ul class="dropdown">
                         <li><a href="../release-guide.html">Release Guide</a></li>
                         <li><a href="../licensing-guide.html">Licensing Guide</a></li>
-                        <li><a href="https://gitbox-us.apache.org/repos/asf/nifi-minifi.git"><i class="fa fa-external-link external-link"></i>Source - Java Agent</a></li>
+                        <li><a href="https://gitbox.apache.org/repos/asf/nifi-minifi.git"><i class="fa fa-external-link external-link"></i>Source - Java Agent</a></li>
                         <li><a href="https://github.com/apache/nifi-minifi"><i class="fa fa-external-link external-link"></i>Source - GitHub - Java Agent</a></li>
-                        <li><a href="https://gitbox-us.apache.org/repos/asf/nifi-minifi-cpp.git"><i class="fa fa-external-link external-link"></i>Source - C++ Agent</a></li>
+                        <li><a href="https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git"><i class="fa fa-external-link external-link"></i>Source - C++ Agent</a></li>
                         <li><a href="https://github.com/apache/nifi-minifi-cpp"><i class="fa fa-external-link external-link"></i>Source - GitHub - C++ Agent</a></li>
                         <li><a href="https://issues.apache.org/jira/browse/MINIFI"><i class="fa fa-external-link external-link"></i>MiNiFi Java Issues</a></li>
                         <li><a href="https://issues.apache.org/jira/browse/MINIFICPP"><i class="fa fa-external-link external-link"></i>MiNiFi C++ Issues</a></li>
diff --git a/src/includes/topbar.hbs b/src/includes/topbar.hbs
index f5688b2..8a20972 100644
--- a/src/includes/topbar.hbs
+++ b/src/includes/topbar.hbs
@@ -58,7 +58,7 @@
                         <li><a href="fds-release-guide.html">FDS Release Guide</a></li>
                         <li><a href="licensing-guide.html">Licensing Guide</a></li>
                         <li><a href="developer-guide.html">Developer Guide</a></li>
-                        <li><a href="https://gitbox-us.apache.org/repos/asf/nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li>
+                        <li><a href="https://gitbox.apache.org/repos/asf/nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li>
                         <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li>
                     </ul>
                 </li>
diff --git a/src/pages/html/fds.hbs b/src/pages/html/fds.hbs
index b836180..37e4618 100644
--- a/src/pages/html/fds.hbs
+++ b/src/pages/html/fds.hbs
@@ -63,7 +63,7 @@ title: Apache NiFi - Flow Design System
           <p class="description">
               Source
               <ul>
-                  <li><a href="https://gitbox-us.apache.org/repos/asf?p=nifi-fds.git">Apache Git</a></li>
+                  <li><a href="https://gitbox.apache.org/repos/asf?p=nifi-fds.git">Apache Git</a></li>
                   <li><a href="https://github.com/apache/nifi-fds">GitHub Mirror</a></li>
               </ul>
           </p>
diff --git a/src/pages/html/registry.hbs b/src/pages/html/registry.hbs
index 7425057..af0cfc4 100644
--- a/src/pages/html/registry.hbs
+++ b/src/pages/html/registry.hbs
@@ -147,7 +147,7 @@ title: Apache NiFi - Registry
           <p class="description">
               Source
               <ul>
-                  <li><a href="https://gitbox-us.apache.org/repos/asf?p=nifi-registry.git">Apache Git</a></li>
+                  <li><a href="https://gitbox.apache.org/repos/asf?p=nifi-registry.git">Apache Git</a></li>
                   <li><a href="https://github.com/apache/nifi-registry">GitHub Mirror</a></li>
               </ul>
           </p>
diff --git a/src/pages/markdown/fds-release-guide.md b/src/pages/markdown/fds-release-guide.md
index 5188779..59e133a 100644
--- a/src/pages/markdown/fds-release-guide.md
+++ b/src/pages/markdown/fds-release-guide.md
@@ -116,8 +116,8 @@ Apache NiFi Flow Design System developer community.
 NiFi source and an "ASF" remote pointing to the Apache Git Repository for NiFi.
     ```
     $ git remote -v
-    asf	https://gitbox-us.apache.org/repos/asf/nifi-fds.git (fetch)
-    asf	https://gitbox-us.apache.org/repos/asf/nifi-fds.git (push)
+    asf	https://gitbox.apache.org/repos/asf/nifi-fds.git (fetch)
+    asf	https://gitbox.apache.org/repos/asf/nifi-fds.git (push)
     origin	https://github.com/${RM_USERID}/nifi-fds.git (fetch)
     origin	https://github.com/${RM_USERID}/nifi-fds.git (push)
     ```
@@ -225,7 +225,7 @@ and more positive than negative binding votes._
 
     The Git tag is nifi-${NIFI_FDS_VERSION}-RC${RC}
     The Git commit ID is ${RC_TAG_COMMIT_ID}
-    https://gitbox-us.apache.org/repos/asf?p=nifi-fds.git;a=commit;h=${RC_TAG_COMMIT_ID}
+    https://gitbox.apache.org/repos/asf?p=nifi-fds.git;a=commit;h=${RC_TAG_COMMIT_ID}
 
     Checksums of nifi-fds-x.y.z-source-release.zip:
     SHA1: <40-BYTE-SHA1SUM-HASH>
diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md
index 97468c9..7cc3e3b 100644
--- a/src/pages/markdown/quickstart.md
+++ b/src/pages/markdown/quickstart.md
@@ -36,7 +36,7 @@ git config --global core.autocrlf false
 To check out the code:
 
 ```
-git clone https://gitbox-us.apache.org/repos/asf/nifi.git
+git clone https://gitbox.apache.org/repos/asf/nifi.git
 ```
 <br/>
 Then checkout the 'master' branch (which should be the default)
@@ -170,12 +170,12 @@ is ready for use:
 [maven]: https://maven.apache.org/
 [jira]: https://issues.apache.org/jira/browse/NIFI
 [git]: https://git-scm.com/
-[gitbrowse]: https://gitbox-us.apache.org/repos/asf?p=nifi.git;a=summary
-[gitbrowsenifisite]: https://gitbox-us.apache.org/repos/asf?p=nifi-site.git;a=summary
-[gitbrowsenifimaven]: https://gitbox-us.apache.org/repos/asf?p=nifi-maven.git;a=summary
-[gitrepo]: https://gitbox-us.apache.org/repos/asf/nifi.git
-[gitreponifisite]: https://gitbox-us.apache.org/repos/asf/nifi-site.git
-[gitreponifimaven]: https://gitbox-us.apache.org/repos/asf/nifi-maven.git
+[gitbrowse]: https://gitbox.apache.org/repos/asf?p=nifi.git;a=summary
+[gitbrowsenifisite]: https://gitbox.apache.org/repos/asf?p=nifi-site.git;a=summary
+[gitbrowsenifimaven]: https://gitbox.apache.org/repos/asf?p=nifi-maven.git;a=summary
+[gitrepo]: https://gitbox.apache.org/repos/asf/nifi.git
+[gitreponifisite]: https://gitbox.apache.org/repos/asf/nifi-site.git
+[gitreponifimaven]: https://gitbox.apache.org/repos/asf/nifi-maven.git
 [githubrepo]: https://github.com/apache/nifi
 [githubreposite]: https://github.com/apache/nifi-site
 [githubrepoplugin]: https://github.com/apache/nifi-maven
diff --git a/src/pages/markdown/release-guide.md b/src/pages/markdown/release-guide.md
index e5702d0..bec6260 100644
--- a/src/pages/markdown/release-guide.md
+++ b/src/pages/markdown/release-guide.md
@@ -130,8 +130,8 @@ Apache NiFi developer community.
 NiFi source and an "ASF" remote pointing to the Apache Git Repository for NiFi.
     ```
     $ git remote -v
-    asf	https://gitbox-us.apache.org/repos/asf/nifi.git (fetch)
-    asf	https://gitbox-us.apache.org/repos/asf/nifi.git (push)
+    asf	https://gitbox.apache.org/repos/asf/nifi.git (fetch)
+    asf	https://gitbox.apache.org/repos/asf/nifi.git (push)
     origin	https://github.com/${RM_USERID}/nifi.git (fetch)
     origin	https://github.com/${RM_USERID}/nifi.git (push)
     ```
@@ -323,7 +323,7 @@ and more positive than negative binding votes._
 
     The Git tag is nifi-${NIFI_VERSION}-RC${RC}
     The Git commit ID is ${RC_TAG_COMMIT_ID}
-    https://gitbox-us.apache.org/repos/asf?p=nifi.git;a=commit;h=${RC_TAG_COMMIT_ID}
+    https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=${RC_TAG_COMMIT_ID}
 
     Checksums of nifi-x.y.z-source-release.zip:
     SHA256: <64-CHAR-SHA256SUM-HASH>