We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a510b5c commit 32e74ebCopy full SHA for 32e74eb
tutorials/io/ntuple/ntpl011_global_temperatures.C
@@ -61,7 +61,7 @@ std::shared_ptr<TH1D> GetDrawableHist(ROOT::RDF::RResultPtr<TH1D> &h)
61
// https://www.kaggle.com/berkeleyearth/climate-change-earth-surface-temperature-data
62
// The original data set is from http://berkeleyearth.org/archive/data/
63
// License CC BY-NC-SA 4.0
64
-constexpr const char *kRawDataUrl = "http://root.cern./files/tutorials/GlobalLandTemperaturesByCity.csv";
+constexpr const char *kRawDataUrl = "http://root.cern/files/tutorials/GlobalLandTemperaturesByCity.csv";
65
constexpr const char *kNTupleFileName = "GlobalLandTemperaturesByCity.root";
66
67
void Ingest()
0 commit comments