Skip to content

Commit a2acaf6

Browse files
Correct paths
1 parent 1bc67a6 commit a2acaf6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/demos.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@ The most compelling demo: the same agent logic written in English, French, and
1111
Japanese, running identically. Proves that Multilingual is the only AI
1212
programming platform where agent code is idiomatic in any human language.
1313

14-
- [`examples/agent_en.ml`](../examples/agent_en.ml) — English
15-
- [`examples/agent_fr.ml`](../examples/agent_fr.ml) — French
16-
- [`examples/agent_ja.ml`](../examples/agent_ja.ml) — Japanese
14+
- [`examples/agent_en.ml`](../../examples/agent_en.ml) — English
15+
- [`examples/agent_fr.ml`](../../examples/agent_fr.ml) — French
16+
- [`examples/agent_ja.ml`](../../examples/agent_ja.ml) — Japanese
1717

1818
### Reactive counter
1919

2020
`observe var` + `on .change` + `canvas` — the simplest reactive web app.
2121

22-
- [`examples/reactive_counter.ml`](../examples/reactive_counter.ml)
22+
- [`examples/reactive_counter.ml`](../../examples/reactive_counter.ml)
2323

2424
### Streaming chat (French)
2525

2626
A streaming AI response bound to a reactive view, written in French.
2727

28-
- [`examples/streaming_chat_fr.ml`](../examples/streaming_chat_fr.ml)
28+
- [`examples/streaming_chat_fr.ml`](../../examples/streaming_chat_fr.ml)
2929

3030
### Semantic search (Japanese)
3131

3232
`embed` + `nearest` + `~=` semantic match across Japanese user input.
3333

34-
- [`examples/semantic_search_ja.ml`](../examples/semantic_search_ja.ml)
34+
- [`examples/semantic_search_ja.ml`](../../examples/semantic_search_ja.ml)
3535

3636
### Multilingual AI dashboard
3737

3838
`@agent`, reactive state, streaming output, and canvas composition.
3939

40-
- [`examples/multilingual_dashboard.ml`](../examples/multilingual_dashboard.ml)
40+
- [`examples/multilingual_dashboard.ml`](../../examples/multilingual_dashboard.ml)
4141

4242
## CLI tools for Core 1.0
4343

docs/playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ download required.
3838
multilingual build-wasm-bundle my_app.ml --out-dir dist/wasm
3939
```
4040

41-
Live demos using this approach are in [`examples/browser`](../examples/browser/).
41+
Live demos using this approach are in [`examples/browser`](../../examples/browser/).
4242

4343
## Core 1.0 example: the same agent in three languages
4444

0 commit comments

Comments
 (0)