diff --git a/HISTORY.rst b/HISTORY.rst index 4fa3b2109c..e90ce46bff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ================= diff --git a/mayan/apps/common/links.py b/mayan/apps/common/links.py index 7ee465355f..16fdcfe2d7 100644 --- a/mayan/apps/common/links.py +++ b/mayan/apps/common/links.py @@ -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'