From c28d28a205806baee7d9d5408ca036f9a1931764 Mon Sep 17 00:00:00 2001
From: Manik Surtani
Date: Thu, 26 Sep 2024 14:55:23 +1000
Subject: [PATCH] Update docs to reflect move to
---
CONTRIBUTING.md | 10 +++++-----
README.md | 4 ++--
docs/plugins/creating-a-new-toolkit.md | 2 +-
mkdocs.yml | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 332deafba771..55c30979a4a7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -55,7 +55,7 @@ If you want to develop features on `goose`:
1. Clone Goose:
```bash
- git clone git@github.com:square/goose.git ~/Development/goose
+ git clone git@github.com:block-open-source/goose.git ~/Development/goose
```
2. Get `uv` with `brew install uv`
3. Set up your Python virtualenv:
@@ -82,7 +82,7 @@ When you build from source you may want to run it from elsewhere.
1. Clone the `goose-plugins` repo:
```bash
- git clone git@github.com:square/goose-plugins.git ~/Development/goose-plugins
+ git clone git@github.com:block-open-source/goose-plugins.git ~/Development/goose-plugins
```
2. Follow the steps for creating a virtualenv in the `goose` section above
3. Install `goose-plugins` in `goose`. This means any changes to `goose-plugins` in this folder will immediately be reflected in `goose`:
@@ -115,11 +115,11 @@ Additions to the [developer toolkit][developer] change the core performance, and
This project follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for PR titles. Conventional Commits make it easier to understand the history of a project and facilitate automation around versioning and changelog generation.
-[issues]: https://github.com/square/goose/issues
-[goose-plugins]: https://github.com/square/goose-plugins
+[issues]: https://github.com/block-open-source/goose/issues
+[goose-plugins]: https://github.com/block-open-source/goose-plugins
[ai-exchange]: https://github.com/square/exchange
[developer]: src/goose/toolkit/developer.py
[uv]: https://docs.astral.sh/uv/
[ruff]: https://docs.astral.sh/ruff/
[just]: https://github.com/casey/just
-[adding-toolkit]: https://square.github.io/goose/configuration.html#adding-a-toolkit
+[adding-toolkit]: https://block-open-source.github.io/goose/configuration.html#adding-a-toolkit
diff --git a/README.md b/README.md
index d9fa65136397..a2bc4c1f3013 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,11 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
- Generated by Goose from its VincentVanCode toolkit.
+ Generated by Goose from its VincentVanCode toolkit.
-
+
diff --git a/docs/plugins/creating-a-new-toolkit.md b/docs/plugins/creating-a-new-toolkit.md
index 5b3094fb3e96..8574c125ac37 100644
--- a/docs/plugins/creating-a-new-toolkit.md
+++ b/docs/plugins/creating-a-new-toolkit.md
@@ -91,4 +91,4 @@ goose session start --profile demo-profile
> `pipx install goose-ai --preinstall goose-plugins`
[plugin]: https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/#using-package-metadata
-[goose-plugins]: https://github.com/square/goose-plugins
+[goose-plugins]: https://github.com/block-open-source/goose-plugins
diff --git a/mkdocs.yml b/mkdocs.yml
index c920667e6f76..e3bd2acdef0a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,7 +2,7 @@ site_name: Goose Documentation
site_author: Block
site_description: Documentation for Goose
repo_url: https://github.com/block-open-source/goose
-repo_name: "square/goose"
+repo_name: "block-open-source/goose"
edit_uri: "https://github.com/block-open-source/goose/blob/main/docs/"
site_url: 'https://block-open-source.github.io/goose/'
use_directory_urls: false
@@ -57,7 +57,7 @@ plugins:
- git-committers: # Show git committers
branch: main
enabled: !ENV [ ENV_PROD, false ]
- repository: square/goose
+ repository: block-open-source/goose
- git-revision-date-localized: # Show git revision date
enable_creation_date: true
enabled: !ENV [ ENV_PROD, false ]