Skip to content

Commit ffb911b

Browse files
authored
Merge pull request #960 from web3dev1337/fix/privacy-storage-path-examples
fix: update privacy policy storage path examples
2 parents 86d84cd + 1d0a220 commit ffb911b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/legal/PRIVACY_POLICY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Depending on how you use Agent Workspace, the software may store:
3737

3838
Examples of local storage paths may include:
3939

40-
- `~/.orchestrator/`
41-
- `~/.trello-credentials`
40+
- `~/.agent-workspace/`
41+
- local integration credentials files you choose to create (for example, Trello credentials)
4242
- desktop-app data directories such as `%APPDATA%\\com.agent.workspace` and `%LOCALAPPDATA%\\com.agent.workspace`
4343
- browser `localStorage` when you use the web interface or desktop webview
4444

site/privacy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h3>A. Information stored locally on your device</h3>
5454
</ul>
5555
<p>Examples of local storage paths may include:</p>
5656
<ul>
57-
<li><code>~/.orchestrator/</code></li>
58-
<li><code>~/.trello-credentials</code></li>
57+
<li><code>~/.agent-workspace/</code></li>
58+
<li>local integration credentials files you choose to create (for example, Trello credentials)</li>
5959
<li>desktop-app data directories such as <code>%APPDATA%\\com.agent.workspace</code> and <code>%LOCALAPPDATA%\\com.agent.workspace</code></li>
6060
<li>browser <code>localStorage</code> when you use the web interface or desktop webview</li>
6161
</ul>

0 commit comments

Comments
 (0)