chore: update links from developers.google.com to docs.blockly.com - #10377
Open
maribethb wants to merge 1 commit into
Open
chore: update links from developers.google.com to docs.blockly.com#10377maribethb wants to merge 1 commit into
maribethb wants to merge 1 commit into
Conversation
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.
The basics
The details
Resolves
Proposed Changes
Not changed:
https://developers.google.com/blockly/xml. This isBlockly.utils.xml.NAME_SPACE, the XML namespace identifier used inserialization and every
.xmltest fixture, not a link. Can't change the namespace without breaking xml deserialization.packages/blockly/msg/json/*.json(synced from TranslateWiki). The hand-writtenREADME.mdin that directory was updated however.packages/blockly/demos/storage/index.html, which links to a Cloud Storage pagethat has no equivalent on the new site. We'll delete this soon anyway.
CONTRIBUTING.mdbecause I have a separate PR that does that.Reason for Changes
The canonical docs site is now https://docs.blockly.com.
Test Coverage
Claude generated this change by:
I reviewed everything claude flagged as a judgment call and spot-checked the rest of it.
Documentation
this is that
Additional Information
Judgment calls where no clean one-to-one mapping existed:
get-started/web#configuration→/guides/configure/configuration_struct/#the-options-dictionary.The redirect points at
get-the-code/, which has no configuration section; theoptions dictionary now lives on its own page.
/reference/blockly.events_namespace.blockchange_class/.The old anchor has no successor, and the guide's
#event-typessection is a stubthat defers to the reference docs.
/guides/configure/events/#listen-to-events-from-the-workspace(the
addChangeListenersection).helpUrl→legacy-blockly-developer-tools/, since the tooldoing the linking is the legacy tool.
define-blocks#block_inputs→define/block-anatomy/#inputs; the inputs contentmoved to the anatomy page, not to
block-definitions.documentation.yaml"developer site" → the docs home, rather than the redirect's"What is Blockly?" target, since the sentence refers to the site as a whole.
generator.tsthe URL sits inside a runtimeTypeErrorstring, so it staysschemeless and drops the fragment — it's read in a console, not clicked.