From a7c266c82b9cfb6eea6418e70de5265f212fc6d8 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 11 Jun 2018 07:17:33 +0200 Subject: [PATCH] Updated remote addresses --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1e1c0a..4f6d5a3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ according to the instructions given there. Open the eclipse_inst.ini file being part of the Eclipse Installer (on MacOS it is located at 'Eclipse Installer.app/Contents/Eclipse'). Add the following line at the end: ``` --Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/Minres/oomph-setups/master/ +-Doomph.redirection.setups=index:/->https://git.minres.com/Tooling/oomph-setups/raw/branch/master/ ``` ## Use the MINRES setups temporarily with the eclipse installer @@ -20,5 +20,5 @@ Open the eclipse_inst.ini file being part of the Eclipse Installer (on MacOS it Run the eclipse installer with additional command line arguments: ``` -eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/Minres/oomph-setups/master/' +eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->https://git.minres.com/Tooling/oomph-setups/raw/branch/master/' ```