Skip to content

Commit 4b1f04c

Browse files
committed
Fix reference to Navigation.mlx from NavigationOverview.mlx
1 parent b81a723 commit 4b1f04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HelperFunctions/OpenOverview.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% Open the overview file
33
locDir = pwd;
44
if contains(locDir,filesep+"MATLAB Drive")
5-
open("NavigationOverview.mlx")
5+
open("Navigation.mlx")
66
else
77
open("Overview.html")
88
end

0 commit comments

Comments
 (0)