Skip to content

Commit 917e1ce

Browse files
committed
Renamed doc to docs to reflect directory change
1 parent d62f41a commit 917e1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_docs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using NBInclude
22

33
let
4-
@nbinclude(joinpath(dirname(@__DIR__), "doc", "BayesNets.ipynb"))
4+
@nbinclude(joinpath(dirname(@__DIR__), "docs", "BayesNets.ipynb"))
55
end

0 commit comments

Comments
 (0)