From 52dd06192f86c8944e3e6b0b075580bd4a40b74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Sat, 6 May 2017 20:18:15 +0300 Subject: [PATCH] Badges back to heading, reference v1 docs explicitly --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d9afcdf..075466e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -[![Build Status][BuildSVG]][BuildURL] -[![Godoc][GodocV1SVG]][GodocV1URL] (V1) -[![Godoc][GodocV2SVG]][GodocV2URL] (V2) - Blackfriday +[![Build Status][BuildSVG]][BuildURL] +[![Godoc][GodocV2SVG]][GodocV2URL] =========== Blackfriday is a [Markdown][1] processor implemented in [Go][2]. It @@ -57,6 +55,9 @@ Potential drawbacks: * API breakage. If you can't afford modifying your code to adhere to the new API and don't care too much about the new features, v2 is probably not for you. +Documentation for the legacy v1 can be found here: +https://godoc.org/github.com/russross/blackfriday + Usage ----- @@ -311,7 +312,5 @@ License [BuildSVG]: https://travis-ci.org/russross/blackfriday.svg?branch=master [BuildURL]: https://travis-ci.org/russross/blackfriday - [GodocV1SVG]: https://godoc.org/github.com/russross/blackfriday?status.svg - [GodocV1URL]: https://godoc.org/github.com/russross/blackfriday [GodocV2SVG]: https://godoc.org/gopkg.in/russross/blackfriday.v2?status.svg [GodocV2URL]: https://godoc.org/gopkg.in/russross/blackfriday.v2