diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index e88fbf1616..bed9d56d53 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -63,8 +63,7 @@ jobs: console.log(`The next version is v${version}`) const footer = ` ## Resources - - Documentation -- https://docs.nginx.com/nginx-instance-manager/nginx-agent/ - - Upgrade Steps -- https://docs.nginx.com/nginx-instance-manager/installation/upgrade-guide/#upgrade-nginx-agent + - Documentation -- https://github.com/nginx/agent#readme ` const release_notes = (await github.rest.repos.generateReleaseNotes({ owner: context.payload.repository.owner.login, diff --git a/scripts/packages/nginx-agent.service b/scripts/packages/nginx-agent.service index 8e10c25084..2f3454cfca 100644 --- a/scripts/packages/nginx-agent.service +++ b/scripts/packages/nginx-agent.service @@ -1,6 +1,6 @@ [Unit] Description=NGINX Agent -Documentation=https://www.nginx.com/products/nginx-agent/ +Documentation=https://github.com/nginx/agent#readme After=network.target Wants=network-online.target StartLimitIntervalSec=15