File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ func NewUncycloPost(ctx *context.Context, form auth.NewUncycloForm) {
350
350
return
351
351
}
352
352
353
- ctx .Redirect (ctx .Repo .RepoLink + "/wiki/" + models .UncycloNameToFilename (wikiName ))
353
+ ctx .Redirect (ctx .Repo .RepoLink + "/wiki/" + models .UncycloNameToSubURL (wikiName ))
354
354
}
355
355
356
356
// EditUncyclo render wiki modify page
@@ -391,7 +391,7 @@ func EditUncycloPost(ctx *context.Context, form auth.NewUncycloForm) {
391
391
return
392
392
}
393
393
394
- ctx .Redirect (ctx .Repo .RepoLink + "/wiki/" + models .UncycloNameToFilename (newUncycloName ))
394
+ ctx .Redirect (ctx .Repo .RepoLink + "/wiki/" + models .UncycloNameToSubURL (newUncycloName ))
395
395
}
396
396
397
397
// DeleteUncycloPagePost delete wiki page
You can’t perform that action at this time.
0 commit comments