Skip to content

Commit dbce13f

Browse files
pspeterTomAugspurger
authored andcommitted
docs: Fix issues not linking to cyberpandas (#44)
In the Changelog, issues were linked to the Dask Github instead of cyberpandas.
1 parent 0db23fc commit dbce13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
}
172172

173173
extlinks = {
174-
'issue': ('https://github.com/dask/dask-ml/issues/%s', 'GH#'),
174+
'issue': ('https://github.com/ContinuumIO/cyberpandas/issues/%s', 'GH#'),
175175
}
176176

177177
ipython_execlines = [

0 commit comments

Comments
 (0)