docs: updated GH link for Windows requests (#873)

This commit is contained in:
Angie Jones
2025-01-28 20:45:42 -06:00
committed by GitHub
parent fcd93fcb67
commit fc83a8f0e4

View File

@@ -6,11 +6,11 @@ const SupportedEnvironments = () => {
<Admonition type="info" title="Supported Environments">
Goose currently works on <strong>macOS</strong> and <strong>Linux</strong> systems and supports both <strong>ARM</strong> and <strong>x86</strong> architectures. If you'd like to request support for additional operating systems, please{" "}
<a
href="https://github.com/block/goose/issues/new?template=Blank+issue"
href="https://github.com/block/goose/discussions/867"
target="_blank"
rel="noopener noreferrer"
>
open an issue on GitHub
vote on GitHub
</a>.
</Admonition>
);