Skip to content

Commit 5b5bc1f

Browse files
authored
Merge pull request #770 from nginx/fix-changelog-links
docs: fix github links in changelog
2 parents 30b857b + 74d23b5 commit 5b5bc1f

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

site/content/changelog.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docs: "DOCS-1093"
1010
See the list of supported Operating Systems and architectures in the [Technical Specifications]({{< relref "./technical-specifications.md" >}}).
1111

1212
---
13-
## Release [v2.36.1](https//github.com/nginx/agent/releases/tag/v2.36.1)
13+
## Release [v2.36.1](https://github.com/nginx/agent/releases/tag/v2.36.1)
1414

1515
### 🌟 Highlights
1616

@@ -23,7 +23,7 @@ We have made the following maintenance-related minor changes:
2323
- Added version regex to parse the logs to see if matches vsemvar format by [@oliveromahony](https://github.com/oliveromahony) in [#747](https://github.com/nginx/agent/pull/747)
2424

2525
---
26-
## Release [v2.36.0](https//github.com/nginx/agent/releases/tag/v2.36.0)
26+
## Release [v2.36.0](https://github.com/nginx/agent/releases/tag/v2.36.0)
2727

2828
### 🐛 Bug Fixes
2929

@@ -44,7 +44,7 @@ We have made the following updates to the documentation:
4444
- Upgrade crossplane by [@oliveromahony](https://github.com/oliveromahony) in [#737](https://github.com/nginx/agent/pull/737)
4545

4646
---
47-
## Release [v2.35.1](https//github.com/nginx/agent/releases/tag/v2.35.1)
47+
## Release [v2.35.1](https://github.com/nginx/agent/releases/tag/v2.35.1)
4848

4949
### 🐛 Bug Fixes
5050

@@ -68,7 +68,7 @@ We have made the following maintenance-related minor changes:
6868
- More detailed test for env variables migration by [@oliveromahony](https://github.com/oliveromahony) in [#709](https://github.com/nginx/agent/pull/709)
6969

7070
---
71-
## Release [v2.35.0](https//github.com/nginx/agent/releases/tag/v2.35.0)
71+
## Release [v2.35.0](https://github.com/nginx/agent/releases/tag/v2.35.0)
7272

7373
### 🌟 Highlights
7474

@@ -88,7 +88,7 @@ We have made the following updates to the documentation:
8888
- Add Ubuntu Noble 24.04 LTS support by [@Dean-Coakley](https://github.com/Dean-Coakley) in [#682](https://github.com/nginx/agent/pull/682)
8989

9090
---
91-
## Release [v2.34.1](https//github.com/nginx/agent/releases/tag/v2.34.1)
91+
## Release [v2.34.1](https://github.com/nginx/agent/releases/tag/v2.34.1)
9292

9393
### 🐛 Bug Fixes
9494

@@ -103,7 +103,7 @@ We have made the following updates to the documentation:
103103
- Update changelog for release 2.34 by [@ADubhlaoich](https://github.com/ADubhlaoich) in [#693](https://github.com/nginx/agent/pull/693)
104104

105105
---
106-
## Release [v2.34.0](https//github.com/nginx/agent/releases/tag/v2.34.0)
106+
## Release [v2.34.0](https://github.com/nginx/agent/releases/tag/v2.34.0)
107107

108108
### 🌟 Highlights
109109

@@ -139,7 +139,7 @@ We have made the following maintenance-related minor changes:
139139
- Add additional checks in chunking functionality by [@dhurley](https://github.com/dhurley) in [#671](https://github.com/nginx/agent/pull/671)
140140

141141
---
142-
## Release [v2.33.0](https//github.com/nginx/agent/releases/tag/v2.33.0)
142+
## Release [v2.33.0](https://github.com/nginx/agent/releases/tag/v2.33.0)
143143

144144
### 🌟 Highlights
145145

@@ -175,7 +175,7 @@ We have made the following maintenance-related minor changes:
175175
- Add logging to NGINX API http requests by [@dhurley](https://github.com/dhurley) in [#605](https://github.com/nginx/agent/pull/605)
176176

177177
---
178-
## Release [v2.32.2](https//github.com/nginx/agent/releases/tag/v2.32.2)
178+
## Release [v2.32.2](https://github.com/nginx/agent/releases/tag/v2.32.2)
179179

180180
### 🌟 Highlights
181181

@@ -202,7 +202,7 @@ We have made the following updates to the documentation:
202202
- fix: add additional container checks during instance registration by [@mattdesmarais](https://github.com/mattdesmarais) in [#592](https://github.com/nginx/agent/pull/592)
203203

204204
---
205-
## Release [v2.32.1](https//github.com/nginx/agent/releases/tag/v2.32.1)
205+
## Release [v2.32.1](https://github.com/nginx/agent/releases/tag/v2.32.1)
206206

207207
### 🚀 Features
208208

@@ -233,7 +233,7 @@ We have made the following maintenance-related minor changes:
233233
- bump vulnerable version of buildkit by [@oliveromahony](https://github.com/oliveromahony) in [#564](https://github.com/nginx/agent/pull/564)
234234

235235
---
236-
## Release [v2.32.0](https//github.com/nginx/agent/releases/tag/v2.32.0)
236+
## Release [v2.32.0](https://github.com/nginx/agent/releases/tag/v2.32.0)
237237

238238
### 🚀 Features
239239

site/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginx/agent/site
22

33
go 1.18
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.40.8 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v0.41.9 // indirect

site/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ github.com/nginxinc/nginx-hugo-theme v0.35.0 h1:7XB2GMy6qeJgKEJy9wOS3SYKYpfvLW3/
1010
github.com/nginxinc/nginx-hugo-theme v0.35.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
1111
github.com/nginxinc/nginx-hugo-theme v0.40.8 h1:VtoSAtf9k67tI2jzbLRo0oFBAMHZBUPRh/xV4MYullI=
1212
github.com/nginxinc/nginx-hugo-theme v0.40.8/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
13+
github.com/nginxinc/nginx-hugo-theme v0.41.9 h1:8TKgjocF95ZSRP0PHkyvk9TyJvwPrdz1k0FB5RfKT3I=
14+
github.com/nginxinc/nginx-hugo-theme v0.41.9/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)