Fix snowflake/dml recipe: correct Spice Workers docs link - #547
Open
claudespice wants to merge 1 commit into
Open
Fix snowflake/dml recipe: correct Spice Workers docs link#547claudespice wants to merge 1 commit into
claudespice wants to merge 1 commit into
Conversation
The Workers documentation moved from /components/workers to /features/workers; the old path now returns 404.
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.
What the recipe said
snowflake/dml/README.mdlinked Spice Workers at:What the docs do
That path 404s. The Workers documentation lives under
/features/in the current docs —/components/workersonly exists in the archived v1.10 / v1.11 versioned docs (confirmed in https://spiceai.org/sitemap.xml, which lists/docs/v1.10/components/workersand/docs/v1.11/components/workersbut/docs/features/workersfor current).What changed
Repointed the link to
https://docs.spiceai.org/features/workers.Verified against current stable Spice
v2.1.1. This was the onlycomponents/workersreference in the cookbook — a full sweep of all 119 Spice doc URLs across every README found no other broken paths beyond the one fixed separately inpostgres/accelerator.