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 (#1215)
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:
parent
dc1a97174d
commit
0a447f8a75
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user