Skip to content

Commit 32e74eb

Browse files
committed
[tut] Typo in the url of the input csv file
1 parent a510b5c commit 32e74eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tutorials/io/ntuple/ntpl011_global_temperatures.C

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ std::shared_ptr<TH1D> GetDrawableHist(ROOT::RDF::RResultPtr<TH1D> &h)
6161
// https://www.kaggle.com/berkeleyearth/climate-change-earth-surface-temperature-data
6262
// The original data set is from http://berkeleyearth.org/archive/data/
6363
// License CC BY-NC-SA 4.0
64-
constexpr const char *kRawDataUrl = "http://root.cern./files/tutorials/GlobalLandTemperaturesByCity.csv";
64+
constexpr const char *kRawDataUrl = "http://root.cern/files/tutorials/GlobalLandTemperaturesByCity.csv";
6565
constexpr const char *kNTupleFileName = "GlobalLandTemperaturesByCity.root";
6666

6767
void Ingest()

0 commit comments

Comments
 (0)