From 19320ffc9bf0daa89862d2cacd9e49eb543d5832 Mon Sep 17 00:00:00 2001
From: Bryan Mishkin <698306+bmish@users.noreply.github.com>
Date: Fri, 14 Jan 2022 23:11:09 -0500
Subject: [PATCH] Docs: fix markdown links (#223)
---
.all-contributorsrc | 8 ++++----
README.md | 13 ++++++-------
docs/rules/no-async-in-loops.md | 2 +-
docs/rules/no-async-test.md | 2 +-
docs/rules/no-global-assertions.md | 2 +-
docs/rules/no-global-expect.md | 2 +-
docs/rules/no-global-module-test.md | 2 +-
docs/rules/no-global-stop-start.md | 2 +-
docs/rules/no-identical-names.md | 4 ++--
docs/rules/no-init.md | 2 +-
docs/rules/no-jsdump.md | 2 +-
docs/rules/no-qunit-push.md | 2 +-
docs/rules/no-qunit-start-in-tests.md | 2 +-
docs/rules/no-qunit-stop.md | 2 +-
docs/rules/no-reassign-log-callbacks.md | 2 +-
docs/rules/no-reset.md | 2 +-
docs/rules/no-setup-teardown.md | 2 +-
docs/rules/no-test-expect-argument.md | 2 +-
docs/rules/no-throws-string.md | 2 +-
docs/rules/resolve-async.md | 2 +-
20 files changed, 29 insertions(+), 30 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index e77b95fc..2a7f1c6a 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -12,7 +12,7 @@
"login": "platinumazure",
"name": "Kevin Partington",
"avatar_url": "https://avatars.githubusercontent.com/u/284282?v=3",
- "profile": "http://github.com/platinumazure",
+ "profile": "https://github.com/platinumazure",
"contributions": [
"code",
"doc",
@@ -107,7 +107,7 @@
"login": "shamrt",
"name": "Shane Martin",
"avatar_url": "https://avatars3.githubusercontent.com/u/95600?v=4",
- "profile": "http://sha.nemart.in",
+ "profile": "https://sha.nemart.in",
"contributions": [
"bug"
]
@@ -134,7 +134,7 @@
"login": "scalvert",
"name": "Steve Calvert",
"avatar_url": "https://avatars2.githubusercontent.com/u/180990?v=4",
- "profile": "http://www.linkedin.com",
+ "profile": "https://www.linkedin.com",
"contributions": [
"code"
]
@@ -152,7 +152,7 @@
"login": "bmish",
"name": "Bryan Mishkin",
"avatar_url": "https://avatars3.githubusercontent.com/u/698306?v=4",
- "profile": "http://www.linkedin.com/in/bmish",
+ "profile": "https://www.linkedin.com/in/bmish",
"contributions": [
"bug",
"code",
diff --git a/README.md b/README.md
index dcb2c5dc..408a6f9a 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
[![NPM version](https://img.shields.io/npm/v/eslint-plugin-qunit.svg?style=flat)](https://npmjs.org/package/eslint-plugin-qunit)
![CI](https://github.com/platinumazure/eslint-plugin-qunit/workflows/CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/platinumazure/eslint-plugin-qunit/badge.svg?branch=master&service=github)](https://coveralls.io/github/platinumazure/eslint-plugin-qunit?branch=master)
-[![devDependency Status](https://david-dm.org/platinumazure/eslint-plugin-qunit/dev-status.svg)](https://david-dm.org/platinumazure/eslint-plugin-qunit#info=devDependencies)
[![Join the chat at https://gitter.im/platinumazure/eslint-plugin-qunit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/platinumazure/eslint-plugin-qunit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
ESLint plugin containing rules useful for QUnit tests.
@@ -12,7 +11,7 @@ ESLint plugin containing rules useful for QUnit tests.
You can extend from a configuration in order to simplify manual configuration of plugin rules in your project.
-For more details on how to extend your configuration from a plugin configuration, please see the [ESLint plugin configuration documentation](http://eslint.org/docs/user-guide/configuring#using-the-configuration-from-a-plugin).
+For more details on how to extend your configuration from a plugin configuration, please see the [ESLint plugin configuration documentation](https://eslint.org/docs/user-guide/configuring#using-the-configuration-from-a-plugin).
| | Name | Description |
| :-- | :--- | :---------- |
@@ -81,7 +80,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
- Kevin Partington π» π β οΈ π π‘ π |
+ Kevin Partington π» π β οΈ π π‘ π |
Jordan Eldredge β οΈ π¬ |
Mitch Lloyd π» π β οΈ |
John Mainz β οΈ π |
@@ -92,14 +91,14 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
Ed S π π» |
Brad Overton π π» |
- Shane Martin π |
+ Shane Martin π |
ventuno π» |
Anne-GaΓ«lle Schall π |
- Steve Calvert π» |
+ Steve Calvert π» |
Aliaksandr Yermalayeu π» |
- Bryan Mishkin π π» π π€ |
+ Bryan Mishkin π π» π π€ |
XhmikosR π |
Andrey Fel π |
@@ -115,7 +114,7 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co
## Semantic Versioning Policy
-Like ESLint itself, this ESLint plugin follows [semantic versioning](http://semver.org). However, due to the nature of ESLint as a code quality tool, it's not always clear when a minor or major version bump occurs. To help clarify this for everyone, we've defined the following semantic versioning policy, based on the policy used by ESLint:
+Like ESLint itself, this ESLint plugin follows [semantic versioning](https://semver.org). However, due to the nature of ESLint as a code quality tool, it's not always clear when a minor or major version bump occurs. To help clarify this for everyone, we've defined the following semantic versioning policy, based on the policy used by ESLint:
* Patch release (intended not to break your lint build)
* A bug fix in a plugin rule that results in ESLint reporting fewer errors.
diff --git a/docs/rules/no-async-in-loops.md b/docs/rules/no-async-in-loops.md
index bd9c4dc4..51c498da 100644
--- a/docs/rules/no-async-in-loops.md
+++ b/docs/rules/no-async-in-loops.md
@@ -96,5 +96,5 @@ calls in loops in your codebase.
## Further Reading
* [QUnit.stop()](https://api.qunitjs.com/QUnit.stop/)
-* [QUnit.start()](https://api.qunitjs.com/QUnit.start/)
+* [QUnit.start()](https://api.qunitjs.com/QUnit/start/)
* [assert.async()](https://api.qunitjs.com/async/)
diff --git a/docs/rules/no-async-test.md b/docs/rules/no-async-test.md
index d055a876..b953d477 100644
--- a/docs/rules/no-async-test.md
+++ b/docs/rules/no-async-test.md
@@ -42,4 +42,4 @@ This rule can be safely disabled if you want to tolerate asynchronous test decla
## Further Reading
-* [QUnit 2.x Migration Guide (Replace asyncTest)](http://qunitjs.com/upgrade-guide-2.x/#replace-asynctest-with-qunit-test-and-assert-async)
+* [QUnit 2.x Migration Guide (Replace asyncTest)](https://qunitjs.com/upgrade-guide-2.x/#replace-asynctest-with-qunit-test-and-assert-async)
diff --git a/docs/rules/no-global-assertions.md b/docs/rules/no-global-assertions.md
index ddb3854d..d4c99be4 100644
--- a/docs/rules/no-global-assertions.md
+++ b/docs/rules/no-global-assertions.md
@@ -70,4 +70,4 @@ This rule can be safely disabled if you want to tolerate global assertions, espe
## Further Reading
-* [QUnit 2.x Migration Guide (Assertions)](http://qunitjs.com/upgrade-guide-2.x/#replace-global-assertions-with-assert-arguments)
+* [QUnit 2.x Migration Guide (Assertions)](https://qunitjs.com/upgrade-guide-2.x/#replace-global-assertions-with-assert-arguments)
diff --git a/docs/rules/no-global-expect.md b/docs/rules/no-global-expect.md
index cea35797..3e9b727a 100644
--- a/docs/rules/no-global-expect.md
+++ b/docs/rules/no-global-expect.md
@@ -28,4 +28,4 @@ This rule can be safely disabled if you want to tolerate global expect calls, es
## Further Reading
-* [QUnit 2.x Migration Guide (Globals)](http://qunitjs.com/upgrade-guide-2.x/#removed-globals)
+* [QUnit 2.x Migration Guide (Globals)](https://qunitjs.com/upgrade-guide-2.x/#removed-globals)
diff --git a/docs/rules/no-global-module-test.md b/docs/rules/no-global-module-test.md
index 762fb821..dfe08306 100644
--- a/docs/rules/no-global-module-test.md
+++ b/docs/rules/no-global-module-test.md
@@ -49,4 +49,4 @@ This rule can be safely disabled if you want to tolerate global module/test decl
## Further Reading
-* [QUnit 2.x Migration Guide (Globals)](http://qunitjs.com/upgrade-guide-2.x/#removed-globals)
+* [QUnit 2.x Migration Guide (Globals)](https://qunitjs.com/upgrade-guide-2.x/#removed-globals)
diff --git a/docs/rules/no-global-stop-start.md b/docs/rules/no-global-stop-start.md
index 1af1b349..a579d634 100644
--- a/docs/rules/no-global-stop-start.md
+++ b/docs/rules/no-global-stop-start.md
@@ -37,4 +37,4 @@ safely disabled.
## Further Reading
-* [QUnit 2.0 Migration Guide: Stop using stop/start](http://qunitjs.com/upgrade-guide-2.x/#replace-stop-and-start-with-assert-async)
+* [QUnit 2.0 Migration Guide: Stop using stop/start](https://qunitjs.com/upgrade-guide-2.x/#replace-stop-and-start-with-assert-async)
diff --git a/docs/rules/no-identical-names.md b/docs/rules/no-identical-names.md
index ae7ccad3..ca8b3405 100644
--- a/docs/rules/no-identical-names.md
+++ b/docs/rules/no-identical-names.md
@@ -45,5 +45,5 @@ not support nested modules yet.
## Further Reading
-* [QUnit.test()](http://api.qunitjs.com/QUnit.test/)
-* [QUnit.module()](http://api.qunitjs.com/QUnit.module/)
+* [QUnit.test()](https://api.qunitjs.com/QUnit.test/)
+* [QUnit.module()](https://api.qunitjs.com/QUnit.module/)
diff --git a/docs/rules/no-init.md b/docs/rules/no-init.md
index e1d644fd..fbc953fb 100644
--- a/docs/rules/no-init.md
+++ b/docs/rules/no-init.md
@@ -35,4 +35,4 @@ use of this rule is *highly* recommended.
## Further Reading
-* [QUnit Upgrade Guide: Stop using `QUnit.init`](http://qunitjs.com/upgrade-guide-2.x/#stop-using-qunit-init-no-replacement)
+* [QUnit Upgrade Guide: Stop using `QUnit.init`](https://qunitjs.com/upgrade-guide-2.x/#stop-using-qunit-init-no-replacement)
diff --git a/docs/rules/no-jsdump.md b/docs/rules/no-jsdump.md
index fb117714..6f4ae474 100644
--- a/docs/rules/no-jsdump.md
+++ b/docs/rules/no-jsdump.md
@@ -37,4 +37,4 @@ rule can be safely disabled.
## Further Reading
-[QUnit 2.x Upgrade Guide: Replace QUnit.jsDump() with QUnit.dump()](http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-jsdump-with-qunit-dump)
+[QUnit 2.x Upgrade Guide: Replace QUnit.jsDump() with QUnit.dump()](https://qunitjs.com/upgrade-guide-2.x/#replace-qunit-jsdump-with-qunit-dump)
diff --git a/docs/rules/no-qunit-push.md b/docs/rules/no-qunit-push.md
index fd88173e..3a2c0c94 100644
--- a/docs/rules/no-qunit-push.md
+++ b/docs/rules/no-qunit-push.md
@@ -38,4 +38,4 @@ will not be migrated to QUnit 2.0.
## Further Reading
-* [QUnit.push()](http://api.qunitjs.com/QUnit.push/)
+* [QUnit.push()](https://api.qunitjs.com/extension/QUnit.push/)
diff --git a/docs/rules/no-qunit-start-in-tests.md b/docs/rules/no-qunit-start-in-tests.md
index e569171f..db6322d3 100644
--- a/docs/rules/no-qunit-start-in-tests.md
+++ b/docs/rules/no-qunit-start-in-tests.md
@@ -115,4 +115,4 @@ If you are not upgrading to QUnit 2.x anytime soon, this rule can be safely disa
## Further Reading
-* [`QUnit.start()`](http://api.qunitjs.com/QUnit.start/)
+* [`QUnit.start()`](https://api.qunitjs.com/QUnit/start/)
diff --git a/docs/rules/no-qunit-stop.md b/docs/rules/no-qunit-stop.md
index 433b6943..2e5855d4 100644
--- a/docs/rules/no-qunit-stop.md
+++ b/docs/rules/no-qunit-stop.md
@@ -35,4 +35,4 @@ will not migrate to QUnit 2.0.
## Further Reading
-* [QUnit.stop()](http://api.qunitjs.com/QUnit.stop/)
+* [QUnit.stop()](https://api.qunitjs.com/QUnit.stop/)
diff --git a/docs/rules/no-reassign-log-callbacks.md b/docs/rules/no-reassign-log-callbacks.md
index 17f60704..6f875934 100644
--- a/docs/rules/no-reassign-log-callbacks.md
+++ b/docs/rules/no-reassign-log-callbacks.md
@@ -71,4 +71,4 @@ others' logging callbacks.
## Further Reading
-* [QUnit 2.0 Migration Guide: Logging Callbacks](http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks)
+* [QUnit 2.0 Migration Guide: Logging Callbacks](https://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks)
diff --git a/docs/rules/no-reset.md b/docs/rules/no-reset.md
index accaa333..9686a986 100644
--- a/docs/rules/no-reset.md
+++ b/docs/rules/no-reset.md
@@ -36,4 +36,4 @@ use of this rule is *highly* recommended.
## Further Reading
-* [QUnit Upgrade Guide: Stop using `QUnit.reset`](http://qunitjs.com/upgrade-guide-2.x/#stop-using-qunit-reset-split-one-test-into-multiple-tests)
+* [QUnit Upgrade Guide: Stop using `QUnit.reset`](https://qunitjs.com/upgrade-guide-2.x/#stop-using-qunit-reset-split-one-test-into-multiple-tests)
diff --git a/docs/rules/no-setup-teardown.md b/docs/rules/no-setup-teardown.md
index d03889fb..f7cd9ca2 100644
--- a/docs/rules/no-setup-teardown.md
+++ b/docs/rules/no-setup-teardown.md
@@ -45,4 +45,4 @@ APIs, this rule can be safely disabled.
## Further Reading
-* [QUnit 2.0 upgrade guide: Module hooks](http://qunitjs.com/upgrade-guide-2.x/#rename-module-hooks)
+* [QUnit 2.0 upgrade guide: Module hooks](https://qunitjs.com/upgrade-guide-2.x/#rename-module-hooks)
diff --git a/docs/rules/no-test-expect-argument.md b/docs/rules/no-test-expect-argument.md
index 17bc624e..b433e218 100644
--- a/docs/rules/no-test-expect-argument.md
+++ b/docs/rules/no-test-expect-argument.md
@@ -50,4 +50,4 @@ This rule can be safely disabled if you want to tolerate an expect argument in `
## Further Reading
-* [QUnit 2.x Migration Guide (Replace expect argument in QUnit.test)](http://qunitjs.com/upgrade-guide-2.x/#replace-expected-argument-in-qunit-test)
+* [QUnit 2.x Migration Guide (Replace expect argument in QUnit.test)](https://qunitjs.com/upgrade-guide-2.x/#replace-expected-argument-in-qunit-test)
diff --git a/docs/rules/no-throws-string.md b/docs/rules/no-throws-string.md
index 3a9ffce6..57a3fdc1 100644
--- a/docs/rules/no-throws-string.md
+++ b/docs/rules/no-throws-string.md
@@ -50,4 +50,4 @@ This rule can be safely disabled if you are not using QUnit 2.0.
## Further Reading
-* [Replace assert.throws(block, string, message) with assert.throws(block, regexp, message)](http://qunitjs.com/upgrade-guide-2.x/#replace-assert-throws-block-string-message-with-assert-throws-block-regexp-message)
+* [Replace assert.throws(block, string, message) with assert.throws(block, regexp, message)](https://qunitjs.com/upgrade-guide-2.x/#replace-assert-throws-block-string-message-with-assert-throws-block-regexp-message)
diff --git a/docs/rules/resolve-async.md b/docs/rules/resolve-async.md
index e1e78106..d9f84ad6 100644
--- a/docs/rules/resolve-async.md
+++ b/docs/rules/resolve-async.md
@@ -75,5 +75,5 @@ unnecessarily and can be disabled.
## Further Reading
* [QUnit.stop()](https://api.qunitjs.com/QUnit.stop/)
-* [QUnit.start()](https://api.qunitjs.com/QUnit.start/)
+* [QUnit.start()](https://api.qunitjs.com/QUnit/start/)
* [assert.async()](https://api.qunitjs.com/async/)