From f52afff70ab8c207f957f3683330cc20a66c32db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 10 Sep 2018 12:20:46 +0200 Subject: [PATCH] Update URLs for the move to GitLab --- .travis.yml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15b6cf6..d913307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: - brew install octave install: - - git clone --depth=1 --recursive --branch=master https://github.com/DynareTeam/dynare.git ~/builds/dynare + - git clone --depth=1 --recursive --branch=master https://git.dynare.org/Dynare/dynare.git ~/builds/dynare script: - make check-octave diff --git a/README.md b/README.md index 3352259..ab6be9d 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,17 @@ specifics). # Obtain the code that Dynare Reporting depends on Dynare ```reporting``` depends on the Dynare -[```dates```](https://github.com/DynareTeam/dates) and -[```dseries```](https://github.com/DynareTeam/dseries) repositories and on -utility functions from the [```dynare```](https://github.com/DynareTeam/dynare) +[```dates```](https://git.dynare.org/Dynare/dates) and +[```dseries```](https://git.dynare.org/Dynare/dseries) repositories and on +utility functions from the [```dynare```](https://git.dynare.org/Dynare/dynare) repository, located in ```dynare/matlab/utilities/general``` # Use the Dynare Reporting code - Open Matlab/Octave - Change into the ```reporting``` directory -- Ensure that the [```dates```](https://github.com/DynareTeam/dates) - and [```dseries```](https://github.com/DynareTeam/dseries) +- Ensure that the [```dates```](https://git.dynare.org/Dynare/dates) + and [```dseries```](https://git.dynare.org/Dynare/dseries) directories are in your path and initialized correctly (follow the directions on the respective sites) - Add ```<<dynare>>/matlab/utilities/general``` to your path where ```<<dynare>>``` refers to the base of your Dynare installation -- GitLab