parent
fd947f4fef
commit
60007e07e6
|
@ -108,7 +108,7 @@
|
|||
</td>
|
||||
|
||||
<td bgcolor="#fbf8f1">
|
||||
<p><a href="http://wiki.idempiere.org/">Wiki</a> - <a href="http://www.idempiere.org">Resources</a> - <a href="http://webchat.freenode.net/?channels=idempiere">IRC Channel</a><br>
|
||||
<p><a href="http://wiki.idempiere.org/">Wiki</a> - <a href="http://www.idempiere.org">Resources</a> - <a href="https://mattermost.idempiere.org">Mattermost</a><br>
|
||||
|
||||
<a href="http://groups.google.com/group/idempiere">Forums</a> - <a href="http://jira.idempiere.com">Support Requests</a></p>
|
||||
</td>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td>© Copyright 2019 iDempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">iDempiere License is GPLv2</a></td>
|
||||
<td>© Copyright 2021 iDempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">iDempiere License is GPLv2</a></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ public final class Prop implements Serializable {
|
|||
private static final String DEF_SENDREQUEST_LINK= "/wstore/request.jsp";
|
||||
private static final String DEF_RESOURCE_LINK = "http://www.idempiere.org";
|
||||
private static final String DEF_SUPPORT_LINK = "#";
|
||||
private static final String DEF_IRC_LINK = "http://webchat.freenode.net/?channels=idempiere";
|
||||
private static final String DEF_IRC_LINK = "https://mattermost.idempiere.org";
|
||||
private static final String DEF_WIKI_LINK = "http://wiki.idempiere.org/";
|
||||
private static final String DEF_FORUMS_LINK = "http://groups.google.com/group/idempiere";
|
||||
private static final String DEF_SUPPORTREQ_LINK = "http://jira.idempiere.com";
|
||||
|
|
|
@ -7,7 +7,7 @@ WebUiLink = /webui/
|
|||
WebStoreLink = /wstore/index.jsp
|
||||
SendRequestLink = /wstore/request.jsp
|
||||
ResourceLink = http://www.idempiere.org
|
||||
IrcLink = http://webchat.freenode.net/?channels=idempiere
|
||||
IrcLink = https://mattermost.idempiere.org/
|
||||
WikiLink = http://wiki.idempiere.org/
|
||||
ForumsLink = http://groups.google.com/group/idempiere
|
||||
SupportRequestLink = https://idempiere.atlassian.net
|
||||
|
@ -23,7 +23,7 @@ WebUiText = Login
|
|||
WebStoreText = Web Store
|
||||
SendRequestText = Send Request
|
||||
ResourceText = Community Resources
|
||||
IrcText = IRC Channel
|
||||
IrcText = Mattermost
|
||||
WikiText = Wiki
|
||||
ForumsText = Forum
|
||||
SupportRequestText = Report a Bug
|
||||
|
|
Loading…
Reference in New Issue