mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
Adjust documentation urls (#5273)
This commit is contained in:
committed by
GitHub
parent
00183774f1
commit
88312dfc9e
@@ -56,7 +56,7 @@ After installing the agent, copy the example environment file `/etc/woodpecker/w
|
|||||||
```ini title="/usr/local/lib/systemd/system/woodpecker-agent.service"
|
```ini title="/usr/local/lib/systemd/system/woodpecker-agent.service"
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=WoodpeckerCI agent
|
Description=WoodpeckerCI agent
|
||||||
Documentation=https://woodpecker-ci.org/docs/administration/agent-config
|
Documentation=https://woodpecker-ci.org/docs/administration/configuration/agent
|
||||||
Requires=network.target
|
Requires=network.target
|
||||||
After=network.target
|
After=network.target
|
||||||
ConditionFileNotEmpty=/etc/woodpecker/woodpecker-agent.env
|
ConditionFileNotEmpty=/etc/woodpecker/woodpecker-agent.env
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=WoodpeckerCI agent
|
Description=WoodpeckerCI agent
|
||||||
Documentation=https://woodpecker-ci.org/docs/administration/agent-config
|
Documentation=https://woodpecker-ci.org/docs/administration/configuration/agent
|
||||||
Requires=network.target
|
Requires=network.target
|
||||||
After=network.target
|
After=network.target
|
||||||
ConditionFileNotEmpty=/etc/woodpecker/woodpecker-agent.env
|
ConditionFileNotEmpty=/etc/woodpecker/woodpecker-agent.env
|
||||||
|
|||||||
Reference in New Issue
Block a user