Skip to content

Commit ad03d52

Browse files
authored
Replace Slack links for Mattermost links (#351)
Update links in `README.rst` and `docs`.
1 parent ee53b66 commit ad03d52

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ discretize
3030
.. image:: https://img.shields.io/discourse/users?server=http%3A%2F%2Fsimpeg.discourse.group%2F
3131
:target: http://simpeg.discourse.group/
3232

33-
.. image:: https://img.shields.io/badge/Slack-simpeg-4B0082.svg?logo=slack
34-
:target: http://slack.simpeg.xyz
33+
.. image:: https://img.shields.io/badge/simpeg-purple?logo=mattermost&label=Mattermost
34+
:target: https://mattermost.softwareunderground.org/simpeg
3535

3636
.. image:: https://img.shields.io/badge/Youtube%20channel-GeoSci.xyz-FF0000.svg?logo=youtube
3737
:target: https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw
@@ -122,4 +122,5 @@ Questions:
122122
http://simpeg.discourse.group/
123123

124124
Chat:
125-
http://slack.simpeg.xyz/
125+
https://mattermost.softwareunderground.org/simpeg
126+

docs/conf.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,10 @@ def linkcode_resolve(domain, info):
246246
html_theme_options = {
247247
"external_links": [
248248
{"name": "SimPEG", "url": "https://simpeg.xyz"},
249-
{"name": "Contact", "url": "http://slack.simpeg.xyz"},
249+
{
250+
"name": "Contact",
251+
"url": "https://mattermost.softwareunderground.org/simpeg",
252+
},
250253
],
251254
"icon_links": [
252255
{
@@ -255,9 +258,9 @@ def linkcode_resolve(domain, info):
255258
"icon": "fab fa-github",
256259
},
257260
{
258-
"name": "Slack",
259-
"url": "http://slack.simpeg.xyz/",
260-
"icon": "fab fa-slack",
261+
"name": "Mattermost",
262+
"url": "https://mattermost.softwareunderground.org/simpeg",
263+
"icon": "fas fa-comment",
261264
},
262265
{
263266
"name": "Discourse",

0 commit comments

Comments
 (0)