Fixed link for "avoid conversion operators"

This commit is contained in:
Werner Henze 2018-04-04 19:59:41 +02:00
parent c0264f3831
commit 0cb724fe20

View File

@ -144,7 +144,7 @@ You can sample rules for specific language features:
[when to use](#SS-lambdas)
* operator:
[conventional](#Ro-conventional) --
[avoid conversion operators](#Ro-conventional) --
[avoid conversion operators](#Ro-conversion) --
[and lambdas](#Ro-lambda)
* `public`, `private`, and `protected`:
[information hiding](#Rc-private) --