Let toplevel links to .md files link to .md#top

This commit is contained in:
Martin Moene
2017-08-24 15:33:38 +02:00
committed by Martin Hořeňovský
parent e8225052f1
commit 6c09b45a20
21 changed files with 61 additions and 61 deletions

View File

@@ -132,7 +132,7 @@ REQUIRE_NOTHROW([&](){
## Matcher expressions
To support Matchers a slightly different form is used. Matchers have [their own documentation](matchers.md).
To support Matchers a slightly different form is used. Matchers have [their own documentation](matchers.md#top).
* **REQUIRE_THAT(** _lhs_, _matcher expression_ **)** and
* **CHECK_THAT(** _lhs_, _matcher expression_ **)**
@@ -146,4 +146,4 @@ For more details, along with workarounds, see the section on [the limitations pa
---
[Home](Readme.md)
[Home](Readme.md#top)