diff options
author | Giteabot <teabot@gitea.io> | 2023-05-30 02:01:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 14:01:06 +0800 |
commit | 0ef7b6601835ff91902393d53e8fb7511f9c91fa (patch) | |
tree | 1d09f1e6239d22608b3114a44b9e494e3024f9cf /docs/content/doc/installation | |
parent | 826b7b979c5e514f056836aebf6fd5422fbcd843 (diff) | |
download | gitea-0ef7b6601835ff91902393d53e8fb7511f9c91fa.tar.gz gitea-0ef7b6601835ff91902393d53e8fb7511f9c91fa.zip |
Update from-binary.en-us.md (#24975) (#24999)
Backport #24975 by @team-epk
Fixed link to the creating a systemd service in Ubuntu document.
Diffstat (limited to 'docs/content/doc/installation')
-rw-r--r-- | docs/content/doc/installation/from-binary.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md index ce1d7e5a2c..a2b2e087b0 100644 --- a/docs/content/doc/installation/from-binary.en-us.md +++ b/docs/content/doc/installation/from-binary.en-us.md @@ -145,7 +145,7 @@ After you complete the above steps, you can run Gitea two ways: ### 1. Creating a service file to start Gitea automatically (recommended) -See how to create [Linux service]({{< relref "run-as-service-in-ubuntu.en-us.md" >}}) +See how to create [Linux service]({{< relref "doc/installation/run-as-service-in-ubuntu.en-us.md" >}}) ### 2. Running from command-line/terminal |