From b0df3c9175863e0ef0a478a969b85464aa6e5c66 Mon Sep 17 00:00:00 2001 From: Bruno Medeiros Date: Tue, 16 Sep 2014 14:52:21 +0100 Subject: [PATCH] Update the update-site URL. --- documentation/ChangeLog.md | 1 + documentation/Installation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/ChangeLog.md b/documentation/ChangeLog.md index 0a6289ab3..fc1c1581d 100644 --- a/documentation/ChangeLog.md +++ b/documentation/ChangeLog.md @@ -1,6 +1,7 @@ ## release ChangeLog ### Goclipse 0.8.1 + * Changed the Eclipse update site URL to: http://goclipse.github.io/releases/ * Updated minimum required CDT version to 8.4. * For more info on new CDT debug features, see: https://wiki.eclipse.org/CDT/User/NewIn84#Debug * Added Dynamic printf action to Go editor ruler. diff --git a/documentation/Installation.md b/documentation/Installation.md index f23672aa2..151d1e6a5 100644 --- a/documentation/Installation.md +++ b/documentation/Installation.md @@ -9,7 +9,7 @@ 1. Use your existing Eclipse, or download a new Eclipse package from http://www.eclipse.org/downloads/. * For an Eclipse package without any other IDEs or extras (such a VCS tools), download the ["Platform Runtime Binary"](http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.1-201309111000/#PlatformRuntime). 1. Start Eclipse, go to `Help -> Install New Software...` - 1. Click the `Add...` button, then enter the Update Site URL: **`https://github.com/GoClipse/releases/raw/master/`** in the Location field, click OK. + 1. Click the `Add...` button, then enter the Update Site URL: **`http://goclipse.github.io/releases/`** in the Location field, click OK. 1. Select the recently added update site in the `Work with:` dropdown. Type `GoClipse` in the filter box. Now the Goclipse feature should appear below. 1. Select the `GoClipse` feature, and complete the wizard. * Dependencies such as CDT will automatically be added during installation.