We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3af21 commit edd4c57Copy full SHA for edd4c57
1 file changed
tests/SpiffWorkflow/core/docTest.py
@@ -5,7 +5,7 @@
5
6
dirname = os.path.abspath(os.path.dirname(__file__))
7
sys.path.insert(0, os.path.join(dirname, '..', '..', '..'))
8
-doc_dir = os.path.join(dirname, '..', '..', '..', 'doc')
+doc_dir = os.path.join(dirname, '..', '..', '..', 'docs')
9
10
11
class TutorialTest:
0 commit comments