Merge pull request #140 from russross/update-import-path/sanitized_anchor_name

Update import path of sanitized_anchor_name.
pull/142/head
Vytautas Šaltenis 2015-01-12 21:54:11 +02:00
commit 7001890e79
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.