Skip to content

Commit 0a56290

Browse files
committed
fix: fix link to test-types.md
1 parent 33a1ce2 commit 0a56290

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

guides/v4.10.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test("should allow disabling the button", async function (assert) {
5252

5353
### Ember CLI
5454

55-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
55+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
5656

5757
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
5858

guides/v4.11.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test("should allow disabling the button", async function (assert) {
5252

5353
### Ember CLI
5454

55-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
55+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
5656

5757
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
5858

guides/v4.12.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test("should allow disabling the button", async function (assert) {
5252

5353
### Ember CLI
5454

55-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
55+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
5656

5757
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
5858

guides/v4.4.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("should allow disabling the button", async function (assert) {
6868

6969
### Ember CLI
7070

71-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
71+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
7272

7373
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
7474

guides/v4.5.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("should allow disabling the button", async function (assert) {
6868

6969
### Ember CLI
7070

71-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
71+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
7272

7373
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
7474

guides/v4.6.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("should allow disabling the button", async function (assert) {
6868

6969
### Ember CLI
7070

71-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
71+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
7272

7373
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
7474

guides/v4.7.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("should allow disabling the button", async function (assert) {
6868

6969
### Ember CLI
7070

71-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
71+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
7272

7373
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
7474

guides/v4.8.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("should allow disabling the button", async function (assert) {
6868

6969
### Ember CLI
7070

71-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
71+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
7272

7373
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
7474

guides/v4.9.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("should allow disabling the button", async function (assert) {
6868

6969
### Ember CLI
7070

71-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
71+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
7272

7373
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
7474

guides/v5.0.0/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test("should allow disabling the button", async function (assert) {
5252

5353
### Ember CLI
5454

55-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
55+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
5656

5757
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
5858

0 commit comments

Comments
 (0)