Fix a couple broken links in metrics README
Change-Id: I553d679a5330d316da75e8241a8f97fd7934bd7c
Reviewed-on: https://chromium-review.googlesource.com/c/1291593
Reviewed-by: Mark Pearson <[email protected]>
Commit-Queue: Paul Jensen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#601754}
diff --git a/tools/metrics/histograms/README.md b/tools/metrics/histograms/README.md
index 4d9a1832..c72eec11 100644
--- a/tools/metrics/histograms/README.md
+++ b/tools/metrics/histograms/README.md
@@ -16,7 +16,7 @@
## Coding (Emitting to Histograms)
Generally you'll be best served by using one of the macros in
-[https://cs.chromium.org/chromium/src/base/metrics/histogram_macros.h](histogram_macros.h)
+[histogram_macros.h](https://cs.chromium.org/chromium/src/base/metrics/histogram_macros.h)
if possible.
### Don't Use the Same Histogram Logging Call in Multiple Places
@@ -212,7 +212,7 @@
histograms are used for performance monitoring; if this is the case for you,
please read [this document about how to structure timing histograms to make
them more useful and
-actionable](https://chromium.googlesource.com/chromium/src/+/lkcr/docs/speed/diagnostic_metrics.md).
+actionable](https://chromium.googlesource.com/chromium/src/+/lkgr/docs/speed/diagnostic_metrics.md).
### Percentage or Ratio Histograms