diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-02 18:16:32 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-02 18:19:43 +0100 |
commit | eedc4618820ea4acc5a34a7761a3511ede95dc9e (patch) | |
tree | c495cc72e85986ce769d13e6e4da139172a12f29 /doc/README.md | |
parent | a4fd8dff68369de497354574624b740f42175b1b (diff) |
Merge `doc/unit-tests.md` into `src/test/README.md`
Refer to the right file in the top-level README.md.
Having only one file with test documentation saves some confusion about
where things are documented.
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index e4fa49614a..8b9c0ea262 100644 --- a/doc/README.md +++ b/doc/README.md @@ -53,7 +53,6 @@ The Bitcoin repo's [root README](/README.md) contains relevant information on th - [Source Code Documentation (External Link)](https://dev.visucore.com/bitcoin/doxygen/) - [Translation Process](translation_process.md) - [Translation Strings Policy](translation_strings_policy.md) -- [Unit Tests](unit-tests.md) - [Travis CI](travis-ci.md) - [Unauthenticated REST Interface](REST-interface.md) - [Shared Libraries](shared-libraries.md) |