Skip to content

Commit 056a632

Browse files
committed
updating link to the docs
1 parent d4607ab commit 056a632

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ include *.txt
77
include *.sh
88
include pytest.ini
99
include *.py
10+
recursive-include docs/ *.rst
11+
recursive-include docs/ *.png
1012
recursive-include tests *.py
13+
recursive-include tests *.json
1114
global-exclude __pycache__
1215
global-exclude *.py[co]

deepdiff/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def get_doc(doc_filename):
317317
with open(os.path.join(current_dir, '../docs/', doc_filename), 'r') as doc_file:
318318
doc = doc_file.read()
319319
except Exception: # pragma: no cover
320-
doc = 'Failed to load the docstrings. Please visit: https://github.com/seperman/deepdiff' # pragma: no cover
320+
doc = 'Failed to load the docstrings. Please visit: https://zepworks.com/deepdiff/current/' # pragma: no cover
321321
return doc
322322

323323

0 commit comments

Comments
 (0)