Skip to content

Commit

Permalink
Fix index doc page.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum authored Apr 30, 2024
1 parent 1e38253 commit 48c35ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolbox/html/openBossdeviceDoc.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% Prompts user to build HTML documentation if not available or open doc sources

thisFolder = fileparts(which(mfilename));
docInit = fullfile(thisFolder,'bossdevice_api_landing_page.html');
docInit = fullfile(thisFolder,'index.html');

if ~exist(docInit,'file')
answer = questdlg('HTML documentation was not found. Do you want to build it from sources now or open the doc sources directly?',...
Expand All @@ -27,4 +27,4 @@
web(docInit);
end

end
end

0 comments on commit 48c35ab

Please sign in to comment.