소스 검색

change source code url

justheuristic 5 년 전
부모
커밋
f24a4ce841
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -243,4 +243,4 @@ def linkcode_resolve(domain, info):
         filename = 'hivemind/%s#L%d-L%d' % find_source()
     except Exception:
         filename = info['module'].replace('.', '/') + '.py'
-    return "https://github.com/learning-at-home/tesseract/blob/%s/%s" % (branch, filename)
+    return "https://github.com/learning-at-home/hivemind/blob/%s/%s" % (branch, filename)