Skip to content

Commit 257aaea

Browse files
author
Developer
committed
Replace home page help link with a refernece to the Learn web sites.
1 parent e7d1311 commit 257aaea

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/main/resources/com/parallax/server/blocklyprop/internationalization/translations.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ footer.clientdownloadlink = BlocklyProp-client
2828
# Application version numbers.
2929
application.major = 1
3030
application.minor = 1
31-
application.build = 447
31+
application.build = 448
3232

3333
html.content_missing = Content missing
3434

src/main/webapp/WEB-INF/includes/pageparts/menu.jsp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
</li>
5959
</shiro:authenticated>
6060

61-
<li><a href="<url:getUrl url="/public/help"/>" target="_blank"><fmt:message key="menu.help" /></a></li>
61+
<%-- Help link to the Learn reference section --%>
62+
<%-- <li><a href="<url:getUrl url="/public/help"/>" target="_blank"><fmt:message key="menu.help" /></a></li> --%>
63+
<li><a href="https://learn.parallax.com/ab-blocks" target="_blank"><fmt:message key="menu.help" /></a></li>
64+
6265
<%--
6366
<li class="navbar-text">
6467
<form style="margin-bottom: 0;">
@@ -73,7 +76,7 @@
7376
</div>
7477
</div>
7578

76-
<!-- Message of the Day goes here. -->
79+
<%-- Message of the Day goes here. --%>
7780
<div class="container-fluid" style="background:#FAE6A4; color:#8a6d3b; padding:10px; display: none;" id="message-of-the-day">
7881
<div class="row">
7982
<div class="col-sm-12" align="center">

0 commit comments

Comments
 (0)