Skip to content

Commit 6b9c8c8

Browse files
committed
Fix URLs
1 parent 372da64 commit 6b9c8c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="left">
2-
<img alt="viser logo" src="https://viser.studio/latest/_static/logo.svg" width="auto" height="30" />
2+
<img alt="viser logo" src="https://viser.studio/main/_static/logo.svg" width="auto" height="30" />
33
viser
4-
<img alt="viser logo" src="https://viser.studio/latest/_static/logo.svg" width="auto" height="30" />
4+
<img alt="viser logo" src="https://viser.studio/main/_static/logo.svg" width="auto" height="30" />
55
</h1>
66

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

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

2727
## Installation
2828

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

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

4646
## Examples
4747

examples/assets/mdx_example.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In inline code blocks, you can show off colors with color chips: `#FED363`
1616

1717
Adding images from a remote origin is simple.
1818

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

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

0 commit comments

Comments
 (0)