Update forum link in the about menu.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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)
|
||||
=================
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user