diff --git a/documentation/docs/guides/managing-goose-sessions.md b/documentation/docs/guides/managing-goose-sessions.md index 0977de5c..612b24d1 100644 --- a/documentation/docs/guides/managing-goose-sessions.md +++ b/documentation/docs/guides/managing-goose-sessions.md @@ -44,7 +44,7 @@ If this is your first session, Goose will prompt you for an API key to access an ``` starting session | provider: openai model: gpt-4o - logging to ~/.config/goose/sessions/react-migration.json1 + logging to ~/.local/share/goose/sessions/react-migration.json1 ``` @@ -58,7 +58,7 @@ If this is your first session, Goose will prompt you for an API key to access an To save and exit a session, hold down `Ctrl` + `C`. Alternatively, you can type `exit` to save and exit the session. - Your session will be stored locally in `~/.config/goose/sessions`. + Your session will be stored locally in `~/.local/share/goose/sessions`. To exit a session, simply close the application.