Update git-wip references to gitbox.
diff --git a/LICENSE b/LICENSE
index 7a4a3ea..d645695 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,4 +199,4 @@
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
-   limitations under the License.
\ No newline at end of file
+   limitations under the License.
diff --git a/bower.json b/bower.json
index 7126395..c7c29fa 100644
--- a/bower.json
+++ b/bower.json
@@ -5,7 +5,7 @@
   "private": "true",
   "repository": {
     "type": "git",
-    "url": "http://git-wip-us.apache.org/repos/asf/nifi.git"
+    "url": "http://gitbox-us.apache.org/repos/asf/nifi.git"
   },
   "dependencies": {
     "jquery": "~2.1.4",
diff --git a/package.json b/package.json
index e22db8e..5255617 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "private": "true",
   "repository": {
     "type": "git",
-    "url": "http://git-wip-us.apache.org/repos/asf/nifi.git"
+    "url": "http://gitbox-us.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 51df65b..120fbf0 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://git-wip-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-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://github.com/apache/nifi-minifi"><i class="fa fa-external-link external-link"></i>Source - GitHub - Java Agent</a></li>
-                        <li><a href="https://git-wip-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-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://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 1fbd6ec..f5688b2 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://git-wip-us.apache.org/repos/asf/nifi.git"><i class="fa fa-external-link external-link"></i>Source</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://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 d964956..b836180 100644
--- a/src/pages/html/fds.hbs
+++ b/src/pages/html/fds.hbs
@@ -63,7 +63,7 @@
           <p class="description">
               Source
               <ul>
-                  <li><a href="https://git-wip-us.apache.org/repos/asf?p=nifi-fds.git">Apache Git</a></li>
+                  <li><a href="https://gitbox-us.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 4052a82..7425057 100644
--- a/src/pages/html/registry.hbs
+++ b/src/pages/html/registry.hbs
@@ -147,7 +147,7 @@
           <p class="description">
               Source
               <ul>
-                  <li><a href="https://git-wip-us.apache.org/repos/asf?p=nifi-registry.git">Apache Git</a></li>
+                  <li><a href="https://gitbox-us.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 2f248c1..5188779 100644
--- a/src/pages/markdown/fds-release-guide.md
+++ b/src/pages/markdown/fds-release-guide.md
@@ -116,8 +116,8 @@
 NiFi source and an "ASF" remote pointing to the Apache Git Repository for NiFi.
     ```
     $ git remote -v
-    asf	https://git-wip-us.apache.org/repos/asf/nifi-fds.git (fetch)
-    asf	https://git-wip-us.apache.org/repos/asf/nifi-fds.git (push)
+    asf	https://gitbox-us.apache.org/repos/asf/nifi-fds.git (fetch)
+    asf	https://gitbox-us.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 @@
 
     The Git tag is nifi-${NIFI_FDS_VERSION}-RC${RC}
     The Git commit ID is ${RC_TAG_COMMIT_ID}
-    https://git-wip-us.apache.org/repos/asf?p=nifi-fds.git;a=commit;h=${RC_TAG_COMMIT_ID}
+    https://gitbox-us.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 3172fa9..97468c9 100644
--- a/src/pages/markdown/quickstart.md
+++ b/src/pages/markdown/quickstart.md
@@ -36,7 +36,7 @@
 To check out the code:
 
 ```
-git clone https://git-wip-us.apache.org/repos/asf/nifi.git
+git clone https://gitbox-us.apache.org/repos/asf/nifi.git
 ```
 <br/>
 Then checkout the 'master' branch (which should be the default)
@@ -170,12 +170,12 @@
 [maven]: https://maven.apache.org/
 [jira]: https://issues.apache.org/jira/browse/NIFI
 [git]: https://git-scm.com/
-[gitbrowse]: https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=summary
-[gitbrowsenifisite]: https://git-wip-us.apache.org/repos/asf?p=nifi-site.git;a=summary
-[gitbrowsenifimaven]: https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git;a=summary
-[gitrepo]: https://git-wip-us.apache.org/repos/asf/nifi.git
-[gitreponifisite]: https://git-wip-us.apache.org/repos/asf/nifi-site.git
-[gitreponifimaven]: https://git-wip-us.apache.org/repos/asf/nifi-maven.git
+[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
 [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 46ef9ba..e5702d0 100644
--- a/src/pages/markdown/release-guide.md
+++ b/src/pages/markdown/release-guide.md
@@ -130,8 +130,8 @@
 NiFi source and an "ASF" remote pointing to the Apache Git Repository for NiFi.
     ```
     $ git remote -v
-    asf	https://git-wip-us.apache.org/repos/asf/nifi.git (fetch)
-    asf	https://git-wip-us.apache.org/repos/asf/nifi.git (push)
+    asf	https://gitbox-us.apache.org/repos/asf/nifi.git (fetch)
+    asf	https://gitbox-us.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 @@
 
     The Git tag is nifi-${NIFI_VERSION}-RC${RC}
     The Git commit ID is ${RC_TAG_COMMIT_ID}
-    https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=${RC_TAG_COMMIT_ID}
+    https://gitbox-us.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>