Skip to content

Commit 15bdb5a

Browse files
1 parent 0606a91 commit 15bdb5a

6 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/Auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
git add .
6363
git commit -a --allow-empty-message -m ""
6464
65-
- uses: ad-m/github-push-action@master
65+
- uses: ad-m/github-push-action@v0.8.0
6666
with:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
branch: Current

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!

CONTRIBUTING.md

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

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

122122
For answers to common questions about this code of conduct, see the FAQ at
123-
[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
124-
[`HTTPS://www.contributor-covenant.org/translations`][translations].
125-
126-
[homepage]: HTTPS://www.contributor-covenant.org
127-
[v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html
128-
[Mozilla CoC]: HTTPS://github.com/mozilla/diversity
129-
[FAQ]: HTTPS://www.contributor-covenant.org/faq
130-
[translations]: HTTPS://www.contributor-covenant.org/translations
123+
[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
124+
[`https://www.contributor-covenant.org/translations`][translations].
125+
126+
[homepage]: https://www.contributor-covenant.org
127+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
128+
[Mozilla CoC]: https://github.com/mozilla/diversity
129+
[FAQ]: https://www.contributor-covenant.org/faq
130+
[translations]: https://www.contributor-covenant.org/translations
131131

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# [WebSite 🗾]
22

3-
[WebSite 🗾]: HTTPS://neovim.space
3+
[WebSite 🗾]: https://neovim.space

Source/Layout/Base.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ interface Props {
3535
<!-- Links -->
3636
<link
3737
rel="preconnect"
38-
href="HTTPS://fonts.googleapis.com"
38+
href="https://fonts.googleapis.com"
3939
crossorigin
4040
/>
41-
<link rel="preconnect" href="HTTPS://fonts.gstatic.com" crossorigin />
41+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
4242
<link
4343
rel="manifest"
4444
href="/Manifest.json"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"private": true,
55
"description": "Website 🗾",
6-
"homepage": "HTTPS://GitHub.Com/NeovimSpace/Website#readme",
6+
"homepage": "https://GitHub.Com/NeovimSpace/Website#readme",
77
"bugs": {
8-
"url": "HTTPS://GitHub.Com/NeovimSpace/Website/issues"
8+
"url": "https://GitHub.Com/NeovimSpace/Website/issues"
99
},
1010
"repository": {
1111
"type": "git",
@@ -15,7 +15,7 @@
1515
"author": {
1616
"name": "Source ✍🏻 Open 👐🏻",
1717
"email": "Source/Open@PlayForm.Cloud",
18-
"url": "HTTPS://PlayForm.Cloud"
18+
"url": "https://PlayForm.Cloud"
1919
},
2020
"scripts": {
2121
"Run": "astro dev --host",

0 commit comments

Comments
 (0)