1
0
Fork 0
forked from forgejo/forgejo

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

Backport #28191 by @yp05327

https://gitea.com/gitea/gitea-docusaurus/actions/runs/661/jobs/0#jobstep-9-39
I noticed that there are many warning logs in building docs.
It is causing 404 in docs.gitea.com now, so we need to fix it.
And there are also some other problems in v1.19 which can not be done in
this PR.

Co-authored-by: yp05327 <576951401@qq.com>
(cherry picked from commit 4b89c0f996)
This commit is contained in:
Giteabot 2023-11-25 03:55:08 +08:00 committed by Earl Warren
parent 453ff1a57d
commit 84f8a8292e
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 5 additions and 7 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.