diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82db8052d1fe29e69ae4de88456ccfc06cb8565a..ad19426205f8c46479bc429d5627b337cc01894a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,13 +10,13 @@ If something is not clear, don't hesitate to ask if you can't find the answer on Please note that the repositories under the purview of this page are: -* [Dynare](https://github.com/DynareTeam/dynare) -* [Particles](https://github.com/DynareTeam/particles) -* [Dates](https://github.com/DynareTeam/dates) -* [Dseries](https://github.com/DynareTeam/dseries) -* [Reporting](https://github.com/DynareTeam/reporting) -* [Testsuite](https://github.com/DynareTeam/testsuite) -* [M-unit-tests](https://github.com/DynareTeam/m-unit-tests) +* [Dynare](https://git.dynare.org/Dynare/dynare) +* [Particles](https://git.dynare.org/Dynare/particles) +* [Dates](https://git.dynare.org/Dynare/dates) +* [Dseries](https://git.dynare.org/Dynare/dseries) +* [Reporting](https://git.dynare.org/Dynare/reporting) +* [Testsuite](https://git.dynare.org/Dynare/testsuite) +* [M-unit-tests](https://git.dynare.org/Dynare/m-unit-tests) ## Making your Intentions Known @@ -26,7 +26,7 @@ Before making changes to the codebase, it'd be helpful if you communicated your You can report bugs in both the stable and unstable versions of Dynare. Before reporting a bug in the stable version of Dynare, please check the [Known Bugs](http://www.dynare.org/DynareWiki/KnownBugs) page to ensure it has not already been encountered/fixed. If reporting a bug in the unstable version of Dynare, please ensure the bug exists in the latest [unstable Dynare snapshot](http://www.dynare.org/download/dynare-unstable). -To report a bug in Dynare, simply open a GitHub issue in the repository where the bug resides. For example, to report a bug in Dynare itself, go to the [Dynare repository issue page](https://github.com/DynareTeam/dynare/issues) and click on "New Issue." +To report a bug in Dynare, simply open a GitHub issue in the repository where the bug resides. For example, to report a bug in Dynare itself, go to the [Dynare repository issue page](https://git.dynare.org/Dynare/dynare/issues) and click on "New Issue." The minimal information to add is a subject and a description of the steps needed to reproduce the bug. However, the most helpful description would also provide the code to reproduce the bug (often times a `.mod` file). The most helpful `.mod` file is a minimal, quick-running example that reproduces the bug, but we'll take anything that will help us squash a bug. @@ -45,7 +45,7 @@ So, now you've reported the bug or asked for an enhancemnt by creating a GitHub Now, if you want to go the extra mile, you'll volunteer to contribute code to fix the GitHub issue you created above. Once we've agreed that you'll do it, please do the following: 1. Clone the Dynare repository: - * `git clone https://github.com/DynareTeam/dynare.git` + * `git clone https://git.dynare.org/Dynare/dynare.git` 1. [Fork the Dynare repository](https://help.github.com/articles/fork-a-repo) 1. Change into the `dynare` folder and add the forked repository as a remote: * `cd dynare` diff --git a/README.md b/README.md index 562c7074cdf051c3ea5e22a3a7e40d19c4a863c7..9c647ea065371e8487fedbcd0c1af55953ba89e7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ available via the Dynare homepage: <http://www.dynare.org/download/dynare-stable # Contributions -To contribute to Dynare and participate in the Dynare community, please see: [CONTRIBUTING.md](https://github.com/DynareTeam/dynare/blob/master/CONTRIBUTING.md) +To contribute to Dynare and participate in the Dynare community, please see: [CONTRIBUTING.md](https://git.dynare.org/Dynare/dynare/blob/master/CONTRIBUTING.md) # License @@ -32,7 +32,7 @@ Here, we explain how to build from source: - all the associated documentation (PDF and HTML) This source can be retrieved in three forms: -- via git, at <https://github.com/DynareTeam/dynare.git> +- via git, at <https://git.dynare.org/Dynare/dynare.git> - using the stable source archive of the latest Dynare version (currently 4.4) from <http://www.dynare.org/download/dynare-stable/> - using a source snapshot of the unstable version, from <http://www.dynare.org/download/dynare-unstable/source-snapshot> @@ -91,7 +91,7 @@ If you have downloaded the sources from an official source archive or the source If you want to use Git, do the following from a terminal: - git clone --recursive https://github.com/DynareTeam/dynare.git + git clone --recursive https://git.dynare.org/Dynare/dynare.git cd dynare autoreconf -si @@ -326,7 +326,7 @@ The following commands will download the Dynare source code and compile it. They should be entered at the command prompt in Terminal.app from the folder where you want Dynare installed. -- `git clone https://github.com/DynareTeam/dynare.git` +- `git clone https://git.dynare.org/Dynare/dynare.git` - `cd dynare` - `PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"` - `autoreconf -si` diff --git a/doc/dynare.texi b/doc/dynare.texi index a8a05bff0f9a1b6e50a4528f9bd8fbb015656370..72d8758a19d1dd957edf71fec262658603bdd2e4 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -407,7 +407,7 @@ all commands and features in a systematic fashion. Other useful sources of information include the @uref{http://www.dynare.org/DynareWiki,old Dynare wiki}, the -@uref{https://github.com/DynareTeam/dynare/wiki,new Dynare wiki}, the documentation +@uref{https://git.dynare.org/Dynare/dynare/wikis/home,new Dynare wiki}, the documentation section of the @uref{http://www.dynare.org/documentation-and-support,Dynare website} and the @uref{https://forum.dynare.org/,Dynare forum}. @@ -568,7 +568,7 @@ You need to download Dynare source code from the Then you will need to recompile the pre-processor and the dynamic loadable libraries. Please refer to -@uref{https://github.com/DynareTeam/dynare/blob/master/README.md,README.md}. +@uref{https://git.dynare.org/Dynare/dynare/blob/master/README.md,README.md}. @node Compiler installation @section Compiler installation @@ -9749,7 +9749,7 @@ that of the parameter at @code{t-1}. @end table -In case of estimating a MS-DSGE model,@footnote{An example can be found at @uref{https://github.com/DynareTeam/dynare/blob/master/tests/ms-dsge/test_ms_dsge.mod}.} in addition the following options are allowed: +In case of estimating a MS-DSGE model,@footnote{An example can be found at @uref{https://git.dynare.org/Dynare/dynare/blob/master/tests/ms-dsge/test_ms_dsge.mod}.} in addition the following options are allowed: @table @code