Commit 7d41bab
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments