Skip to content

Commit

Permalink
Fix TOC link
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Rodin <rodin.alexander@gmail.com>
  • Loading branch information
a-rodin1 committed Feb 27, 2020
1 parent 26a8802 commit c67b407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ expanding into more specifics.
- [Sink Healthchecks](#sink-healthchecks)
- [Testing](#testing)
- [Sample Logs](#sample-logs)
- [Tips & Tricks](#tips-and-tricks)
- [Tips and Tricks](#tips-and-tricks)
- [Benchmarking](#benchmarking)
- [Security](#security)
- [Legal](#legal)
Expand Down Expand Up @@ -332,10 +332,10 @@ flog --bytes $((100 * 1024 * 1024)) > sample.log

This will create a `100MiB` sample log file in the `sample.log` file.

#### Tips & Tricks
#### Tips and Tricks

If you are developing a particular component and want to quickly iterate on unit
$tests related only to this component, the following approach can reduce waiting times:
tests related only to this component, the following approach can reduce waiting times:

1. Install [cargo-watch](https://github.com/passcod/cargo-watch).
2. (Only for GNU/Linux) Install LLVM 9 (for example, package `llvm-9` on Debian)
Expand Down

0 comments on commit c67b407

Please sign in to comment.