Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/windows/extra/Help.url4
-rw-r--r--release/windows/installer/00.sconsblender.nsi2
2 files changed, 3 insertions, 3 deletions
diff --git a/release/windows/extra/Help.url b/release/windows/extra/Help.url
index abc1b00fa70..417c237ceda 100644
--- a/release/windows/extra/Help.url
+++ b/release/windows/extra/Help.url
@@ -1,4 +1,4 @@
[DEFAULT]
-BASEURL=http://www.blender3d.org/Support/
+BASEURL=http://www.blender.org/education-help/
[InternetShortcut]
-URL=http://www.blender3d.org/Support/
+URL=http://www.blender.org/education-help/
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index 89255ced981..d16e0f1ae61 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -100,7 +100,7 @@ Function DataLocation
${EndIf}
${NSD_CreateLabel} 0 0 100% 12u "Please specify where you wish to install Blender's user data files."
- ${NSD_CreateRadioButton} 0 20 100% 12u "Use the Application Data directory (Requires Windows 2000 or better)"
+ ${NSD_CreateRadioButton} 0 20 100% 12u "Use the Application Data directory"
Pop $HWND_APPDATA
${NSD_CreateRadioButton} 0 50 100% 12u "Use the installation directory (ie. location chosen to install blender.exe)."
Pop $HWND_INSTDIR