Update import path of sanitized_anchor_name.

It has moved into a smaller standalone repo.
Closes #139.
pull/140/head
Dmitri Shuralyov 2015-01-10 18:23:29 -08:00
parent 8ad7215b24
commit 54a323aafb
1 changed files with 1 additions and 1 deletions

View File

@ -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.