diff --git a/.travis.yml b/.travis.yml index 15b6cf6e540dc74ee9c1a71c1f949b622742f406..d9133078eb136ef2ef87eec1187f033aa3d5a930 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 3352259093a8f471346fcd831397abd4f3c24a85..ab6be9d31b38689357aaf3e9c72a3527f8f79f3e 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