Skip to content

Commit d304cc5

Browse files
authored
Update README.md
1 parent f805e6e commit d304cc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ with CodeInterpreter() as sandbox:
5252
```
5353

5454
### 3. Hello World guide
55-
Dive depeer and check out the [JavaScript](/hello-world/js) and [Python](/hello-world/py) the Hello World guides to learn how o connect code interpreter LLMs.
55+
Dive depeer and check out the [JavaScript/TypeScript](https://e2b.dev/docs/hello-world/js) and [Python](https://e2b.dev/docs/hello-world/py) "Hello World" guides to learn how to connect code interpreter LLMs.
5656

5757

5858
## 📖 Cookbook examples
5959

6060
**Hello World**
61-
- [TypeScript](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/hello-world-js)
62-
- [Python](https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/hello-world-python)
61+
- [JavaScript/TypeScript](https://e2b.dev/docs/hello-world/js)
62+
- [Python](https://e2b.dev/docs/hello-world/py)
6363

6464
**LLM Providers**
6565
- 🪸 [Claude with code intepreter](https://github.com/e2b-dev/e2b-cookbook/blob/main/examples/claude-code-interpreter/claude_code_interpreter.ipynb)

0 commit comments

Comments
 (0)