From bccd5633174ec980b45a025b1eaea1b4d66a5431 Mon Sep 17 00:00:00 2001 From: Mark Hillebrand Date: Wed, 31 May 2017 16:53:49 +0200 Subject: [PATCH] bindings/python/doc/conf.py: link to the new site instead of the Wiki on Github --- bindings/python/doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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