Skip to content

Commit

Permalink
Fix reference to Navigation.mlx from NavigationOverview.mlx
Browse files Browse the repository at this point in the history
  • Loading branch information
eszmw committed Aug 8, 2022
1 parent b81a723 commit 4b1f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelperFunctions/OpenOverview.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% Open the overview file
locDir = pwd;
if contains(locDir,filesep+"MATLAB Drive")
open("NavigationOverview.mlx")
open("Navigation.mlx")
else
open("Overview.html")
end
Expand Down

0 comments on commit 4b1f04c

Please sign in to comment.