From 82197ad9db8723e963ad15abdfdee226d3549cc1 Mon Sep 17 00:00:00 2001 From: Myles Scolnick Date: Wed, 15 Jan 2025 14:36:45 -0500 Subject: [PATCH] fix more links --- docs/faq.md | 2 +- docs/guides/interactivity.md | 2 +- docs/guides/wasm.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 504cbdf2eab..93bf291eec0 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -106,7 +106,7 @@ marimo is both a notebook and a library. - Use the _marimo library_ (`import marimo as mo`) in marimo notebooks. Write markdown with `mo.md(...)`, create stateful interactive elements with `mo.ui` (`mo.ui.slider(...)`), and - more. See the docs for an [API reference](https://docs.marimo.io/api/). + more. See the docs for an [API reference](./api/index.md). diff --git a/docs/guides/interactivity.md b/docs/guides/interactivity.md index 20986ec280a..451848a26b2 100644 --- a/docs/guides/interactivity.md +++ b/docs/guides/interactivity.md @@ -12,7 +12,7 @@ global variable automatically runs all cells that reference it.** !!! example "Examples" - See the [API reference](http://127.0.0.1:8000/api/inputs/) or our [GitHub + See the [API reference](../api/inputs/index.md) or our [GitHub repo](https://github.com/marimo-team/marimo/tree/main/examples/ui) for bite-sized examples on using input elements. diff --git a/docs/guides/wasm.md b/docs/guides/wasm.md index 6ff24caac18..bd638ef75d3 100644 --- a/docs/guides/wasm.md +++ b/docs/guides/wasm.md @@ -24,7 +24,7 @@ traditional client-server model. WASM notebooks: with code and models, doing lightweight data exploration, authoring blog posts, tutorials, and educational materials, and even building tools. For notebooks that do heavy computation, [use marimo - locally](http://127.0.0.1:8000/getting_started/) or on a backend. + locally](../getting_started/index.md) or on a backend. **Try it!** Try editing the below notebook (your browser, not a backend server, is executing it!) @@ -96,7 +96,6 @@ documentation on supported packages.](https://pyodide.org/en/stable/usage/packag If you want a package to be supported, consider [filing an issue](https://github.com/pyodide/pyodide/issues/new?assignees=&labels=new+package+request&projects=&template=package_request.md&title=). - ## Including data **For notebooks exported to WASM HTML.**