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

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


The following commit(s) were added to refs/heads/master by this push:
     new 474e1b8  NIFIREG-269 Capitalized REST API in doc links
474e1b8 is described below

commit 474e1b8647c0ffdc0bad909500305f3dec29473e
Author: Andrew Lim <[email protected]>
AuthorDate: Wed May 8 13:54:00 2019 -0400

    NIFIREG-269 Capitalized REST API in doc links
---
 .../src/main/webapp/WEB-INF/jsp/documentation.jsp                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 402e841..58d3121 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
@@ -68,7 +68,7 @@
                         <div class="header">Developer</div>
                         <div id="developer-links" class="component-links">
                             <ul>
-                                <li class="component-item"><a 
class="document-link rest-api" href="rest-api/rest-api.html" 
target="component-usage">Rest Api</a></li>
+                                <li class="component-item"><a 
class="document-link rest-api" href="rest-api/rest-api.html" 
target="component-usage">REST API</a></li>
                             </ul>
                             <span class="no-matching no-components hidden">No 
matching developer guides</span>
                         </div>

Reply via email to