Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jan 4, 2025
1 parent 372da64 commit 6b9c8c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="left">
<img alt="viser logo" src="https://viser.studio/latest/_static/logo.svg" width="auto" height="30" />
<img alt="viser logo" src="https://viser.studio/main/_static/logo.svg" width="auto" height="30" />
viser
<img alt="viser logo" src="https://viser.studio/latest/_static/logo.svg" width="auto" height="30" />
<img alt="viser logo" src="https://viser.studio/main/_static/logo.svg" width="auto" height="30" />
</h1>

<p align="left">
Expand All @@ -22,7 +22,7 @@ Features include:
- Programmatic camera control and rendering
- An entirely web-based client, for easy use over SSH!

For usage and API reference, see our <a href="https://viser.studio/latest">documentation</a>.
For usage and API reference, see our <a href="https://viser.studio/main">documentation</a>.

## Installation

Expand All @@ -41,7 +41,7 @@ pip install viser[examples]
After an example script is running, you can connect by navigating to the printed
URL (default: `http://localhost:8080`).

See also: our [development docs](https://viser.studio/latest/development/).
See also: our [development docs](https://viser.studio/main/development/).

## Examples

Expand Down
2 changes: 1 addition & 1 deletion examples/assets/mdx_example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In inline code blocks, you can show off colors with color chips: `#FED363`

Adding images from a remote origin is simple.

![Viser Logo](https://viser.studio/latest/_static/logo.svg)
![Viser Logo](https://viser.studio/main/_static/logo.svg)

For local images with relative paths, you can either directly use a
[data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs)
Expand Down

0 comments on commit 6b9c8c8

Please sign in to comment.