diff --git a/common/BraggIntegrationSettings.h b/common/BraggIntegrationSettings.h index 8f33c87d1..e5b50bffd 100644 --- a/common/BraggIntegrationSettings.h +++ b/common/BraggIntegrationSettings.h @@ -9,7 +9,7 @@ // profile-fits with a measured-width Gaussian (Kabsch-style) - more accurate intensities than the // classical uniform BoxSum; validated on anomalous data (stronger S/Cl peaks vs box-sum). BoxSum is // the simpler, faster fallback. ProfileEmpirical learns the profile per resolution shell from strong -// spots - see docs/CPU_DATA_ANALYSIS.md (Bragg integration). +// spots - see docs/CPU_DATA_ANALYSIS_INTEGRATION.md (Bragg integration). enum class IntegratorMode { BoxSum, ProfileGaussian, ProfileEmpirical }; // What the integrator does about a signal region shared with a neighbouring reflection. Off is the diff --git a/rugnux/ResultReport.h b/rugnux/ResultReport.h index 566e53b1a..119e7c57d 100644 --- a/rugnux/ResultReport.h +++ b/rugnux/ResultReport.h @@ -17,7 +17,7 @@ // and a report that has to be read next to a lost shell history is worth less. // // The format is an interface: key names, table columns and the reason vocabulary are stable, and -// REPORT_VERSION is bumped if they ever change. See docs/RUGNUX.md. +// REPORT_VERSION is bumped if they ever change. See docs/RUGNUX_REPORT.md. // How the run was produced: the invocation, what it cost, and what it ran on. The CLI is the only // caller that knows these, so they are passed in rather than read here. Each is left out of the