Skip to content

Commit

Permalink
Merge pull request #1365 from jahrock/chore/fix-rfc-link-to-official-…
Browse files Browse the repository at this point in the history
…repo

fix: dead links
  • Loading branch information
mansona authored Jan 8, 2024
2 parents 5cf69ab + 9ba093a commit 475c672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the app that serves https://deprecations.emberjs.com/

## Adding new deprecations

The [content](https://github.com/ember-learn/deprecation-app/tree/main/content/) folder contains all the deprecations that are listed by the website. To add a new deprecation, add it to the appropriate folder by creating a new file. The content of the file needs to follow a specific format for the app to work. You can see [this sample](https://raw.githubusercontent.com/ember-learn/deprecation-app/main/content/ember/v3/getting-each.md) for reference.
The [content](https://github.com/ember-learn/deprecation-app/tree/main/content/) folder contains all the deprecations that are listed by the website. To add a new deprecation, add it to the appropriate folder by creating a new file. The content of the file needs to follow a specific format for the app to work. You can see [this sample](https://raw.githubusercontent.com/ember-learn/deprecation-app/main/content/ember/v3/getting-the-each-property.md) for reference.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion content/ember/v5/deprecate-implicit-route-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export default class MyModelRoute extends Route {
}
```

For more background, read the [RFC](https://github.com/snewcomer/rfcs/blob/master/text/0774-implicit-record-route-loading.md).
For more background, read the [RFC](https://github.com/emberjs/rfcs/blob/master/text/0774-implicit-record-route-loading.md).

0 comments on commit 475c672

Please sign in to comment.