diff --git a/bindings/python/doc/conf.py b/bindings/python/doc/conf.py index 76e927308117..d900333d781a 100644 --- a/bindings/python/doc/conf.py +++ b/bindings/python/doc/conf.py @@ -82,7 +82,8 @@ def re_exact_match(s): extlinks = { 'cntk': (source_prefix + '/%s', ''), 'cntktut': (source_prefix + '/Tutorials/%s.ipynb', ''), - 'cntkwiki': ('https://github.com/Microsoft/CNTK/wiki/%s', 'CNTK Wiki - ') + # CNTK Wiki has moved to a new site: + 'cntkwiki': ('https://docs.microsoft.com/en-us/cognitive-toolkit/%s', 'CNTK Doc - ') } # sphinx.ext.napoleon options