From be9eafe5f6c26f0c564c012dfb4b577a19a4c198 Mon Sep 17 00:00:00 2001 From: Giulio Malitesta Date: Tue, 14 Jul 2026 15:00:41 +0200 Subject: [PATCH 1/3] Unify how the docs link to Discord Every page now links to the "Join our Discord" contact page rather than to a raw invite, and that page holds the single tracked Discord URL. This keeps the invite link in one place and ensures visits are attributed. Previously three different invite URLs were pasted across the docs (discord.gg/..., discord.com/invite/..., and internal page links), none of which carried tracking. --- docs/README.md | 4 ++-- docs/contact/join-our-discord.md | 4 ++-- docs/contact/report-a-bug.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 65acfbc..9af0e57 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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? @@ -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) + - Join our [Discord](./contact/join-our-discord.md) - Send us an e-mail at [hello@spectralcompute.co.uk](mailto:hello@spectralcompute.co.uk) diff --git a/docs/contact/join-our-discord.md b/docs/contact/join-our-discord.md index c7a72ef..b0436a9 100644 --- a/docs/contact/join-our-discord.md +++ b/docs/contact/join-our-discord.md @@ -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) diff --git a/docs/contact/report-a-bug.md b/docs/contact/report-a-bug.md index 88abc97..5f6889e 100644 --- a/docs/contact/report-a-bug.md +++ b/docs/contact/report-a-bug.md @@ -3,7 +3,7 @@ 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) From 37ddd270a12806139239c4442e0b51034c06fb7f Mon Sep 17 00:00:00 2001 From: Giulio Malitesta Date: Tue, 14 Jul 2026 15:02:14 +0200 Subject: [PATCH 2/3] Track the footer Discord icon, and fix the stale contact address The footer social icon linked to the untracked invite; point it at the same tracked URL the docs now use. Also update hello@spectralcompute.co.uk to hello@spectralcompute.com. The legal@spectralcompute.co.uk addresses in notices.md and use_of_trademarks.md are left alone: different mailbox, not asked for. --- docs/README.md | 2 +- docs/contact/report-a-bug.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9af0e57..59cc94a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -143,4 +143,4 @@ 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](./contact/join-our-discord.md) - - Send us an e-mail at [hello@spectralcompute.co.uk](mailto:hello@spectralcompute.co.uk) + - Send us an e-mail at [hello@spectralcompute.com](mailto:hello@spectralcompute.com) diff --git a/docs/contact/report-a-bug.md b/docs/contact/report-a-bug.md index 5f6889e..b7dcadd 100644 --- a/docs/contact/report-a-bug.md +++ b/docs/contact/report-a-bug.md @@ -5,7 +5,7 @@ into problems, contact us by: - 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. diff --git a/mkdocs.yml b/mkdocs.yml index 11f7392..a58f308 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -99,7 +99,7 @@ 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 © 2026 Spectral Compute Ltd From a9e8567e155d4c3cce8cc814e5b2bff60f16b107 Mon Sep 17 00:00:00 2001 From: Giulio Malitesta Date: Tue, 14 Jul 2026 15:05:51 +0200 Subject: [PATCH 3/3] Move remaining contact details off the .co.uk domain Updates legal@spectralcompute.co.uk in notices.md and use_of_trademarks.md, and the footer copyright link. The copyright link uses the bare https://spectralcompute.com: both the www. host and the old .co.uk domain redirect there, so this avoids a redirect hop. --- docs/notices.md | 2 +- docs/use_of_trademarks.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/notices.md b/docs/notices.md index 812fea2..970b600 100644 --- a/docs/notices.md +++ b/docs/notices.md @@ -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 diff --git a/docs/use_of_trademarks.md b/docs/use_of_trademarks.md index 3c0b3ac..7bdf405 100644 --- a/docs/use_of_trademarks.md +++ b/docs/use_of_trademarks.md @@ -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. \ No newline at end of file +Please contact us at [legal@spectralcompute.com](mailto:legal@spectralcompute.com) for any inquiries or corrections regarding our use of trademarks. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a58f308..fdb776f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -101,7 +101,7 @@ extra: - icon: fontawesome/brands/discord link: https://scale-lang.com/s/discord?utm_source=docs&utm_medium=internal -copyright: Copyright © 2026 Spectral Compute Ltd +copyright: Copyright © 2026 Spectral Compute Ltd markdown_extensions: - toc: