Skip to content

Commit db66780

Browse files
lukasnysMehulKChaudhari
authored andcommitted
fix: add trailing slash to relative path
1 parent 5f58de9 commit db66780

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

Diff for: guides/release/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.10.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.11.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.12.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.4.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.5.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.6.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.7.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.8.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v4.9.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.0.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.1.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.10.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.11.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.12.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.2.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.3.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.4.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.5.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.6.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.7.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.8.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v5.9.0/testing/testing-tools.md

+1-1
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

Diff for: guides/v6.0.0/testing/testing-tools.md

+1-1
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)