Skip to content

Commit 40d86d1

Browse files
chore(urls): standardize URL formatting to lowercase protocols
- Updated all HTTPS protocol references in CODE_OF_CONDUCT.md to lowercase 'https://' for consistency - Normalized Contributor Covenant links to use proper case structure in paths - Fixed tauri.conf.json homepage URL protocol casing to match web standards These changes ensure URL reliability across different filesystems and HTTP clients while maintaining professional documentation presentation. While most systems handle protocol casing insensitively, using lowercase follows internet standards and prevents potential edge cases in the Tauri build environment or community documentation rendering.
1 parent 61db5fb commit 40d86d1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@ community.
127127

128128
This Code of Conduct is adapted from the [`Contributor Covenant`][homepage],
129129
version 2.1, available at
130-
[`HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1].
130+
[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1].
131131
Community Impact Guidelines were inspired by [Mozilla's code of conduct
132132
enforcement ladder][Mozilla CoC].
133133

134134
For answers to common questions about this code of conduct, see the FAQ at
135-
[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
136-
[`HTTPS://www.contributor-covenant.org/translations`][translations].
137-
138-
[homepage]: HTTPS://www.contributor-covenant.org
139-
[v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html
140-
[Mozilla CoC]: HTTPS://github.com/mozilla/diversity
141-
[FAQ]: HTTPS://www.contributor-covenant.org/faq
142-
[translations]: HTTPS://www.contributor-covenant.org/translations
135+
[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
136+
[`https://www.contributor-covenant.org/translations`][translations].
137+
138+
[homepage]: https://www.contributor-covenant.org
139+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
140+
[Mozilla CoC]: https://github.com/mozilla/diversity
141+
[FAQ]: https://www.contributor-covenant.org/faq
142+
[translations]: https://www.contributor-covenant.org/translations
143143

144144
Thank you for being part of our community and helping us create a safe and
145145
respectful environment for everyone!

tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"createUpdaterArtifacts": false,
7676
"externalBin": [],
7777
"fileAssociations": [],
78-
"homepage": "HTTPS://Editor.Land",
78+
"homepage": "https://Editor.Land",
7979
"iOS": {
8080
"developmentTeam": "Land",
8181
"frameworks": [],

0 commit comments

Comments
 (0)