Commit 804c5ee6 authored by Yuxin Wu's avatar Yuxin Wu

fix links in docs

parent 58529de1
......@@ -405,7 +405,7 @@ def url_resolver(url):
return "https://github.com/ppwwyyxx/tensorpack/blob/master/" + url
else:
if ON_RTD:
return "http://tensorpack.readthedocs.io/en/latest/" + url
return "http://tensorpack.readthedocs.io/" + url
else:
return '/' + url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment