Skip to content

Commit ce7c64c

Browse files
Use updated docs link on install page (#4668)
Fix #4665
1 parent 3422077 commit ce7c64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func InstallPost(ctx *context.Context, form auth.InstallForm) {
177177
if err = models.NewTestEngine(x); err != nil {
178178
if strings.Contains(err.Error(), `Unknown database type: sqlite3`) {
179179
ctx.Data["Err_DbType"] = true
180-
ctx.RenderWithErr(ctx.Tr("install.sqlite3_not_available", "https://docs.gitea.io/installation/install_from_binary.html"), tplInstall, &form)
180+
ctx.RenderWithErr(ctx.Tr("install.sqlite3_not_available", "https://docs.gitea.io/en-us/install-from-binary/"), tplInstall, &form)
181181
} else {
182182
ctx.Data["Err_DbSetting"] = true
183183
ctx.RenderWithErr(ctx.Tr("install.invalid_db_setting", err), tplInstall, &form)

0 commit comments

Comments
 (0)