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.git
The following commit(s) were added to refs/heads/master by this push:
new e8174fb NIFI-6002 Corrected duplicated CSS class and capitalized REST
API
e8174fb is described below
commit e8174fb99fd84edfeb1dda267550735db4d74638
Author: Andrew Lim <[email protected]>
AuthorDate: Thu Apr 18 18:36:28 2019 -0400
NIFI-6002 Corrected duplicated CSS class and capitalized REST API
---
.../nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
index 17a7411..4554a76 100644
---
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
+++
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
@@ -72,9 +72,9 @@
<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/index.html"
target="component-usage">Rest Api</a></li>
+ <li class="component-item"><a
class="document-link rest-api" href="rest-api/index.html"
target="component-usage">REST API</a></li>
<li class="component-item"><a
class="document-link developer-guide" href="html/developer-guide.html"
target="component-usage">Developer Guide</a></li>
- <li class="component-item"><a
class="document-link developer-guide" href="html/nifi-in-depth.html"
target="component-usage">Apache NiFi In Depth</a></li>
+ <li class="component-item"><a
class="document-link apache-nifi-in-depth" href="html/nifi-in-depth.html"
target="component-usage">Apache NiFi In Depth</a></li>
</ul>
<span class="no-matching no-components hidden">No
matching developer guides</span>
</div>