Skip to content

Commit 66037b4

Browse files
authored
Fix broken URL in validation codelab (#2630)
1 parent eb305dd commit 66037b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codelabs/validation_and_warnings/validation_and_warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ You can find the code for the [completed custom block](https://github.com/google
272272
For more information related topics, check out the documentation:
273273
* [Defining the toolbox](https://developers.google.com/blockly/guides/configure/web/toolboxes/toolbox)
274274
* [Defining custom blocks](https://developers.google.com/blockly/guides/create-custom-blocks/overview)
275-
* [Generating code from blocks](https://developers.googlehttps.com/blockly/guides/create-custom-blocks/code-generation/overview)
275+
* [Generating code from blocks](https://developers.google.com/blockly/guides/create-custom-blocks/code-generation/overview)
276276
* [Creating extensions](https://developers.google.com/blockly/guides/create-custom-blocks/define/extensions#extensions)
277277
* [Listening for change events](https://developers.google.com/blockly/guides/configure/web/events)
278278
* [Custom validators](https://developers.google.com/blockly/guides/create-custom-blocks/fields/validators)

0 commit comments

Comments
 (0)