From 54a323aafbfce8fb7253ee6d1f3758037de81aa4 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 10 Jan 2015 18:23:29 -0800 Subject: [PATCH] Update import path of sanitized_anchor_name. It has moved into a smaller standalone repo. Closes #139. --- block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.go b/block.go index 78f6d03..9b00320 100644 --- a/block.go +++ b/block.go @@ -16,7 +16,7 @@ package blackfriday import ( "bytes" - "github.com/shurcooL/go/github_flavored_markdown/sanitized_anchor_name" + "github.com/shurcooL/sanitized_anchor_name" ) // Parse block-level data.