Skip to content

Commit

Permalink
Fix a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltazore committed Mar 22, 2024
1 parent d8f66f0 commit aff8f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/cookbook/incremental-adoption-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default class AuthHandler {
}
```

You can read more about auth topic [here](../requests/auth.md).
You can read more about auth topic [here](../requests/examples/1-auth.md).

Another good thing to do is to configure default host and namespace for your requests. There is an utility for that out of the box of `@ember-data/request-utils` called [`setBuildURLConfig`](https://github.com/emberjs/data/blob/main/packages/request-utils/src/index.ts#L67). You can do it anywhere in your app theoretically, but we recommend doing it in the `app/app.js` file. Here is how you can do it:

Expand Down

0 comments on commit aff8f21

Please sign in to comment.