Skip to content

Commit b23dd4c

Browse files
committed
Fix sessions usage link
1 parent b5d8d3a commit b23dd4c

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
@@ -74,7 +74,7 @@ The identifier must be a string that is 4 to 128 characters long and can contain
7474

7575
## Session lifecycle in practice
7676

77-
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.
77+
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.
7878

7979
### Stop a session
8080

0 commit comments

Comments
 (0)