1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-11-26 20:14:43 +01:00

Fix broken link to v2 in README

This commit is contained in:
Vas Sudanagunta 2018-02-07 15:16:47 -05:00 committed by Vytautas Saltenis
parent 187c33ff04
commit 119f356b88

View File

@ -34,9 +34,15 @@ Versions
-------- --------
Currently maintained and recommended version of Blackfriday is `v2`. It's being Currently maintained and recommended version of Blackfriday is `v2`. It's being
developed on its own branch: https://github.com/russross/blackfriday/v2. You developed on its own branch: https://github.com/russross/blackfriday/tree/v2 and the
should install and import it via [gopkg.in][6] at documentation is available at
`gopkg.in/russross/blackfriday.v2`. https://godoc.org/gopkg.in/russross/blackfriday.v2.
It is `go get`-able via via [gopkg.in][6] at `gopkg.in/russross/blackfriday.v2`,
but we highly recommend using package management tool like [dep][7] or
[Glide][8] and make use of semantic versioning. With package management you
should import `github.com/russross/blackfriday` and specify that you're using
version 2.0.0.
Version 2 offers a number of improvements over v1: Version 2 offers a number of improvements over v1: