diff --git a/README.md b/README.md index b3ab889a..22a528d1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
@@ -17,7 +17,7 @@ --- -> **[Documentation](https://jonsaadfalcon.github.io/OpenJarvis/)** +> **[Documentation](https://hazyresearch.github.io/OpenJarvis/)** > > **[Project Site](https://www.intelligence-per-watt.ai/)** diff --git a/docs/development/contributing.md b/docs/development/contributing.md index 147f75dc..0bf3e72f 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -18,7 +18,7 @@ contribute code to OpenJarvis. ### Clone and Install ```bash -git clone https://github.com/jonsaadfalcon/OpenJarvis.git +git clone https://github.com/HazyResearch/OpenJarvis.git cd OpenJarvis uv sync --extra dev ``` diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 9647253a..f69ff7f0 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -32,7 +32,7 @@ This guide covers installing OpenJarvis, its optional extras, and setting up an === "From source" ```bash - git clone https://github.com/jonsaadfalcon/OpenJarvis.git + git clone https://github.com/HazyResearch/OpenJarvis.git cd OpenJarvis uv sync ``` diff --git a/mkdocs.yml b/mkdocs.yml index 964ad347..855fa741 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,9 @@ site_name: OpenJarvis -site_url: https://jonsaadfalcon.github.io/OpenJarvis/ +site_url: https://hazyresearch.github.io/OpenJarvis/ site_description: Programming abstractions for on-device AI site_author: OpenJarvis Contributors -repo_url: https://github.com/jonsaadfalcon/OpenJarvis -repo_name: jonsaadfalcon/OpenJarvis +repo_url: https://github.com/HazyResearch/OpenJarvis +repo_name: HazyResearch/OpenJarvis edit_uri: edit/main/docs/ copyright: Copyright © 2026 OpenJarvis Contributors @@ -114,7 +114,7 @@ markdown_extensions: extra: social: - icon: fontawesome/brands/github - link: https://github.com/jonsaadfalcon/OpenJarvis + link: https://github.com/HazyResearch/OpenJarvis nav: - Home: index.md