Skip to content

Commit b7e67fd

Browse files
committed
hyperlinks
1 parent 32b1285 commit b7e67fd

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/scripts/generate-release-notes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ function generateReleaseNotes(sections, version, branch) {
244244
markdown += `# ${month} ${year}\n\n`;
245245
markdown += `Meraki API Release Notes **${version}**\n\n`;
246246

247-
// Link to the sibling version page without coupling the content to a host.
247+
// Link to the version page without coupling the content to a host.
248248
const versionSlug = version.replace(/\./g, '-').toLowerCase();
249-
markdown += `[**Changelog**](../${versionSlug}/)\n\n`;
249+
markdown += `[**Changelog**](/meraki/whats-new/${versionSlug}/)\n\n`;
250250

251251
// Summary
252252
markdown += `## Summary\n\n`;

.github/scripts/generate-release-notes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test('uses the operation ID for Meraki API documentation links', () => {
3434
const releaseNotes = fs.readFileSync(outputPath, 'utf8');
3535
assert.match(
3636
releaseNotes,
37-
/\[\*\*Changelog\*\*\]\(\.\.\/v1-73-0\/\)/
37+
/\[\*\*Changelog\*\*\]\(\/meraki\/whats-new\/v1-73-0\/\)/
3838
);
3939
assert.match(
4040
releaseNotes,

documents/2026.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Meraki API Release Notes **v1.73.0**
44

5-
[**Changelog**](../v1-73-0/)
5+
[**Changelog**](/meraki/whats-new/v1-73-0/)
66

77
## Summary
88

@@ -384,7 +384,7 @@ Meraki API Release Notes **v1.73.0**
384384

385385
Meraki API Release Notes **v1.72.0**
386386

387-
[**Changelog**](../v1-72-0/)
387+
[**Changelog**](/meraki/whats-new/v1-72-0/)
388388

389389
## Summary
390390

@@ -1367,7 +1367,7 @@ Meraki API Release Notes **v1.72.0**
13671367

13681368
Meraki API Release Notes **v1.71.0**
13691369

1370-
[**Changelog**](../v1-71-0/)
1370+
[**Changelog**](/meraki/whats-new/v1-71-0/)
13711371

13721372
## Summary
13731373

@@ -1594,7 +1594,7 @@ Meraki API Release Notes **v1.71.0**
15941594

15951595
Meraki API Release Notes **v1.70.0**
15961596

1597-
[**Changelog**](../v1-70-0/)
1597+
[**Changelog**](/meraki/whats-new/v1-70-0/)
15981598

15991599
## Summary
16001600

@@ -2103,7 +2103,7 @@ Meraki API Release Notes **v1.70.0**
21032103

21042104
Meraki API Release Notes **v1.69.0**
21052105

2106-
[**Changelog**](../v1-69-0/)
2106+
[**Changelog**](/meraki/whats-new/v1-69-0/)
21072107

21082108
## Summary
21092109

@@ -2424,7 +2424,7 @@ Meraki API Release Notes **v1.69.0**
24242424

24252425
Meraki API Release Notes **v1.68.0**
24262426

2427-
[**Changelog**](../v1-68-0/)
2427+
[**Changelog**](/meraki/whats-new/v1-68-0/)
24282428

24292429
## Summary
24302430

@@ -2559,7 +2559,7 @@ Meraki API Release Notes **v1.68.0**
25592559

25602560
Meraki API Release Notes **v1.67.0**
25612561

2562-
[**Changelog**](../v1-67-0/)
2562+
[**Changelog**](/meraki/whats-new/v1-67-0/)
25632563

25642564

25652565
## Summary

0 commit comments

Comments
 (0)