Use docs.gitea.com instead of docs.gitea.io (#26769)

backport #26739
This commit is contained in:
Lunny Xiao 2023-08-28 19:58:16 +08:00 committed by GitHub
parent c8b189eb01
commit b159ebbab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 111 additions and 111 deletions

View file

@ -197,7 +197,7 @@ administrative user.
field is set to `mail.com`, then Gitea will expect the `user email` field
for an authenticated GIT instance to be `gituser@mail.com`.[^2]
**Note**: PAM support is added via [build-time flags](https://docs.gitea.io/en-us/install-from-source/#build),
**Note**: PAM support is added via [build-time flags](installation/install-from-source.md#build),
and the official binaries provided do not have this enabled. PAM requires that
the necessary libpam dynamic library be available and the necessary PAM
development headers be accessible to the compiler.