Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'man/org.eclipse.linuxtools.man-feature/p2.inf')
-rw-r--r--man/org.eclipse.linuxtools.man-feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/org.eclipse.linuxtools.man-feature/p2.inf b/man/org.eclipse.linuxtools.man-feature/p2.inf
index 5246a0c824..193bce9e3a 100644
--- a/man/org.eclipse.linuxtools.man-feature/p2.inf
+++ b/man/org.eclipse.linuxtools.man-feature/p2.inf
@@ -1,3 +1,3 @@
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:0,name:Linux Tools,enabled:false); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:1,name:Linux Tools,enabled:false);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:0,name:Linux Tools,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:1,name:Linux Tools,enabled:false);

Back to the top