From 9f82ffc094fd64206141a64822cddc71491a14d2 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 12 May 2025 14:04:35 -0700 Subject: [PATCH] Fix Viser reference Signed-off-by: Emmanuel Ferdman --- docs/developer_guides/viewer/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/viewer/index.md b/docs/developer_guides/viewer/index.md index 9df5c60d5a..9a35a87324 100644 --- a/docs/developer_guides/viewer/index.md +++ b/docs/developer_guides/viewer/index.md @@ -2,7 +2,7 @@ > We have a real-time web viewer that requires no installation. It's available at [https://viewer.nerf.studio/](https://viewer.nerf.studio/), where you can connect to your training job. -The viewer is built on [Viser](https://github.com/brentyi/viser/tree/main/viser) using [ThreeJS](https://threejs.org/) and packaged into a [ReactJS](https://reactjs.org/) application. This client viewer application will connect via a websocket to a server running on your machine. +The viewer is built on [Viser](https://github.com/nerfstudio-project/viser) using [ThreeJS](https://threejs.org/) and packaged into a [ReactJS](https://reactjs.org/) application. This client viewer application will connect via a websocket to a server running on your machine. ```{toctree} :titlesonly: