From 215ab76e5f457e5cf59ffa83026528d998ab2008 Mon Sep 17 00:00:00 2001 From: Jon Saad-Falcon <41205309+jonsaadfalcon@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:27:32 -0700 Subject: [PATCH] docs: point the Project Site link to openjarvis.stanford.edu (#628) The project's canonical site moved from the Scaling Intelligence Lab blog (scalingintelligence.stanford.edu/blogs/openjarvis/) to https://openjarvis.stanford.edu/. Update every reference to that URL: - README: the "Project" badge and the "Project Site" link - docs/index.md: the research write-up link - desktop Settings: the "Project site" link (SettingsPage.tsx) - the Twitter-bot operator prompt The bare Scaling Intelligence Lab homepage links (the lab itself, not the project site) are intentionally left unchanged, as are the github.io documentation and installer URLs. Co-authored-by: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- docs/index.md | 2 +- frontend/src/pages/SettingsPage.tsx | 2 +- .../recipes/data/operators/openjarvis_twitter_bot_prompt.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c644c33e..d2cb50ae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Personal AI, On Personal Devices.

- Project + Project Docs Python License @@ -23,7 +23,7 @@ > **[Documentation](https://open-jarvis.github.io/OpenJarvis/)** > -> **[Project Site](https://scalingintelligence.stanford.edu/blogs/openjarvis/)** +> **[Project Site](https://openjarvis.stanford.edu/)** > > **[Paper](https://arxiv.org/abs/2605.17172)** > diff --git a/docs/index.md b/docs/index.md index 341398fd..e4d61813 100644 --- a/docs/index.md +++ b/docs/index.md @@ -215,7 +215,7 @@ OpenJarvis is built around five composable layers. Each has a clean interface an OpenJarvis is part of [Intelligence Per Watt](https://www.intelligence-per-watt.ai/), a research initiative studying the efficiency of on-device AI systems. Developed at [Hazy Research](https://hazyresearch.stanford.edu/) and the [Scaling Intelligence Lab](https://scalingintelligence.stanford.edu/) at [Stanford SAIL](https://ai.stanford.edu/). -Read the [blog post](https://scalingintelligence.stanford.edu/blogs/openjarvis/) for the full research motivation, architecture details, and experimental results. +Read the [blog post](https://openjarvis.stanford.edu/) for the full research motivation, architecture details, and experimental results. ## Citation diff --git a/frontend/src/pages/SettingsPage.tsx b/frontend/src/pages/SettingsPage.tsx index 1b3d6c0e..f53029d8 100644 --- a/frontend/src/pages/SettingsPage.tsx +++ b/frontend/src/pages/SettingsPage.tsx @@ -805,7 +805,7 @@ export function SettingsPage() {