Skip to content

Commit aff8f21

Browse files
committed
Fix a broken link
1 parent d8f66f0 commit aff8f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/cookbook/incremental-adoption-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class AuthHandler {
118118
}
119119
```
120120

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

123123
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:
124124

0 commit comments

Comments
 (0)