Repository: nifi-registry
Updated Branches:
  refs/heads/master 010695fa1 -> e74846402


NIFIREG-210 Corrected incorrect document-links

This closes #145

Signed-off-by: Scott Aslan <scottyas...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/e7484640
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/e7484640
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/e7484640

Branch: refs/heads/master
Commit: e74846402ba938ae20a73ae8a40c642edd4d320d
Parents: 010695f
Author: Andrew Lim <andrewlim.apa...@gmail.com>
Authored: Thu Nov 1 16:23:11 2018 -0400
Committer: Scott Aslan <scottyas...@gmail.com>
Committed: Fri Nov 2 11:21:30 2018 -0400

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/jsp/documentation.jsp                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/e7484640/nifi-registry-core/nifi-registry-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
----------------------------------------------------------------------
diff --git 
a/nifi-registry-core/nifi-registry-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
 
b/nifi-registry-core/nifi-registry-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
index fa4d574..63a7886 100644
--- 
a/nifi-registry-core/nifi-registry-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
+++ 
b/nifi-registry-core/nifi-registry-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
@@ -57,8 +57,8 @@
                         <div class="header">General</div>
                         <div id="general-links" class="component-links">
                             <ul>
-                               <li class="component-item"><a 
class="document-link admin-guide" href="html/getting-started.html" 
target="component-usage">Getting Started</a></li>
-                                <li class="component-item"><a 
class="document-link admin-guide" href="html/user-guide.html" 
target="component-usage">User Guide</a></li>
+                               <li class="component-item"><a 
class="document-link getting-started" href="html/getting-started.html" 
target="component-usage">Getting Started</a></li>
+                                <li class="component-item"><a 
class="document-link user-guide" href="html/user-guide.html" 
target="component-usage">User Guide</a></li>
                                 <li class="component-item"><a 
class="document-link admin-guide" href="html/administration-guide.html" 
target="component-usage">Admin Guide</a></li>
                             </ul>
                             <span class="no-matching no-components hidden">No 
matching guides</span>

Reply via email to