fix 2 more broken links

This commit is contained in:
Sarina Li
2025-11-09 19:34:06 -05:00
parent 7e89818d3d
commit 4954397f0b
2 changed files with 6 additions and 8 deletions

View File

@@ -34,14 +34,6 @@ This example demonstrates how to control a Cua Cloud Sandbox using the OpenAI `c
- `src/index.ts` — Main example script
- `src/helpers.ts` — Helper for executing actions on the container
## Further Reading
For a step-by-step tutorial and more detailed explanation, see the accompanying blog post:
➡️ [Controlling a Cua Cloud Sandbox with JavaScript](https://placeholder-url-to-blog-post.com)
_(This link will be updated once the article is published.)_
---
If you have questions or issues, please open an issue or contact the maintainers.

View File

@@ -32,6 +32,12 @@ To install the Computer-Use Interface (CUI):
pip install cua-computer-server
```
## Run
Refer to this notebook for a step-by-step guide on how to use the Computer-Use Server on the host system or VM:
- [Computer-Use Server](../../notebooks/computer_server_nb.ipynb)
## Docs
- [Commands](https://cua.ai/docs/libraries/computer-server/Commands)