@@ -69,15 +69,15 @@ function injectFooter(initialContents) {
6969 <ul>
7070 <li><a target="_blank" href="https://developers.google.com/blockly/guides/overview/">Developer Docs</a></li>
7171 <li><a target="_blank" href="https://blocklycodelabs.dev/">Codelabs</a></li>
72- <li><a target="_blank" href="https://google .github.io/blockly-samples/developer-tools/index.html">Developer
72+ <li><a target="_blank" href="https://raspberrypifoundation .github.io/blockly-samples/developer-tools/index.html">Developer
7373 Tools</a></li>
7474 </ul>
7575 </div>
7676 <div class="link-list">
7777 <label>Github</label>
7878 <ul>
79- <li><a target="_blank" href="https://github.com/google /blockly/">Blockly Sources</a></li>
80- <li><a target="_blank" href="https://github.com/google /blockly-samples/">Blockly Samples</a></li>
79+ <li><a target="_blank" href="https://github.com/raspberrypifoundation /blockly/">Blockly Sources</a></li>
80+ <li><a target="_blank" href="https://github.com/raspberrypifoundation /blockly-samples/">Blockly Samples</a></li>
8181 </ul>
8282 </div>
8383 <div class="link-list">
@@ -107,7 +107,7 @@ function injectFooter(initialContents) {
107107 * @returns {string } The modified contents of the page, as a string.
108108 */
109109function injectPluginNavBar ( inputString , packageJson , pluginDir , isLocal ) {
110- const codeLink = `https://github.com/google /blockly-samples/blob/master /plugins/${ pluginDir } ` ;
110+ const codeLink = `https://github.com/raspberrypifoundation /blockly-samples/blob/main /plugins/${ pluginDir } ` ;
111111 const npmLink = `https://www.npmjs.com/package/${ packageJson . name } ` ;
112112 const baseURL = isLocal ? '/' : '/blockly-samples/' ;
113113
@@ -367,7 +367,7 @@ function injectExampleNavBar(inputString, demoConfig, pageRoot, isLocal) {
367367 const descriptionString = demoConfig . description
368368 ? `<div class="subtitle">${ demoConfig . description } </div>`
369369 : `` ;
370- const codeLink = `https://github.com/google /blockly-samples/blob/master /${ pageRoot } ` ;
370+ const codeLink = `https://github.com/raspberrypifoundation /blockly-samples/blob/main /${ pageRoot } ` ;
371371
372372 const pages = demoConfig . pages ;
373373 const tabString = pages ? createExampleTabs ( pageRoot , pages , isLocal ) : '' ;
@@ -594,10 +594,10 @@ function createIndexPage(isLocal) {
594594 <!-- HEADER -->
595595 <nav id="toolbar">
596596 <div class="site-width layout horizontal">
597- <a href="https://google .github.io/blockly-samples/"><img src="https://blocklycodelabs.dev/images/logo_knockout.png" class="logo-devs"
597+ <a href="https://raspberrypifoundation .github.io/blockly-samples/"><img src="https://blocklycodelabs.dev/images/logo_knockout.png" class="logo-devs"
598598 alt="Blockly" /></a>
599599 </div>
600- <a class="button" href="https://github.com/google /blockly-samples">View on GitHub</a>
600+ <a class="button" href="https://github.com/raspberrypifoundation /blockly-samples">View on GitHub</a>
601601 </nav>
602602 <main id="main" class="index">
603603 <div class="drop-shadow"></div>
0 commit comments