```python
@@ -63,7 +63,7 @@ The `cua-computer` PyPi package pulls automatically the latest executable versio
Refer to this notebook for a step-by-step guide on how to use the Computer-Use Interface (CUI):
-- [Computer-Use Interface (CUI)](../../notebooks/computer_nb.ipynb)
+- [Computer-Use Interface (CUI)](https://github.com/trycua/cua/blob/main/notebooks/computer_nb.ipynb)
## Using the Gradio Computer UI
@@ -101,7 +101,7 @@ app = create_gradio_ui()
app.launch(share=False)
```
-For examples, see [Computer UI Examples](../../examples/computer_ui_examples.py)
+For examples, see [Computer UI Examples](https://github.com/trycua/cua/tree/main/examples/computer_ui_examples.py)
#### 3. Record Your Tasks
diff --git a/libs/python/core/README.md b/libs/python/core/README.md
index 1fb0bec6..6c743a8b 100644
--- a/libs/python/core/README.md
+++ b/libs/python/core/README.md
@@ -2,8 +2,8 @@