From 4954397f0b7cd475353f1e17f67e3f8efa14da53 Mon Sep 17 00:00:00 2001 From: Sarina Li Date: Sun, 9 Nov 2025 19:34:06 -0500 Subject: [PATCH] fix 2 more broken links --- examples/computer-example-ts/README.md | 8 -------- libs/python/computer-server/README.md | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/examples/computer-example-ts/README.md b/examples/computer-example-ts/README.md index 7e7fc81e..b83838ce 100644 --- a/examples/computer-example-ts/README.md +++ b/examples/computer-example-ts/README.md @@ -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. diff --git a/libs/python/computer-server/README.md b/libs/python/computer-server/README.md index 59e6f0e2..e411bd98 100644 --- a/libs/python/computer-server/README.md +++ b/libs/python/computer-server/README.md @@ -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)