diff --git a/Contrib/NSIS Update/NSISUpdate.nsi b/Contrib/NSIS Update/NSISUpdate.nsi index f1f9e5ec..1458b107 100644 --- a/Contrib/NSIS Update/NSISUpdate.nsi +++ b/Contrib/NSIS Update/NSISUpdate.nsi @@ -500,7 +500,7 @@ Section "" MessageBox MB_YESNO|MB_ICONQUESTION "A new release is available. Would you like to go to the download page?" IDNO done SetDetailsPrint none - ExecShell "open" "http://nsis.sourceforge.net/site/Download.6.0.html" + ExecShell "open" "http://nsis.sourceforge.net/download/" Goto done CVS: diff --git a/Menu/index.html b/Menu/index.html index 1152ddc9..c51e880d 100644 --- a/Menu/index.html +++ b/Menu/index.html @@ -38,7 +38,7 @@ Forum
IRC Channel
Bug Tracker
- Development changelog

+ Development changelog

diff --git a/Menu/update.html b/Menu/update.html index a85957c6..11e08fa4 100644 --- a/Menu/update.html +++ b/Menu/update.html @@ -18,7 +18,7 @@

Using the development files you can use and test the latest cutting-edge features and bugfixes. Usally these features are quite stable, however we don't recommended using the development files in production environments.

-

See the +

See the Changelog for the latest changes in the development files.
Check the website for more development information.