Skip to content

Commit 2d978ae

Browse files
[Portal] Fix: updates broken-links on nebula sessions docs (#6687)
1 parent ca382f4 commit 2d978ae

File tree

1 file changed

+8
-8
lines changed
  • apps/portal/src/app/nebula/key-concepts/sessions

1 file changed

+8
-8
lines changed

apps/portal/src/app/nebula/key-concepts/sessions/page.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Sessions are a way to maintain context across multiple interactions with a user.
55

66
- Sessions are created automatically when calling `/chat` without a `session_id` or can be created explicitly by calling the `/session` endpoint.
77
- Sessions can be managed through the following endpoints:
8-
- [Create Session](/api-reference/create-session)
9-
- [Get Session](/api-reference/get-session)
10-
- [Clear Session](/api-reference/clear-session)
11-
- [Update Session](/api-reference/update-session)
12-
- [Delete Session](/api-reference/delete-session)
13-
- [List Sessions](/api-reference/list-sessions)
14-
15-
- Sessions persist your conversation history, custom configurations for blockchain data, and thirdweb tools interactions.
8+
- [Create Session](/nebula/api-reference/create-session)
9+
- [Get Session](/nebula/api-reference/get-session)
10+
- [Clear Session](/nebula/api-reference/clear-session)
11+
- [Update Session](/nebula/api-reference/update-session)
12+
- [Delete Session](/nebula/api-reference/delete-session)
13+
- [List Sessions](/nebula/api-reference/list-sessions)
14+
15+
- Sessions persist your conversation history, custom configurations for blockchain data, and thirdweb tools interactions.

0 commit comments

Comments
 (0)