Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui/browserv7/src/RWebBrowserImp.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void RWebBrowserImp::ShowWarning()
"ROOT comes with a web-based browser, which is now being started. \n"
"Revert to TBrowser by setting \"Browser.Name: TRootBrowser\" in rootrc file or\n"
"by starting \"root --web=off\"\n"
"Find more info on https://root.cern/for_developers/root7/#rbrowser\n";
"Find more info on https://root.cern/doc/latest-stable/classROOT_1_1RBrowser.html\n";
}

////////////////////////////////////////////////////////////////////////////////////////
Expand Down