1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-11 12:08:21 +00:00

Fix some incorrect links in docs (#28191) (#28233)

Backport https://github.com/go-gitea/gitea/pull/28191
This commit is contained in:
yp05327
2023-11-27 19:07:00 +09:00
committed by GitHub
parent c208b1180e
commit 088d746636
2 changed files with 2 additions and 2 deletions

View File

@@ -198,7 +198,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](installation/install-from-source.md#build),
**Note**: PAM support is added via [build-time flags](installation/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.