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 2780c03159622cef88059725d3923aa970729258..55cf6aa2476579fc74659ec1eb05a2d8fee311ae 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 diff --git a/doc/dynare.texi b/doc/dynare.texi index b845db5f3341c288e98323092aa6c26492ece192..57d848f174ffe742cfafdca0ca370313eff9bee8 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -406,7 +406,7 @@ New users should rather begin with Dynare User Guide (@cite{Mancini 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}. @@ -554,7 +554,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 @@ -9434,7 +9434,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