From eeeb4e81cb17ec13983e0bd54e2a425783cb7d93 Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Wed, 7 Dec 2022 10:41:38 +0000 Subject: [PATCH] Fix docs url to link to GitHub --- .github/workflows/release-branch.yml | 3 +-- scripts/packages/nginx-agent.service | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index e88fbf161..bed9d56d5 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 8e10c2508..2f3454cfc 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