Skip to content

Commit 63bac41

Browse files
authored
Merge pull request #59 from melissawm/fix-gitter-link
Fix gitter link in top navbar
2 parents 2041d5f + 3cda226 commit 63bac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/mpl_icon_links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{%- if not theme_icon_links -%}
22
{%- set theme_icon_links = [
3-
{ "url": "https://gitter.im/matplotlib", "icon": "fa-brands fa-gitter", "name": "Gitter" },
3+
{ "url": "https://gitter.im/matplotlib/matplotlib", "icon": "fa-brands fa-gitter", "name": "Gitter" },
44
{ "url": "https://discourse.matplotlib.org", "icon": "fa-brands fa-discourse", "name": "Discourse" },
55
{ "url": "https://github.com/matplotlib/matplotlib", "icon": "fa-brands fa-github", "name": "GitHub" },
66
{ "url": "https://twitter.com/matplotlib/", "icon": "fa-brands fa-twitter", "name": "Twitter" },

0 commit comments

Comments
 (0)