Skip to content

Commit

Permalink
chore: Update block-open-source ref to block
Browse files Browse the repository at this point in the history
  • Loading branch information
baxen committed Oct 22, 2024
1 parent d0f7360 commit 3a75dfb
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ def example_history(self):
...
```

[exchange]: https://github.com/block-open-source/goose/tree/main/packages/exchange
[exchange]: https://github.com/block/goose/tree/main/packages/exchange
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ In order to release a new version of goose, you need to do the following:
2. Update version in `pyproject.toml` for `goose` and package dependencies such as `exchange`
3. Create a PR and merge it into main branch
4. Tag the HEAD commit in main branch. To do this, switch to main branch and run: `just tag-push`
5. Publish a new release from the [Github Release UI](https://github.com/block-open-source/goose/releases)
5. Publish a new release from the [Github Release UI](https://github.com/block/goose/releases)


[issues]: https://github.com/block-open-source/goose/issues
[issues]: https://github.com/block/goose/issues
[goose-plugins]: https://github.com/block-open-source/goose-plugins
[ai-exchange]: https://github.com/block-open-source/goose/tree/main/packages/exchange
[developer]: https://github.com/block-open-source/goose/blob/dfecf829a83021b697bf2ecc1dbdd57d31727ddd/src/goose/toolkit/developer.py
[ai-exchange]: https://github.com/block/goose/tree/main/packages/exchange
[developer]: https://github.com/block/goose/blob/dfecf829a83021b697bf2ecc1dbdd57d31727ddd/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://block-open-source.github.io/goose/configuration.html#adding-a-toolkit
[adding-toolkit]: https://block.github.io/goose/configuration.html#adding-a-toolkit
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
</p>

<p align="center">
<a href="https://block-open-source.github.io/goose/">
<a href="https://block.github.io/goose/">
<img src="https://img.shields.io/badge/Documentation-goose_docs-teal">
</a>
<a href=https://pypi.org/project/goose-ai>
Expand Down Expand Up @@ -225,19 +225,19 @@ Let us know what you think in our [Discussions][discussions] or the [**`#goose`*
[goose-plugins]: https://github.com/block-open-source/goose-plugins

[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
[contributing]: https://github.com/block-open-source/goose/blob/main/CONTRIBUTING.md
[license]: https://github.com/block-open-source/goose/blob/main/LICENSE
[contributing]: https://github.com/block/goose/blob/main/CONTRIBUTING.md
[license]: https://github.com/block/goose/blob/main/LICENSE

[goose-docs]: https://block-open-source.github.io/goose/
[toolkits]: https://block-open-source.github.io/goose/plugins/available-toolkits.html
[configuration]: https://block-open-source.github.io/goose/configuration.html
[cli]: https://block-open-source.github.io/goose/plugins/cli.html
[providers]: https://block-open-source.github.io/goose/providers.html
[use-cases]: https://block-open-source.github.io/goose/guidance/applications.html
[getting-started]: https://block-open-source.github.io/goose/guidance/getting-started.html
[goose-docs]: https://block.github.io/goose/
[toolkits]: https://block.github.io/goose/plugins/available-toolkits.html
[configuration]: https://block.github.io/goose/configuration.html
[cli]: https://block.github.io/goose/plugins/cli.html
[providers]: https://block.github.io/goose/providers.html
[use-cases]: https://block.github.io/goose/guidance/applications.html
[getting-started]: https://block.github.io/goose/guidance/getting-started.html

[discord-invite]: https://discord.gg/7GaTvbDwga
[gh-issues]: https://github.com/block-open-source/goose/issues
[gh-issues]: https://github.com/block/goose/issues
[van-code]: https://github.com/block-open-source/goose-plugins/blob/de98cd6c29f8e7cd3b6ace26535f24ac57c9effa/src/goose_plugins/toolkits/artify.py
[discussions]: https://github.com/block-open-source/goose/discussions
[discussions]: https://github.com/block/goose/discussions
[goose-channel]: https://discord.com/channels/1287729918100246654/1287729920319033345
24 changes: 12 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
</p>

<p align="center">
<a href="https://block-open-source.github.io/goose/">
<a href="https://block.github.io/goose/">
<img src="https://img.shields.io/badge/Documentation-goose_docs-teal">
</a>
<a href=https://pypi.org/project/goose-ai>
Expand Down Expand Up @@ -167,19 +167,19 @@ Let us know what you think in our [Discussions][discussions] or the [**`#goose`*
[goose-plugins]: https://github.com/block-open-source/goose-plugins

[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
[contributing]: https://github.com/block-open-source/goose/blob/main/CONTRIBUTING.md
[license]: https://github.com/block-open-source/goose/blob/main/LICENSE
[contributing]: https://github.com/block/goose/blob/main/CONTRIBUTING.md
[license]: https://github.com/block/goose/blob/main/LICENSE

[goose-docs]: https://block-open-source.github.io/goose/
[toolkits]: https://block-open-source.github.io/goose/plugins/available-toolkits.html
[configuration]: https://block-open-source.github.io/goose/configuration.html
[cli]: https://block-open-source.github.io/goose/plugins/cli.html
[providers]: https://block-open-source.github.io/goose/providers.html
[use-cases]: https://block-open-source.github.io/goose/guidance/applications.html
[getting-started]: https://block-open-source.github.io/goose/guidance/getting-started.html
[goose-docs]: https://block.github.io/goose/
[toolkits]: https://block.github.io/goose/plugins/available-toolkits.html
[configuration]: https://block.github.io/goose/configuration.html
[cli]: https://block.github.io/goose/plugins/cli.html
[providers]: https://block.github.io/goose/providers.html
[use-cases]: https://block.github.io/goose/guidance/applications.html
[getting-started]: https://block.github.io/goose/guidance/getting-started.html

[discord-invite]: https://discord.gg/7GaTvbDwga
[gh-issues]: https://github.com/block-open-source/goose/issues
[gh-issues]: https://github.com/block/goose/issues
[van-code]: https://github.com/block-open-source/goose-plugins/blob/de98cd6c29f8e7cd3b6ace26535f24ac57c9effa/src/goose_plugins/toolkits/artify.py
[discussions]: https://github.com/block-open-source/goose/discussions
[discussions]: https://github.com/block/goose/discussions
[goose-channel]: https://discord.com/channels/1287729918100246654/1287729920319033345
2 changes: 1 addition & 1 deletion docs/plugins/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Providers in Goose mean "LLM providers" that Goose can interact with. Providers
* Ollama
* OpenAI

[exchange-providers]: https://github.com/block-open-source/goose/tree/main/packages/exchange/src/exchange/providers
[exchange-providers]: https://github.com/block/goose/tree/main/packages/exchange/src/exchange/providers
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
site_name: Goose Documentation
site_author: Block
site_description: Documentation for Goose
repo_url: https://github.com/block-open-source/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/"
repo_url: https://github.com/block/goose
repo_name: "block/goose"
edit_uri: "https://github.com/block/goose/blob/main/docs/"
site_url: "https://block.github.io/goose/"
use_directory_urls: false
# theme
theme:
Expand Down Expand Up @@ -56,7 +56,7 @@ plugins:
- git-committers: # Show git committers
branch: main
enabled: !ENV [ENV_PROD, false]
repository: block-open-source/goose
repository: block/goose
- git-revision-date-localized: # Show git revision date
enable_creation_date: true
enabled: !ENV [ENV_PROD, false]
Expand Down
2 changes: 1 addition & 1 deletion src/goose/utils/_create_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_exchange(profile: Profile, notifier: SessionNotifier) -> Exchange:
except InvalidChoiceError as e:
error_message = (
f"[bold red]{e.message}[/bold red].\nPlease check your configuration file at {PROFILES_CONFIG_PATH}.\n"
+ "Configuration doc: https://block-open-source.github.io/goose/configuration.html"
+ "Configuration doc: https://block.github.io/goose/configuration.html"
)
print(error_message)
sys.exit(1)
Expand Down

0 comments on commit 3a75dfb

Please sign in to comment.