diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index add4cbf9..6cfa095c 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v4.0.2 with: node-version: "18" - registry-url: "HTTPS://Registry.NPMJS.Org" + registry-url: "https://Registry.NPMJS.Org" - run: npm install -g npm diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7d888039..2da8999e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -128,19 +128,19 @@ community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at -[HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1]. +[https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[HTTPS://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at -[HTTPS://WWW.Contributor-Covenant.Org/translations][translations]. - -[homepage]: HTTPS://WWW.Contributor-Covenant.Org -[v2.1]: HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html -[Mozilla CoC]: HTTPS://GitHub.Com/mozilla/diversity -[FAQ]: HTTPS://WWW.Contributor-Covenant.Org/faq -[translations]: HTTPS://WWW.Contributor-Covenant.Org/translations +[https://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at +[https://WWW.Contributor-Covenant.Org/translations][translations]. + +[homepage]: https://WWW.Contributor-Covenant.Org +[v2.1]: https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html +[Mozilla CoC]: https://github.com/mozilla/diversity +[FAQ]: https://WWW.Contributor-Covenant.Org/faq +[translations]: https://WWW.Contributor-Covenant.Org/translations Thank you for being part of our community and helping us create a safe and respectful environment for everyone! diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c11862e3..4e81efa4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,19 +116,19 @@ community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at -[HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1]. +[https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. For answers to common questions about this code of conduct, see the FAQ at -[HTTPS://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at -[HTTPS://WWW.Contributor-Covenant.Org/translations][translations]. - -[homepage]: HTTPS://WWW.Contributor-Covenant.Org -[v2.1]: HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html -[Mozilla CoC]: HTTPS://GitHub.Com/mozilla/diversity -[FAQ]: HTTPS://WWW.Contributor-Covenant.Org/faq -[translations]: HTTPS://WWW.Contributor-Covenant.Org/translations +[https://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at +[https://WWW.Contributor-Covenant.Org/translations][translations]. + +[homepage]: https://WWW.Contributor-Covenant.Org +[v2.1]: https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html +[Mozilla CoC]: https://github.com/mozilla/diversity +[FAQ]: https://WWW.Contributor-Covenant.Org/faq +[translations]: https://WWW.Contributor-Covenant.Org/translations Thank you for being part of our community and helping us create a safe and respectful environment for everyone! diff --git a/README.md b/README.md index 93027cfa..1d051174 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,6 @@ See an example of a configuration file in } ``` -[ESBuild]: HTTPS://NPMJS.Org/esbuild -[TypeDoc]: HTTPS://NPMJS.Org/typedoc -[TypeScriptESBuild]: HTTPS://NPMJS.Org/typescript-esbuild +[ESBuild]: https://NPMJS.Org/esbuild +[TypeDoc]: https://NPMJS.Org/typedoc +[TypeScriptESBuild]: https://NPMJS.Org/typescript-esbuild diff --git a/package.json b/package.json index f8fe111d..22985896 100644 --- a/package.json +++ b/package.json @@ -8,19 +8,19 @@ "typescript", "esbuild" ], - "homepage": "HTTPS://GitHub.Com/Playform/TypeScriptESBuild#readme", + "homepage": "https://github.com/Playform/TypeScriptESBuild#readme", "bugs": { - "url": "HTTPS://GitHub.Com/Playform/TypeScriptESBuild/issues" + "url": "https://github.com/Playform/TypeScriptESBuild/issues" }, "repository": { "type": "git", - "url": "git+HTTPS://GitHub.Com/Playform/TypeScriptESBuild.git" + "url": "git+https://github.com/Playform/TypeScriptESBuild.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Playform", "email": "Hello@Playform.Cloud", - "url": "HTTPS://Playform.Cloud" + "url": "https://playform.cloud" }, "type": "module", "main": "./Target/Class/TypeScriptESBuild.js",