docs: fix README SQL reference link - #5959
Open
cloutiertyler wants to merge 1 commit into
Open
cloutiertyler wants to merge 1 commit into
cloutiertyler wants to merge 1 commit into
Conversation
JulienLavocat
approved these changes
Sep 18, 2026
cloutiertyler
enabled auto-merge
September 18, 2026 14:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
The README's SQL reference link returns HTTP 404. Update it to https://spacetimedb.com/docs/reference/sql/, which returns HTTP 200 and contains the SQL Reference content. A repository-wide search found no other occurrences of the broken URL.
Redirect follow-up: configure a permanent 301/308 from
/docs/reference/sql-referenceto/docs/reference/sql/in the website's hosting layer. This repository builds static Docusaurus files and uploads them to S3; no permanent HTTP redirect mechanism is configured here. The client-redirect plugin is listed as a dependency but is not enabled. No redirect is included in this patch.API and ABI breaking changes
None.
Rollback safety impact
n/a
Expected complexity level and risk
1 — a single documentation link change.
Testing
corepack pnpm --dir docs buildpassed, including the configured broken-link checks. Nonfatal warnings covered stale Browserslist data, webpack caching, LLM export of the ask-ai route, and the update check.git diff --checkpassed.