Skip to content

Commit

Permalink
Fix docs url to link to GitHub (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley authored Dec 8, 2022
1 parent 188e9ec commit 257a176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion scripts/packages/nginx-agent.service
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 257a176

Please sign in to comment.