Update import path of sanitized_anchor_name.

It has moved into a smaller standalone repo.
Closes #139.
This commit is contained in:
Dmitri Shuralyov 2015-01-10 18:23:29 -08:00
parent 8ad7215b24
commit 54a323aafb

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.