when working on the documentation of crate-dbal and crate-pdo, some links to CrateDB's reference documentation were outdated.
"-W" already turns warnings into errors, "--keep-going" will still keep the process going. By adding this patch, I was able to mitigate all broken links more efficiently at once. See also https://github.com/crate/crate/pull/10831.
Hi Naomi,
when working on the documentation of
crate-dbal
andcrate-pdo
, some links to CrateDB's reference documentation were outdated."-W"
already turns warnings into errors,"--keep-going"
will still keep the process going. By adding this patch, I was able to mitigate all broken links more efficiently at once. See also https://github.com/crate/crate/pull/10831.With kind regards, Andreas.