Skip to content

Commit d0bbe4e

Browse files
Fix references to "Ember Guides"
Co-authored-by: Jared Galanis <jaredgalanis@users.noreply.github.com>
1 parent 831e131 commit d0bbe4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

guides/release/typescript/core-concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In the next sections, we will cover how to use TypeScript effectively with specific Ember.js APIs.
22

3-
We do _not_ cover general usage of Ember; instead, we assume that as background knowledge. Please see the [Ember Guides][ember-guides] and [API docs][api-docs]!
3+
We do _not_ cover general usage of Ember; instead, we assume that as background knowledge. Please see other sections of the [Ember Guides][ember-guides] and [API docs][api-docs]!
44

55
<!-- Internal links -->
66

guides/release/typescript/core-concepts/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Ember [Services] are global singleton classes that can be made available to diff
22

33
## A Basic Service
44

5-
Let's take this example from the [Ember Guide][example-location]:
5+
Let's take this example from elsewhere in the [Ember Guides][example-location]:
66

77
```typescript {data-filename="app/services/shopping-cart.ts"}
88
import Service from '@ember/service';

guides/release/typescript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This guide is designed to help you get up and running with TypeScript in an Ember app.
22

3-
This is _not_ an introduction to TypeScript _or_ Ember. Throughout this guide, we’ll link back to [the TypeScript docs][typescript-docs] and [the Ember Guides][ember-guides] when there are specific concepts that we will not explain here but which are important for understanding what we’re covering!
3+
This is _not_ an introduction to TypeScript _or_ Ember. Throughout this guide, we’ll link back to [the TypeScript docs][typescript-docs] and to other sections of [the Ember Guides][ember-guides] when there are specific concepts that we will not explain here but which are important for understanding what we’re covering!
44

55
Not sure where to get started? Here's an overview of the content within:
66

0 commit comments

Comments
 (0)