diff options
Diffstat (limited to 'templates/repo/migrate/gitea.tmpl')
-rw-r--r-- | templates/repo/migrate/gitea.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/migrate/gitea.tmpl b/templates/repo/migrate/gitea.tmpl index dcceb1e3af..8022f63dc5 100644 --- a/templates/repo/migrate/gitea.tmpl +++ b/templates/repo/migrate/gitea.tmpl @@ -21,7 +21,7 @@ <div class="inline field {{if .Err_Auth}}error{{end}}"> <label for="auth_token">{{.locale.Tr "access_token"}}</label> <input id="auth_token" name="auth_token" type="password" autocomplete="new-password" value="{{.auth_token}}" {{if not .auth_token}} data-need-clear="true" {{end}}> - <a target="_blank" href="https://docs.gitea.io/en-us/api-usage">{{svg "octicon-question"}}</a> + <a target="_blank" href="https://docs.gitea.com/development/api-usage">{{svg "octicon-question"}}</a> </div> {{template "repo/migrate/options" .}} |