add link to docs

This commit is contained in:
Stephen M. Pallen 2017-03-29 16:36:56 -04:00
parent be1d9ded09
commit a631730ad9

View file

@ -36,7 +36,7 @@ iex> AutoLinker.link("google.com", new_window: false, rel: false, class: false)
"<a href='http://google.com'>google.com</a>"
```
See the docs for more examples
See the [Docs](https://hexdocs.pm/auto_linker/) for more examples
## License