Skip to content

Commit 90577c5

Browse files
committed
More links
1 parent 9230422 commit 90577c5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

guides/requests/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Examples
44

55
- [Basic Usage](./examples/0-basic-usage.md)
6+
- [Dealing with Auth](./examples/1-auth.md)
67

78
## Overview
89

guides/requests/overview/1-request-management.md

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ flowchart LR
5858
style E color:#58a6ff;
5959
```
6060

61+
To see code examples of how to use `RequestManager` see the [basic usage guide](../examples/0-basic-usage.md).
62+
6163
To see how to start migrating your application to use `RequestManager` see the [incremental adoption guide](../../cookbook/incremental-adoption-guide.md).
6264

6365
---

0 commit comments

Comments
 (0)