Skip to content

Commit d16fd50

Browse files
agilgur5leaanthony
andauthored
docs(community): use absolute link to CoC instead of relative (#4732)
* docs(community): use absolute link to CoC instead of relative - the relative link made it so that if you happen to land on https://wails.io/community-guide/ (with a trailing slash), it would take you to https://wails.io/community-guide/coc, which 404s - if you were at https://wails.io/community-guide (no trailing slash), it was fine. - use an absolute link so that it works the same regardless of the trailing slash or not * add changelog entry per PR template --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
1 parent 27afad5 commit d16fd50

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

website/src/pages/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Fixed
1818

19+
- Fixed link to CoC in Community Guide when there was a trailing slash by @agilgur5 in [#4732](https://github.com/wailsapp/wails/pull/4732)
1920
- Fixed indentation in "How does it work?" page by @agilgur5 in [#4733](https://github.com/wailsapp/wails/pull/4733)
2021

2122
## v2.11.0 - 2025-11-08

website/src/pages/community-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The number of Wails users is growing at an incredible rate, and if you're readin
66

77
### Code of Conduct
88

9-
This [Code of Conduct](./coc) is an easy guide to develop the technical communities in which we participate.
9+
This [Code of Conduct](/coc) is an easy guide to develop the technical communities in which we participate.
1010

1111
### Stay in the Know
1212

0 commit comments

Comments
 (0)