Skip to content
Snippets Groups Projects
Verified Commit 414f7a44 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

use relative links for pdfs

parent c20e2f88
No related branches found
No related tags found
No related merge requests found
......@@ -130,13 +130,13 @@ A set of routines that solve models with occasionally binding constraints using
# <i class="fas fa-book"></i> Tutorial
Learn how to perform a stochastic simulation of a small model with Dynare in ten minutes!
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i> [Tutorial](https://www.dynare.org/assets/tutorial/guide.pdf)
<i class="fas fa-file-pdf"></i> [Tutorial](../assets/tutorial/guide.pdf)
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-download"></i> [example1.mod](https://www.dynare.org/assets/tutorial/example1.mod)
<i class="fas fa-file-download"></i> [example1.mod](../assets/tutorial/example1.mod)
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-download"></i> [example2.mod](https://www.dynare.org/assets/tutorial/example2.mod)
<i class="fas fa-file-download"></i> [example2.mod](../assets/tutorial/example2.mod)
</p>
......@@ -159,32 +159,32 @@ installer) and is also used by Dynare to compute third order approximations.
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i>
[Solving Stochastic Dynamic Equilibrium Models: A K-order Perturbation Approach](https://www.dynare.org/assets/dynare++/k_order.pdf),
[Solving Stochastic Dynamic Equilibrium Models: A K-order Perturbation Approach](../assets/dynare++/k_order.pdf),
a paper by Michel Juillard and Ondra Kamenik that describes the overall algorithm
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i>
the
[Dynare++ tutorial](https://www.dynare.org/assets/dynare++/dynare++-tutorial.pdf), that
[Dynare++ tutorial](../assets/dynare++/dynare++-tutorial.pdf), that
describes the usage of the standalone executable
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i>
a description of the algorithm used for [Ramsey optimal policy in Dynare++](https://www.dynare.org/assets/dynare++/dynare++-ramsey.pdf)
a description of the algorithm used for [Ramsey optimal policy in Dynare++](../assets/dynare++/dynare++-ramsey.pdf)
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i>
a description of the algorithm used for [solving the specialized Sylvester equation](https://www.dynare.org/assets/dynare++/sylvester.pdf)
a description of the algorithm used for [solving the specialized Sylvester equation](../assets/dynare++/sylvester.pdf)
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i>
the internal documentation of the [numerical integration module](https://www.dynare.org/assets/dynare++/integ.pdf)
the internal documentation of the [numerical integration module](../assets/dynare++/integ.pdf)
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i>
the internal documentation of the [tensor library](https://www.dynare.org/assets/dynare++/tl.pdf)
the internal documentation of the [tensor library](../assets/dynare++/tl.pdf)
</p>
<p class="indent" markdown="1">
<i class="fas fa-file-pdf"></i>
the internal documentation of the [k-order library](https://www.dynare.org/assets/dynare++/kord.pdf)
the internal documentation of the [k-order library](../assets/dynare++/kord.pdf)
</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment