Skip to content

Commit 9ff60a0

Browse files
authored
fix: Bicep Changelogs - Changes URL to an absolute URL (#2179)
1 parent 8e38dc1 commit 9ff60a0

File tree

1 file changed

+2
-2
lines changed
  • docs/content/specs-defs/includes/bicep/shared/non-functional

1 file changed

+2
-2
lines changed

docs/content/specs-defs/includes/bicep/shared/non-functional/BCPNFR22.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When a module to be published (i.e., that has a `version.json` file) is changed,
2929
```text
3030
# Changelog
3131
32-
The latest version of the changelog can be found [here](/Azure/bicep-registry-modules/blob/main/avm/<ptn|res|utl>/<namespace/modulename[/submodulePath]>/CHANGELOG.md).
32+
The latest version of the changelog can be found [here](https://github.com/Azure/bicep-registry-modules/blob/main/avm/<ptn|res|utl>/<namespace/modulename[/submodulePath]>/CHANGELOG.md).
3333
3434
```
3535

@@ -72,7 +72,7 @@ A `CHANGELOG.md` file in the module's root folder **MUST** start with the `# Cha
7272
```text
7373
# Changelog
7474
75-
The latest version of the changelog can be found [here](/Azure/bicep-registry-modules/blob/main/avm/res/aad/domain-service/CHANGELOG.md).
75+
The latest version of the changelog can be found [here](https://github.com/Azure/bicep-registry-modules/blob/main/avm/res/aad/domain-service/CHANGELOG.md).
7676
7777
## 0.2.1
7878

0 commit comments

Comments
 (0)