Skip to content

Commit 0302399

Browse files
committed
Fix sessions usage anchor link
1 parent 7f50933 commit 0302399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/sessions-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For example, if you make a call to: `<POOL_MANAGEMENT_ENDPOINT>/api/uploadfile`,
3434

3535
## Continuous interaction
3636

37-
As you continue to make calls to the same session, the session remains [allocated](sessions.md#session-lifecycle) in the pool. Once there are no requests to the session after the cooldown period has elapsed, the session is automatically destroyed.
37+
As you continue to make calls to the same session, the session remains [allocated](sessions.md#key-concepts) in the pool. Once there are no requests to the session after the cooldown period has elapsed, the session is automatically destroyed.
3838

3939
## Sample request
4040

0 commit comments

Comments
 (0)