Skip to content

Commit

Permalink
fix: some rotten links to read the docs (#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger authored Jan 26, 2024
1 parent c440c12 commit ff03e68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/Utilities/Logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class DefaultFilterPolicy final : public OutputFilterPolicy {
"the ACTS_LOG_FAILURE_THRESHOLD=" +
std::string{levelName(getFailureThreshold())} +
" configuration. See "
"https://acts.readthedocs.io/en/latest/core/"
"https://acts.readthedocs.io/en/latest/core/misc/"
"logging.html#logging-thresholds");
}
}
Expand Down Expand Up @@ -572,7 +572,7 @@ class DefaultPrintPolicy final : public OutputPrintPolicy {
"ACTS_LOG_FAILURE_THRESHOLD=" +
std::string{levelName(getFailureThreshold())} +
" configuration, bailing out. See "
"https://acts.readthedocs.io/en/latest/core/"
"https://acts.readthedocs.io/en/latest/core/misc/"
"logging.html#logging-thresholds");
}
}
Expand Down
2 changes: 1 addition & 1 deletion Core/src/Geometry/CuboidVolumeBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ std::pair<double, double> Acts::CuboidVolumeBuilder::binningRange(

// Compute the min volume boundaries for computing the binning start
// See
// https://acts.readthedocs.io/en/latest/core/geometry.html#geometry-building
// https://acts.readthedocs.io/en/latest/core/geometry/legacy/building.html
// !! IMPORTANT !! The volume is assumed to be already rotated into the
// telescope geometry
Vector3 minVolumeBoundaries = cfg.position - 0.5 * cfg.length;
Expand Down
2 changes: 1 addition & 1 deletion Core/src/Utilities/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void setFailureThreshold(Level /*lvl*/) {
"Compile-time log failure threshold defined (ACTS_LOG_FAILURE_THRESHOLD "
"is set or ACTS_ENABLE_LOG_FAILURE_THRESHOLD is OFF), unable to "
"override. See "
"https://acts.readthedocs.io/en/latest/core/"
"https://acts.readthedocs.io/en/latest/core/misc/"
"logging.html#logging-thresholds"};
}

Expand Down

0 comments on commit ff03e68

Please sign in to comment.