diff options
Diffstat (limited to 'routes/repo/wiki.go')
-rw-r--r-- | routes/repo/wiki.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/routes/repo/wiki.go b/routes/repo/wiki.go index ad2cfbae..8035b845 100644 --- a/routes/repo/wiki.go +++ b/routes/repo/wiki.go @@ -9,12 +9,12 @@ import ( "strings" "time" - "github.com/gogits/git-module" + "github.com/gogs/git-module" - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/pkg/context" - "github.com/gogits/gogs/pkg/form" - "github.com/gogits/gogs/pkg/markup" + "github.com/gogs/gogs/models" + "github.com/gogs/gogs/pkg/context" + "github.com/gogs/gogs/pkg/form" + "github.com/gogs/gogs/pkg/markup" ) const ( |