Skip to content

Commit 7d41bab

Browse files
committed
Fix gitter url
The https scheme is needed as check-links.py checks for 200. Pdfx prepends http:// to links without a scheme which results in a permanent redired (308) to 'https://gitter.im/matplotlib/matplotlib' and hence causes check-links.py to fail.
1 parent 9396613 commit 7d41bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheatsheets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
\href{https://stackoverflow.com/questions/tagged/matplotlib}
329329
{\faIcon{stack-overflow}\,stackoverflow.com/questions/tagged/matplotlib}\\
330330
\href{https://gitter.im/matplotlib/matplotlib}
331-
{\faIcon{gitter}\,gitter.im/matplotlib}\\
331+
{\faIcon{gitter}\,{https://gitter.im/matplotlib/matplotlib}}\\
332332
\href{https://twitter.com/matplotlib}
333333
{\faIcon{twitter}\,twitter.com/matplotlib}\\
334334
\href{https://mail.python.org/mailman/listinfo/matplotlib-users}

0 commit comments

Comments
 (0)