diff --git a/HISTORY.md b/HISTORY.md
index 14215900..1efd32f4 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,9 @@
## Development Version
+### 2018-10-07
+* renamed repo to "Snap"
+
### 2018-10-05
* Objects: Adjusted pen hue wrapping and took out pen shade wrapping
* Store: Fixed #1918 - escape options in block drop downs #2174, thanks, Michael!
diff --git a/OFFLINE.md b/OFFLINE.md
index 865c27cb..1bb4e710 100755
--- a/OFFLINE.md
+++ b/OFFLINE.md
@@ -10,7 +10,7 @@ your computer, by following these
## Simple Steps:
1. Download the latest Snap! Release from
-[https://github.com/jmoenig/Snap--Build-Your-Own-Blocks/releases/latest](https://github.com/jmoenig/Snap--Build-Your-Own-Blocks/releases/latest "Snap! Source Code"), and unpack the contents of the archive to your local disk.
+[https://github.com/jmoenig/Snap/releases/latest](https://github.com/jmoenig/Snap/releases/latest "Snap! Source Code"), and unpack the contents of the archive to your local disk.
2. Open the file `snap.html` in your browser.
3. There is no step 3.
diff --git a/snap.html b/snap.html
index da69baff..b80b09c6 100755
--- a/snap.html
+++ b/snap.html
@@ -9,7 +9,7 @@
-
+
diff --git a/src/gui.js b/src/gui.js
index 8b5e597d..b25e1646 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2018-October-04';
+modules.gui = '2018-October-07';
// Declarations
@@ -2512,8 +2512,7 @@ IDE_Morph.prototype.snapMenu = function () {
'Download source',
function () {
window.open(
- 'https://github.com/jmoenig/Snap--Build-Your-Own-Blocks' +
- '/releases/latest',
+ 'https://github.com/jmoenig/Snap/releases/latest',
'SnapSource'
);
}