Skip to content

Commit 548fb71

Browse files
author
Usseglio-Viretta
committed
Update main menu links for documentation and Github repo
1 parent bae2de8 commit 548fb71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Main_menu/Microstructure_analysis_toolbox_mainmenu.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ function Callback_about(~,~)
207207
web('https://www.nrel.gov/transportation/data-tools.html');
208208
end
209209
function Callback_openrepo(~,~)
210-
web('https://github.nrel.gov/fussegli/Microstructure_characterization');
210+
web('https://github.com/NREL/MATBOX_Microstructure_analysis_toolbox');
211211
end
212212
function Callback_documentation(~,~)
213213
path = matlab.desktop.editor.getActiveFilename; % Path of active file
214-
higherlevelfolder = extractBetween(path,path(1:5),'Microstructure_analysis_toolbox\','Boundaries','inclusive');
214+
higherlevelfolder = extractBetween(path,path(1:5),'MATBOX_Microstructure_analysis_toolbox\','Boundaries','inclusive');
215215
if ispc
216-
documentation_path = [char(higherlevelfolder) 'Documentation\NREL_Microstructure_analysis_toolbox_documentation.pdf'];
216+
documentation_path = [char(higherlevelfolder) 'Documentation\MATBOX_Microstructure_analysis_toolbox_documentation.pdf'];
217217
else
218-
documentation_path = [char(higherlevelfolder) 'Documentation/NREL_Microstructure_analysis_toolbox_documentation.pdf'];
218+
documentation_path = [char(higherlevelfolder) 'Documentation/MATBOX_Microstructure_analysis_toolbox_documentation.pdf'];
219219
end
220220
if exist(documentation_path,'file')
221221
open(documentation_path);

0 commit comments

Comments
 (0)