Update forum link in the about menu.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-22 02:30:11 -04:00
parent a33027dc39
commit 6098bdb0b0
2 changed files with 2 additions and 1 deletions

View File

@@ -81,6 +81,7 @@
- Disable the Cabinets menu when the user doesn't have the
cabinet create permission or the cabinet view permission
for any cabinet.
- Update forum link in the about menu.
3.0.1 (2018-07-08)
=================

View File

@@ -84,7 +84,7 @@ link_object_error_list_with_icon = Link(
)
link_forum = Link(
icon_class=icon_forum, tags='new_window', text=_('Forum'),
url='https://groups.google.com/forum/#!forum/mayan-edms'
url='https://forum.mayan-edms.com'
)
link_license = Link(
icon_class=icon_license, text=_('License'), view='common:license_view'