diff options
author | epk <25535766+team-epk@users.noreply.github.com> | 2023-05-29 03:46:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 15:46:38 +0800 |
commit | 355a07819265be32db70108728bec5ad0eec98dd (patch) | |
tree | f627c81d3975599525dc3643a762d35a570983ac | |
parent | ad13df36b72f48e844d7e8579e44e61ba4b62835 (diff) | |
download | gitea-355a07819265be32db70108728bec5ad0eec98dd.tar.gz gitea-355a07819265be32db70108728bec5ad0eec98dd.zip |
Update from-binary.en-us.md (#24975)
Fixed link to the creating a systemd service in Ubuntu document.
-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 5c8973fa94..7b4c1d507a 100644 --- a/docs/content/doc/installation/from-binary.en-us.md +++ b/docs/content/doc/installation/from-binary.en-us.md @@ -159,7 +159,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 |