Skip to content

Commit 83724cf

Browse files
committed
docs: fix links in primary overview
1 parent f35db2b commit 83724cf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
This guide is designed to help you get up and running with TypeScript in an Ember app.
44

55
{% hint style="warning" %}
6-
**This is** _**not**_ **an introduction to TypeScript** _**or**_ **Ember. Throughout this guide, we’ll link back to** [**the TypeScript docs**](https://www.typescriptlang.org/docs/home.html) **and** [**the Ember Guides**](https://guides.emberjs.com/release/) **when there are specific concepts that we will not explain here but which are important for understanding what we’re covering!**
6+
7+
**This is _not_ an introduction to TypeScript _or_ Ember. Throughout this guide, we’ll link back to [the TypeScript docs](https://www.typescriptlang.org/docs/home.html) and [the Ember Guides](https://guides.emberjs.com/release/) when there are specific concepts that we will not explain here but which are important for understanding what we’re covering!**
8+
79
{% endhint %}
810

9-
To get started, check out the instructions in [Getting Started: Installation](https://github.com/typed-ember/ember-cli-typescript/tree/3a434def8b8c8214853cea0762940ccedb2256e8/docs/getting-started/installation/README.md)
11+
To get started, check out the instructions in [Getting Started: Installation](./installation.md)
1012

11-
* If you're totally new to using TypeScript with Ember, start with [TypeScript and Ember](https://github.com/typed-ember/ember-cli-typescript/tree/3a434def8b8c8214853cea0762940ccedb2256e8/docs/ts/overview/README.md).
12-
* Once you have a good handle on the basics, you can dive into the guides to working with the APIs specific to [Ember](https://github.com/typed-ember/ember-cli-typescript/tree/3a434def8b8c8214853cea0762940ccedb2256e8/docs/ember/overview/README.md) and [Ember Data](https://github.com/typed-ember/ember-cli-typescript/tree/3a434def8b8c8214853cea0762940ccedb2256e8/docs/ember-data/overview/README.md).
13-
* If you're working with legacy \(pre-Octane\) Ember and TypeScript together, you should read [the Legacy Guide](https://github.com/typed-ember/ember-cli-typescript/tree/3a434def8b8c8214853cea0762940ccedb2256e8/docs/legacy/overview/README.md).
13+
* If you're totally new to using TypeScript with Ember, start with [TypeScript and Ember](./ts/README.md).
14+
* Once you have a good handle on the basics, you can dive into the guides to working with the APIs specific to [Ember](./ember/README.md) and [Ember Data](./ember-data/README.md).
15+
* If you're working with legacy (pre-Octane) Ember and TypeScript together, you should read [the Legacy Guide](./legacy/README.md).
1416

1517
## Why TypeScript?
1618

0 commit comments

Comments
 (0)