aboutsummaryrefslogtreecommitdiff
path: root/pkg/markup/markdown_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/markup/markdown_test.go')
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/markup/markdown_test.go b/pkg/markup/markdown_test.go
index ee743452..5acdddc8 100644
--- a/pkg/markup/markdown_test.go
+++ b/pkg/markup/markdown_test.go
@@ -12,8 +12,8 @@ import (
"github.com/russross/blackfriday"
. "github.com/smartystreets/goconvey/convey"
- . "github.com/gogs/gogs/pkg/markup"
- "github.com/gogs/gogs/pkg/setting"
+ . "gogs.io/gogs/pkg/markup"
+ "gogs.io/gogs/pkg/setting"
)
func Test_IsMarkdownFile(t *testing.T) {