diff --git a/doc/getting_started/install_local.md b/doc/getting_started/install_local.md index 495850760..6dfc0f19a 100644 --- a/doc/getting_started/install_local.md +++ b/doc/getting_started/install_local.md @@ -46,7 +46,7 @@ Notebooks and your PyRIT installation must be on the same version. This pip inst ``` 2. **Match notebooks to your version**: - - If using a **release version** (e.g., `0.9.0`), download notebooks from the corresponding release branch: `https://github.com/Azure/PyRIT/tree/releases/v0.9.0/doc` + - If using a **release version** (e.g., `0.9.0`), download notebooks from the corresponding release branch: `https://github.com/microsoft/PyRIT/tree/releases/v0.9.0/doc` - The automatically cloned notebooks from the `main` branch may not match your installed version - This website documentation shows the latest development version (`main` branch). diff --git a/doc/getting_started/install_local_dev.md b/doc/getting_started/install_local_dev.md index be8fefc06..9cbf51c2f 100644 --- a/doc/getting_started/install_local_dev.md +++ b/doc/getting_started/install_local_dev.md @@ -192,7 +192,7 @@ If you prefer conda for environment management, you can use it to create a Pytho 2. **Git**: Clone the repository: ```bash - git clone https://github.com/Azure/PyRIT + git clone https://github.com/microsoft/PyRIT ``` 3. **Node.js and npm**: Required for building the frontend. Download [Node.js](https://nodejs.org/) (version 18+).