diff --git a/content/default/builder.md b/content/default/builder.md index 5ac4278..632d88d 100644 --- a/content/default/builder.md +++ b/content/default/builder.md @@ -6,7 +6,7 @@ toc: false draft: false menu: "sidebar" goimport: "xorm.io/builder git https://gitea.com/xorm/builder" -gosource: "xorm.io/builder https://gitea.com/xorm/builder https://gitea.com/xorm/builder/tree/master{/dir} https://gitea.com/xorm/builder/blob/master{/dir}/{file}#L{line}" +gosource: "xorm.io/builder https://gitea.com/xorm/builder https://gitea.com/xorm/builder/src/branch/master{/dir} https://gitea.com/xorm/builder/src/branch/master{/dir}/{file}#L{line}" --- # Builder - Lightweight and fast SQL builder for Go language diff --git a/content/default/xorm.md b/content/default/xorm.md index 22d02fb..77d5dc0 100644 --- a/content/default/xorm.md +++ b/content/default/xorm.md @@ -6,7 +6,7 @@ toc: false draft: false menu: "sidebar" goimport: "xorm.io/xorm git https://gitea.com/xorm/xorm" -gosource: "xorm.io/xorm https://gitea.com/xorm/xorm https://gitea.com/xorm/xorm/tree/master{/dir} https://gitea.com/xorm/xorm/blob/master{/dir}/{file}#L{line}" +gosource: "xorm.io/xorm https://gitea.com/xorm/xorm https://gitea.com/xorm/xorm/src/branch/master{/dir} https://gitea.com/xorm/xorm/src/branch/master{/dir}/{file}#L{line}" --- # XORM - Simple and Powerful ORM for Go