Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ can be found [here](https://github.com/spectral-compute/scale-validation?tab=rea
We also offer some [toy programs](./examples/README.md) to illustrate the process in a very simple
environment.

Join our [Discord](https://discord.com/invite/KNpgGbTc38) to let us know what projects are missing, or support our mission by contributing yourself.
Join our [Discord](./contact/join-our-discord.md) to let us know what projects are missing, or support our mission by contributing yourself.

## Which GPUs are supported?

Expand Down Expand Up @@ -142,5 +142,5 @@ SCALE is a work in progress. If something gets in your way, please contact us.

There are multiple ways to get in touch with us:

- Join our [Discord](https://discord.gg/KNpgGbTc38)
- Send us an e-mail at [hello@spectralcompute.co.uk](mailto:hello@spectralcompute.co.uk)
- Join our [Discord](./contact/join-our-discord.md)
- Send us an e-mail at [hello@spectralcompute.com](mailto:hello@spectralcompute.com)
4 changes: 2 additions & 2 deletions docs/contact/join-our-discord.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Join our Discord

The success of SCALE very much depends on the developer community supporting it. We invite anyone curious about our technology to join our [Discord server](https://discord.gg/KNpgGbTc38) and follow our journey.
The success of SCALE very much depends on the developer community supporting it. We invite anyone curious about our technology to join our [Discord server](https://scale-lang.com/s/discord?utm_source=docs&utm_medium=internal) and follow our journey.

On our [Discord](https://discord.gg/KNpgGbTc38), we aim to:
On our [Discord](https://scale-lang.com/s/discord?utm_source=docs&utm_medium=internal), we aim to:

- Inform about [upcoming SCALE releases](https://docs.scale-lang.com/stable/manual/CHANGELOG/)
- Share latest our [SCALE blog posts](https://scale-lang.com/posts)
Expand Down
4 changes: 2 additions & 2 deletions docs/contact/report-a-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
SCALE is still in active development, so you may encounter bugs. If you run
into problems, contact us by:

- Joining our [Discord](https://discord.gg/KNpgGbTc38)
- Joining our [Discord](./join-our-discord.md)
- Creating [a ticket](https://github.com/spectral-compute/scale-validation/issues)
- Sending us an e-mail at [hello@spectralcompute.co.uk](mailto:hello@spectralcompute.co.uk)
- Sending us an e-mail at [hello@spectralcompute.com](mailto:hello@spectralcompute.com)

The remainder of this page provides information about how to make your
report as helpful as possible.
Expand Down
2 changes: 1 addition & 1 deletion docs/notices.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Some libcudacxx components not shipped with this distribution are covered by
the below license. Each source file indicates which license it is under.

If you find a file in our distribution with the following license,
please let us know at legal@spectralcompute.co.uk immediately.
please let us know at legal@spectralcompute.com immediately.
==============================================================================

NVIDIA SOFTWARE LICENSE
Expand Down
2 changes: 1 addition & 1 deletion docs/use_of_trademarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ All uses of trademarks on this website are purely for nominative and/or descript
- AMD ROCm is a registered trademark of Advanced Micro Devices, Inc.
- SCALE is a registered trademark of Spectral Compute Ltd.

Please contact us at [legal@spectralcompute.co.uk](mailto:legal@spectralcompute.co.uk) for any inquiries or corrections regarding our use of trademarks.
Please contact us at [legal@spectralcompute.com](mailto:legal@spectralcompute.com) for any inquiries or corrections regarding our use of trademarks.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ extra:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/spectral-compute
- icon: fontawesome/brands/discord
link: https://discord.gg/KNpgGbTc38
link: https://scale-lang.com/s/discord?utm_source=docs&utm_medium=internal

copyright: Copyright &copy; 2026 <a href="https://www.spectralcompute.co.uk">Spectral Compute Ltd</a>
copyright: Copyright &copy; 2026 <a href="https://spectralcompute.com">Spectral Compute Ltd</a>

markdown_extensions:
- toc:
Expand Down