Skip to content

Commit 3ef0acc

Browse files
Axel-Naumannguitargeek
authored andcommitted
Use root.cern instead of root.cern.ch.
1 parent 533fd13 commit 3ef0acc

File tree

167 files changed

+302
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+302
-292
lines changed

bindings/jsmva/python/JsMVA/JPyInterface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def captureObjects(*args):
188188
## Class for creating the output scripts and inserting them to cell output
189189
class JsDraw:
190190
## Base repository
191-
__jsMVARepo = "https://root.cern.ch/js/jsmva/latest"
191+
__jsMVARepo = "https://root.cern/js/jsmva/latest"
192192

193193
## String containing the link to JavaScript files
194194
__jsMVASourceDir = __jsMVARepo + "/js"

core/base/src/TDirectory.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ void TDirectory::rmdir(const char *name)
12441244
/// By default a message is printed. Use option "q" to not print the message.
12451245
/// If filename contains ".json" extension, JSON representation of the object
12461246
/// will be created and saved in the text file. Such file can be used in
1247-
/// JavaScript ROOT (https://root.cern.ch/js/) to display object in web browser
1247+
/// JavaScript ROOT (https://root.cern/js/) to display object in web browser
12481248
/// When creating JSON file, option string may contain compression level from 0 to 3 (default 0)
12491249

12501250
Int_t TDirectory::SaveObjectAs(const TObject *obj, const char *filename, Option_t *option) const

core/base/src/TRef.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ will automatically invoke a script GetWebHistogram.C via the interpreter.
189189
An example of a GetWebHistogram.C script is shown below
190190
~~~ {.cpp}
191191
void GetWebHistogram() {
192-
TFile *f= TFile::Open("http://root.cern.ch/files/pippa.root");
192+
TFile *f= TFile::Open("http://root.cern/files/pippa.root");
193193
f->cd("DM/CJ");
194194
TH1 *h6 = (TH1*)gDirectory->Get("h6");
195195
h6->SetDirectory(0);

core/base/src/TString.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,7 @@ void TString::FormImp(const char *fmt, va_list ap)
23302330
/// TString formatted;
23312331
/// formatted.Form("%s in <%s>: %s", type, location, msg);
23322332
///
2333-
/// lines.emplace_back(TString::Format("Welcome to ROOT %s%%shttp://root.cern.ch",
2333+
/// lines.emplace_back(TString::Format("Welcome to ROOT %s%%shttp://root.cern",
23342334
/// gROOT->GetVersion()));
23352335
/// ~~~
23362336
///
@@ -2350,7 +2350,7 @@ void TString::Form(const char *va_(fmt), ...)
23502350
/// descriptor and return a TString. Similar to TString::Form() but it is
23512351
/// not needed to first create a TString.
23522352
/// ~~~ {.cpp}
2353-
/// lines.emplace_back(TString::Format("Welcome to ROOT %s%%shttp://root.cern.ch",
2353+
/// lines.emplace_back(TString::Format("Welcome to ROOT %s%%shttp://root.cern",
23542354
/// gROOT->GetVersion()));
23552355
/// TString formatted;
23562356
/// formatted.Form("%s in <%s>: %s", type, location, msg);

core/base/src/TStyle.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This class includes functions to set some of the following object attributes.
5454
All objects that can be drawn in a pad inherit from one or more attribute classes
5555
like TAttLine, TAttFill, TAttText, TAttMarker. When the objects are created, their
5656
default attributes are taken from the current style. The current style is an object
57-
of the class[TStyle](https://root.cern.ch/doc/master/classTStyle.html) and can be
57+
of the class[TStyle](https://root.cern/doc/master/classTStyle.html) and can be
5858
referenced via the global variable `gStyle` (in TStyle.h).
5959
6060
ROOT provides two styles called "Default" and "Plain". The "Default"
@@ -99,7 +99,7 @@ You can create additional styles with:
9999
st1->cd(); this becomes now the current style gStyle
100100
```
101101
102-
In your [rootlogon.C](https://root.cern.ch/doc/master/classexamples/startsession.log.html)
102+
In your [rootlogon.C](https://root.cern/doc/master/classexamples/startsession.log.html)
103103
file, you can redefine the default parameters via statements like:
104104
105105
```

etc/html/HELP.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3><a id="module_libdep"></a>Modules' Library Dependencies</h3>
101101
<a href="./LibraryDependencies.html">Library Dependencies Chart</a>.
102102

103103
<h2><a id="class"></a>Class Reference</h2>
104-
Pages like the one for <a href="http://root.cern.ch/root/html/TH2.html">TH2</a> are
104+
Pages like the one for <a href="http://root.cern/root/html/TH2.html">TH2</a> are
105105
class references. They document the use and functionality of a class.
106106

107107
<h3><a id="class_sect"></a>Sections</h3>
@@ -152,7 +152,7 @@ <h3><a id="class_mem"></a>List of Data and Function Members</h3>
152152
them into a file.
153153
Because methods should have reasonable names, often the method name itself is already
154154
a hint on what it does.
155-
If you want to get a <a href="http://root.cern.ch/root/html/TNamed.html">TNamed</a>'s
155+
If you want to get a <a href="http://root.cern/root/html/TNamed.html">TNamed</a>'s
156156
name, you will immediately see TNamed::GetName() in its list of functions.
157157
A click on this name will send you to the documentation for the method.
158158
If you <a href="class_mem_disp">enabled the display of inherited members</a> you will see
@@ -176,9 +176,9 @@ <h4><a id="class_mem_access"></a>Access (public / protected / private)</h4>
176176

177177
<h4><a id="class_mem_inh"></a>Inheritance</h4>
178178
You can often access members of a class's base classes, just as if they are defined
179-
in the derived class. A <a href="http://root.cern.ch/root/html/TH1.html">histogram</a>,
179+
in the derived class. A <a href="http://root.cern/root/html/TH1.html">histogram</a>,
180180
for example, has a name, and you can access it using GetName() as defined in its base
181-
class <a href="http://root.cern.ch/root/html/TNamed.html">TNamed</a>. If you want to see
181+
class <a href="http://root.cern/root/html/TNamed.html">TNamed</a>. If you want to see
182182
all available members, and not just the ones defined in the current class, in the
183183
<a href="#class_mem_disp">display options</a>. They will be prefixed with the name of
184184
the class they are defined in.

etc/notebook/html/templates/root_notebook.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="container" id="notebook-container">
77

88
<div id="root_banner">
9-
<a href="https://root.cern.ch" title="ROOT Data Analysis Framework">
9+
<a href="https://root.cern" title="ROOT Data Analysis Framework">
1010
<img src="https://root.cern/assets/images/splash_optimized.jpg" alt="ROOT Notebook"/>
1111
</a>
1212
</div>

etc/proof/utils/proofinstall.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pworkers=0
3939
pconfig=
4040
#--- stored in $saverc
4141

42-
prompt_rootrepository="ftp://root.cern.ch/root/"
42+
prompt_rootrepository="ftp://root.cern/root/"
4343

4444
prog=`basename $0`
4545
progdir=`dirname $0`
@@ -476,13 +476,13 @@ while [ "$REPEAT_LOOP" = 1 ]; do
476476
echo "Give URL to remote ROOT binary distribution tar file."
477477
echo "This only makes sense if all the cluster nodes have the same architecture."
478478
echo "Requires curl or wget on this machine."
479-
echo "Example: ftp://root.cern.ch/root/root_v5.17.04.Linux.slc4_amd64.gcc3.4.tar.gz"
479+
echo "Example: ftp://root.cern/root/root_v5.17.04.Linux.slc4_amd64.gcc3.4.tar.gz"
480480
echo ""
481481
echo "-- Option 3 --"
482482
echo "Give URL to remote ROOT binary distribution repository."
483483
echo "The remote nodes will try to download the binary version matching"
484484
echo "their architecture. Requires curl or wget on the remote nodes."
485-
echo "Example: ftp://root.cern.ch/root/"
485+
echo "Example: ftp://root.cern/root/"
486486
echo ""
487487
echo "-- Option h --"
488488
echo "Selecting option h displays this help message."

gui/guibuilder/src/TRootGuiBuilder.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ const char gHelpBuilder[] = "\
160160
More information\n\
161161
************************************************\n\
162162
\n\
163-
For more information, please see the GuiBuilder Howto page at:\n\
163+
For more information, please see:\n\
164164
\n\
165-
http://root.cern.ch/root/HowtoGuiBuilder.html\n\
165+
https://root.cern.ch/doc/master/group__guibuilder.html\n\
166166
\n\
167167
";
168168

gui/guihtml/src/TGHtmlBrowser.cxx

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ TGHtmlBrowser::TGHtmlBrowser(const char *filename, const TGWindow *p, UInt_t w,
141141
fMenuFavorites->AddEntry("&Add to Favorites", kM_FAVORITES_ADD, 0,
142142
gClient->GetPicture("bld_plus.png"));
143143
fMenuFavorites->AddSeparator();
144-
fMenuFavorites->AddEntry("http://root.cern.ch", fNbFavorites++, 0,
144+
fMenuFavorites->AddEntry("http://root.cern", fNbFavorites++, 0,
145145
gClient->GetPicture("htmlfile.gif"));
146146
fMenuFavorites->Associate(this);
147147

@@ -192,9 +192,9 @@ TGHtmlBrowser::TGHtmlBrowser(const char *filename, const TGWindow *p, UInt_t w,
192192

193193
fHome = new TGPictureButton(fHorizontalFrame,gClient->GetPicture("GoHome.gif"));
194194
fHome->SetStyle(gClient->GetStyle());
195-
fHome->SetToolTipText("Go to ROOT HomePage\n (http://root.cern.ch)");
195+
fHome->SetToolTipText("Go to ROOT HomePage\n (http://root.cern)");
196196
fHorizontalFrame->AddFrame(fHome, new TGLayoutHints(kLHintsLeft | kLHintsTop | kLHintsCenterY,2,2,2,2));
197-
fHome->Connect("Clicked()", "TGHtmlBrowser", this, "Selected(=\"http://root.cern.ch\")");
197+
fHome->Connect("Clicked()", "TGHtmlBrowser", this, "Selected(=\"http://root.cern\")");
198198

199199
// combo box
200200
fURLBuf = new TGTextBuffer(256);

hist/hist/src/TLimit.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Class to compute 95% CL limits
99
//
1010
// adapted from the mclimit code from Tom Junk (CLs method)
11-
// see http://root.cern.ch/root/doc/TomJunk.pdf
11+
// see http://root.cern/root/doc/TomJunk.pdf
1212
// see http://cern.ch/thomasj/searchlimits/ecl.html
1313
// see: Tom Junk,NIM A434, p. 435-443, 1999
1414
//

hist/hist/src/TProfile.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ Double_t TProfile::GetBinEffectiveEntries(Int_t bin) const
880880
///
881881
/// Ideas for improvements of this algorithm are welcome. No suggestions
882882
/// received since our call for advice to roottalk in Jul 2002.
883-
/// see for instance: http://root.cern.ch/root/roottalk/roottalk02/2916.html
883+
/// see for instance: http://root.cern/root/roottalk/roottalk02/2916.html
884884

885885
Double_t TProfile::GetBinError(Int_t bin) const
886886
{

hist/histpainter/src/THistPainter.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ Begin_Macro(source)
24272427
auto p = new TH2Poly("USA","USA Population",lon1,lon2,lat1,lat2);
24282428
24292429
TFile::SetCacheFileDir(".");
2430-
auto f = TFile::Open("http://root.cern.ch/files/usa.root", "CACHEREAD");
2430+
auto f = TFile::Open("http://root.cern/files/usa.root", "CACHEREAD");
24312431
24322432
TMultiGraph *mg;
24332433
TKey *key;

hist/spectrum/doc/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Slovak Academy of Sciences,
1010
R.Brun (Repackaging for C++)
1111

12-
- [Processing and visualization functions.](ftp://root.cern.ch/root/Spectrum.doc)
13-
- [Efficient one and two dimensional gold deconvolution and its application to gamma-ray spectra decomposition.](ftp://root.cern.ch/root/SpectrumDec.ps.gz)
14-
- [Identification of peaks in multidimensional coincidence gamma-ray spectra.](ftp://root.cern.ch/root/SpectrumSrc.ps.gz)
15-
- [Background elimination for multidimensional coincidence gamma-ray spectra.](ftp://root.cern.ch/root/SpectrumBck.ps.gz)
12+
- [Processing and visualization functions.](ftp://root.cern/root/Spectrum.doc)
13+
- [Efficient one and two dimensional gold deconvolution and its application to gamma-ray spectra decomposition.](ftp://root.cern/root/SpectrumDec.ps.gz)
14+
- [Identification of peaks in multidimensional coincidence gamma-ray spectra.](ftp://root.cern/root/SpectrumSrc.ps.gz)
15+
- [Background elimination for multidimensional coincidence gamma-ray spectra.](ftp://root.cern/root/SpectrumBck.ps.gz)
1616

hist/spectrum/src/TSpectrum.cxx

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
3232
These NIM papers are also available as doc or ps files from:
3333
34-
- [Spectrum.doc](https://root.cern.ch/download/Spectrum.doc)
35-
- [SpectrumDec.ps.gz](https://root.cern.ch/download/SpectrumDec.ps.gz)
36-
- [SpectrumSrc.ps.gz](https://root.cern.ch/download/SpectrumSrc.ps.gz)
37-
- [SpectrumBck.ps.gz](https://root.cern.ch/download/SpectrumBck.ps.gz)
34+
- [Spectrum.doc](https://root.cern/download/Spectrum.doc)
35+
- [SpectrumDec.ps.gz](https://root.cern/download/SpectrumDec.ps.gz)
36+
- [SpectrumSrc.ps.gz](https://root.cern/download/SpectrumSrc.ps.gz)
37+
- [SpectrumBck.ps.gz](https://root.cern/download/SpectrumBck.ps.gz)
3838
3939
See also the
4040
[online documentation](https://root.cern/root/htmldoc/guides/spectrum/Spectrum.html) and
41-
[tutorials](https://root.cern.ch/doc/master/group__tutorial__spectrum.html).
41+
[tutorials](https://root.cern/doc/master/group__tutorial__spectrum.html).
4242
*/
4343

4444
Int_t TSpectrum::fgIterations = 3;

hist/spectrum/src/TSpectrum2.cxx

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
2828
These NIM papers are also available as doc or ps files from:
2929
30-
- [SpectrumDec.ps.gz](ftp://root.cern.ch/root/SpectrumDec.ps.gz)
31-
- [SpectrumSrc.ps.gz](ftp://root.cern.ch/root/SpectrumSrc.ps.gz)
32-
- [SpectrumBck.ps.gz](ftp://root.cern.ch/root/SpectrumBck.ps.gz)
30+
- [SpectrumDec.ps.gz](ftp://root.cern/root/SpectrumDec.ps.gz)
31+
- [SpectrumSrc.ps.gz](ftp://root.cern/root/SpectrumSrc.ps.gz)
32+
- [SpectrumBck.ps.gz](ftp://root.cern/root/SpectrumBck.ps.gz)
3333
3434
See also the
35-
[online documentation](https://root.cern.ch/guides/tspectrum-manual) and
36-
[tutorials](https://root.cern.ch/doc/master/group__tutorial__spectrum.html).
35+
[online documentation](https://root.cern/guides/tspectrum-manual) and
36+
[tutorials](https://root.cern/doc/master/group__tutorial__spectrum.html).
3737
3838
All the figures in this page were prepared using the DaqProVis
3939
system, Data Acquisition, Processing and Visualization system,

hist/spectrum/src/TSpectrum3.cxx

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
3939
These NIM papers are also available as Postscript files from:
4040
41-
- [SpectrumDec.ps.gz](ftp://root.cern.ch/root/SpectrumDec.ps.gz)
42-
- [SpectrumSrc.ps.gz](ftp://root.cern.ch/root/SpectrumSrc.ps.gz)
43-
- [SpectrumBck.ps.gz](ftp://root.cern.ch/root/SpectrumBck.ps.gz)
41+
- [SpectrumDec.ps.gz](ftp://root.cern/root/SpectrumDec.ps.gz)
42+
- [SpectrumSrc.ps.gz](ftp://root.cern/root/SpectrumSrc.ps.gz)
43+
- [SpectrumBck.ps.gz](ftp://root.cern/root/SpectrumBck.ps.gz)
4444
4545
See also the
46-
[online documentation](https://root.cern.ch/guides/tspectrum-manual) and
47-
[tutorials](https://root.cern.ch/doc/master/group__tutorial__spectrum.html).
46+
[online documentation](https://root.cern/guides/tspectrum-manual) and
47+
[tutorials](https://root.cern/doc/master/group__tutorial__spectrum.html).
4848
*/
4949

5050
#include "TSpectrum3.h"

io/doc/TFile/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ actually written to disk for those objects.
202202
## Pointers to persistent objects
203203

204204
Information on how these work in memory can be found at:
205-
https://root.cern.ch/root/html303/examples/Version302.news.html
205+
https://root.cern/root/html303/examples/Version302.news.html
206206
These were introduced in release 3.02, so there is not yet a description in the current
207207
Root Users Guide, which is for a version release 3.1. Here we discuss only the information
208208
on disk.

io/doc/v520/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h4>Schema Evolution</h4>
3333
<ul>
3434
<li>Fix schema evolution problem in TTree::Draw by extending support in
3535
TStreamerInfo::ReadValueAux to 'converted' numerical types, (
36-
<a href="http://root.cern.ch/phpBB2/viewtopic.php?t=6225">see issue in ROOT forum</a>)
36+
<a href="http://root.cern/phpBB2/viewtopic.php?t=6225">see issue in ROOT forum</a>)
3737
<br />
3838
<br />
3939
</li>
@@ -64,7 +64,7 @@ <h4>Schema Evolution</h4>
6464
<br />
6565
<br />
6666
</li>
67-
<li>Extend support of TStreamerInfo::ReadValueAux to 'converted' numerical types, hence solving TTree::Draw's schema evolution problem (see http://root.cern.ch/phpBB2/viewtopic.php?t=6225)
67+
<li>Extend support of TStreamerInfo::ReadValueAux to 'converted' numerical types, hence solving TTree::Draw's schema evolution problem (see http://root.cern/phpBB2/viewtopic.php?t=6225)
6868
</li>
6969
</ul>
7070

io/doc/v528/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ <h4>File Format</h4>
6969
<br/>
7070
To read file containing this construct and written with this revision
7171
using an older version of ROOT you will need the following patches:
72-
<ul><li>For v5.22/00, you will need the <a href="http://root.cern.ch/viewvc?view=rev&amp;revision=33174">patch r33174</a>
72+
<ul><li>For v5.22/00, you will need the <a href="http://root.cern/viewvc?view=rev&amp;revision=33174">patch r33174</a>
7373
or v5.22/00k</li>
74-
<li>For v5.26/00, you will need <a href="http://root.cern.ch/viewvc?view=rev&amp;revision=33176">patch r33176</a>
74+
<li>For v5.26/00, you will need <a href="http://root.cern/viewvc?view=rev&amp;revision=33176">patch r33176</a>
7575
or v5.26/00c</li>
7676
</ul>
7777
Additionally, we no longer allow the member wise streaming of a class which
@@ -187,7 +187,7 @@ <h4>TFile::MakeProject</h4>
187187
</ul>
188188
<h4>Misc.</h4>
189189
<ul>
190-
<li><tt>TFile::Open</tt> now does variable expansion so that you can include the protocol in the variable (for example: <pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe">export H1="http://root.cern.ch/files/h1"
190+
<li><tt>TFile::Open</tt> now does variable expansion so that you can include the protocol in the variable (for example: <pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe">export H1="http://root.cern/files/h1"
191191
...
192192
TFile::Open("$H1/dstarmb.root");</pre></li>
193193
<li>Added warning if the file does contain any StreamerInfo objects and was written with a different version of ROOT.</li>

io/doc/v532/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h4>TFile::MakeProject</h4>
120120
For example, the following generates a PAR package equivalent to
121121
tutorials/proof/event.par:
122122
<pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe">
123-
root [] TFile *f = TFile::Open("http://root.cern.ch/files/data/event_1.root")
123+
root [] TFile *f = TFile::Open("http://root.cern/files/data/event_1.root")
124124
root [] f->MakeProject("packages/myevent.par", "*", "par");
125125
</pre>
126126
Note that, because a PAR file is a tarball, for the time being, on Windows
@@ -151,7 +151,7 @@ <h4>TParallelMergingFile</h4>
151151
<pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe">
152152
TFile::Open("mergedClient.root?pmerge","RECREATE"); // For now contact localhost:1095
153153
TFile::Open("mergedClient.root?pmerge=localhost:1095","RECREATE");
154-
TFile::Open("rootd://root.cern.ch/files/output.root?pmerger=pcanal:password@locahost:1095","NEW")
154+
TFile::Open("rootd://root.cern/files/output.root?pmerger=pcanal:password@locahost:1095","NEW")
155155
</pre>
156156
<tt>tutorials/net/treeClient.C</tt> and <tt>fastMergeServer.C</tt>: update to follow the change in interfaces
157157
Introduce the tutorials <tt>parallelMergerClient.C</tt> and the temporary tutorials <tt>parallelMergerServer.C</tt>

io/io/src/TDirectoryFile.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ void TDirectoryFile::Save()
15821582
/// By default a message is printed. Use option "q" to not print the message.
15831583
/// If filename contains ".json" extension, JSON representation of the object
15841584
/// will be created and saved in the text file. Such file can be used in
1585-
/// JavaScript ROOT (https://root.cern.ch/js/) to display object in web browser
1585+
/// JavaScript ROOT (https://root.cern/js/) to display object in web browser
15861586
/// When creating JSON file, option string may contain compression level from 0 to 3 (default 0)
15871587

15881588
Int_t TDirectoryFile::SaveObjectAs(const TObject *obj, const char *filename, Option_t *option) const

io/io/test/RRawFile.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ TEST(RRawFile, Basic)
9292
TEST(RRawFile, Remote)
9393
{
9494
#ifdef R__HAS_DAVIX
95-
auto f = RRawFile::Create("http://root.cern.ch/files/davix.test");
95+
auto f = RRawFile::Create("http://root.cern/files/davix.test");
9696
std::string line;
9797
EXPECT_TRUE(f->Readln(line));
9898
EXPECT_STREQ("Hello, World", line.c_str());
9999
#else
100-
EXPECT_THROW(RRawFile::Create("http://root.cern.ch/files/davix.test"), std::runtime_error);
100+
EXPECT_THROW(RRawFile::Create("http://root.cern/files/davix.test"), std::runtime_error);
101101
#endif
102102
}
103103

io/sql/doc/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ This directory contains all classes, related to the ROOT SQL file
33
implementation. See:
44
<ul>
55
<li>Main functionality of ROOT SQL documented in TSQLFile class </li>
6-
<li>See the chapter on <a href="ftp://root.cern.ch/root/doc/11InputOutput.pdf">Input/Output</a> for more on how TFile is to be used</li>
6+
<li>See the chapter on <a href="ftp://root.cern/root/doc/11InputOutput.pdf">Input/Output</a> for more on how TFile is to be used</li>
77
</ul>
88
END_HTML

io/xml/doc/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ implementation. See:
44
<ul>
55
<li>Main functionality of ROOT xml documented in TXMLFile class </li>
66
<li>Special xml parser for ROOT xml files implemented in TXMLEngine class </li>
7-
<li><a href="ftp://root.cern.ch/root/doc/11InputOutput.pdf">Some documentation can be found in the end of the Input/Output chapter</a></li>
7+
<li><a href="ftp://root.cern/root/doc/11InputOutput.pdf">Some documentation can be found in the end of the Input/Output chapter</a></li>
88
</ul>
99
END_HTML

0 commit comments

Comments
 (0)