From 414f7a4475b204fec20967ae91e116d0dae46cfd Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 10 Oct 2019 12:11:52 +0200
Subject: [PATCH] use relative links for pdfs

---
 resources/index.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/resources/index.md b/resources/index.md
index 3f14b48..66cb532 100644
--- a/resources/index.md
+++ b/resources/index.md
@@ -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>
-- 
GitLab