Update the netbox-discuss mailing list URL

This commit is contained in:
Jeremy Stretch
2020-10-07 08:53:04 -04:00
parent 47ea75348c
commit 693b32077a
9 changed files with 12 additions and 16 deletions

View File

@@ -36,7 +36,7 @@
Python version: {{ python_version }}
NetBox version: {{ netbox_version }}</pre>
<p>
If further assistance is required, please post to the <a href="https://groups.google.com/forum/#!forum/netbox-discuss">NetBox mailing list</a>.
If further assistance is required, please post to the <a href="https://groups.google.com/g/netbox-discuss">NetBox mailing list</a>.
</p>
<div class="text-right">
<a href="{% url 'home' %}" class="btn btn-primary">Home Page</a>

View File

@@ -22,7 +22,7 @@ class Command(_Command):
"This command is available for development purposes only. It will\n"
"NOT resolve any issues with missing or unapplied migrations. For assistance,\n"
"please post to the NetBox mailing list:\n"
" https://groups.google.com/forum/#!forum/netbox-discuss"
" https://groups.google.com/g/netbox-discuss"
)
super().handle(*args, **kwargs)