diff --git a/errors/invalid-href-passed.md b/errors/invalid-href-passed.md index 4f0c161bfcc5ee90c1839a0676c340a88ee97ebc..9d84c9da006d017284cbda9e57d3e6c6e754cb16 100644 --- a/errors/invalid-href-passed.md +++ b/errors/invalid-href-passed.md @@ -7,8 +7,7 @@ When using any of these, it is expected they are only used for internal navigati Either you passed a non-internal `href` to a `next/link` component or you called `Router#push` or `Router#replace` with one. -Invalid `href`s include external sites (https://google.com) and `mailto:` links. In the past, usage of these invalid `href`s could have gone unnoticed but since they can cause unexpected behavior. -We now show a warning in development for them. +Invalid `href`s include external sites (https://google.com) and `mailto:` links. In the past, usage of these invalid `href`s could have gone unnoticed, but since they can cause unexpected behavior we now show a warning in development for them. #### Possible Ways to Fix It