Skip to content

Commit

Permalink
fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Jan 15, 2025
1 parent 8e13839 commit 82197ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<a name="faq-notebook-app"></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/interactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global variable automatically runs all cells that reference it.**
</div>

!!! 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.

Expand Down
3 changes: 1 addition & 2 deletions docs/guides/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)

Expand Down Expand Up @@ -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.**
Expand Down

0 comments on commit 82197ad

Please sign in to comment.