Skip to content

Commit fdbc8ce

Browse files
authored
fix: Update README.md links (#2643)
## The basics - [x] I [validated my changes](https://developers.google.com/blockly/guides/contribute/samples#making_and_verifying_a_change) ## The details ### Resolves No issue filed for this. ### Proposed Changes Updates the README to point to the correct new links ### Reason for Changes While GitHub links automatically redirect, GitHub Pages do not and the old link may cause confusion for people who try using it. ### Test Coverage I clicked on the link to make sure it works. ### Documentation This is documentation. ### Additional Information None.
1 parent b089be0 commit fdbc8ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<h1 align="center">
2-
Blockly Samples <br /> <a href="https://github.com/google/blockly"><img src="https://tinyurl.com/built-on-blockly" /> </a>
2+
Blockly Samples <br /> <a href="https://github.com/RaspberryPiFoundation/blockly"><img src="https://tinyurl.com/built-on-blockly" /> </a>
33
</h1>
44

5-
Plugins, codelabs, and examples related to the [Blockly](https://github.com/google/blockly) library.
5+
Plugins, codelabs, and examples related to the [Blockly](https://github.com/RaspberryPiFoundation/blockly) library.
66

77
This repository has three sections:
88

99
- [Plugins](plugins/): self-contained pieces of code that add functionality to Blockly.
1010
- [Examples](examples/): self-contained sample projects demonstrating techniques to include and extend the Blockly library.
1111
- [Codelabs](codelabs/): interactive tutorials demonstrating how to use Blockly.
1212

13-
Please see our [GitHub Pages site](https://google.github.io/blockly-samples/index.html) for interactive demos of most plugins.
13+
Please see our [GitHub Pages site](https://raspberrypifoundation.github.io/blockly-samples/index.html) for interactive demos of most plugins.
1414

1515
## Support
1616

0 commit comments

Comments
 (0)