Repository: nifi-site Updated Branches: refs/heads/master 8710dafe4 -> 42b8dbd0c
NIFI-3629 Fixed incorrectly swapped links on Registry page. This closes #16 Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/42b8dbd0 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/42b8dbd0 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/42b8dbd0 Branch: refs/heads/master Commit: 42b8dbd0cd6eee9dcefe0681f551f229da6243c3 Parents: 8710daf Author: Andrew Lim <[email protected]> Authored: Mon Mar 20 14:59:22 2017 -0400 Committer: Matt Gilman <[email protected]> Committed: Thu Mar 23 14:07:55 2017 -0400 ---------------------------------------------------------------------- src/pages/html/registry.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/42b8dbd0/src/pages/html/registry.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/registry.hbs b/src/pages/html/registry.hbs index e072625..e9c49c6 100644 --- a/src/pages/html/registry.hbs +++ b/src/pages/html/registry.hbs @@ -57,8 +57,8 @@ title: Apache NiFi - Registry <p class="description"> Source <ul> - <li><a href="https://github.com/apache/nifi-registry">Apache Git</a></li> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=nifi-registry.git">GitHub Mirror</a></li> + <li><a href="https://git-wip-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> <p class="description">
