1
0
mirror of https://github.com/google/benchmark.git synced 2025-03-24 08:00:06 +08:00

Fix links to further doc in user_guide.md ()

Refactoring in 201b981a moved most of the documentation from `README.md` to `docs/user_guide.md`. Some links from `README.md` to other `docs/*.md` files ended up unchanged in `docs/user_guide.md`. Those links were now broken as they did not link from outside the `docs` directory anymore, but from inside it. Removing the leading `docs/` for these links fixes this.
This commit is contained in:
Marcel Jacobse 2021-08-23 15:16:03 +02:00 committed by GitHub
parent dc1a97174d
commit 0a447f8a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,9 @@
[Setting the Time Unit](#setting-the-time-unit)
[Random Interleaving](docs/random_interleaving.md)
[Random Interleaving](random_interleaving.md)
[User-Requested Performance Counters](docs/perf_counters.md)
[User-Requested Performance Counters](perf_counters.md)
[Preventing Optimization](#preventing-optimization)
@ -183,7 +183,7 @@ BM_memcpy/32k 1834 ns 1837 ns 357143
## Result comparison
It is possible to compare the benchmarking results.
See [Additional Tooling Documentation](docs/tools.md)
See [Additional Tooling Documentation](tools.md)
<a name="extra-context" />