diff --git a/_posts/2018-03-14-formal-methods-meets-js.md b/_posts/2018-03-14-formal-methods-meets-js.md
index 011e2367073a5be830173a7084b94459c2b3c950..6f90e2958906c4052d088466f530102da2b220c2 100644
--- a/_posts/2018-03-14-formal-methods-meets-js.md
+++ b/_posts/2018-03-14-formal-methods-meets-js.md
@@ -15,10 +15,10 @@ You can find a list of the speakers and the slides for their talks below
   * [Karthik Bhargavan](http://prosecco.gforge.inria.fr/personal/karthik/), Inria Paris -- Crypto Protocols in JS & Generating WebAssembly from F*
   * [Nadim Kobeissi](https://nadim.computer/), Inria Paris & Symbolic Software -- Bringing Formal Verification to the Real Web: Three Years of Interconnected Work
   * [Andreas Rossberg](https://people.mpi-sws.org/~rossberg/), Dfinity -- WebAssembly
-  * [Conrad Watt](https://www.cl.cam.ac.uk/~caw77/), Cambridge University -- [Adventures in Mechanising and Verifying WebAssembly]({{ site.baseurl }}{% link _posts/adventures_in_machanising_and_verifying_webassembly.pdf %})
+  * [Conrad Watt](https://www.cl.cam.ac.uk/~caw77/), Cambridge University -- [Adventures in Mechanising and Verifying WebAssembly]({{site.baseurl}}{% link slides/adventures_in_machanising_and_verifying_webassembly.pdf %})
   * [Mark S. Miller](https://research.google.com/pubs/author35958.html), Google -- Verify what? Navigating the Attack Surface
   * [Erik Krogh Kristensen](https://webbies.dk/), Aarhus University -- Testing and Evolving TypeScript Declaration Files with Program Analysis
   * [Sophia Drossopoulou](https://wp.doc.ic.ac.uk/sd/), Imperial College London -- Holistic Program Specification – Beyond Pre- and Post- Conditions
   * [José Fragoso Santos](https://www.doc.ic.ac.uk/~jfaustin/) & [Petar Maksimović](https://sites.google.com/site/petarmaksimovic1981/), Imperial College London -- JS Program Verification
   * [Johannes Kinder](http://www.cs.rhul.ac.uk/home/kinder/), Royal Holloway, University of London -- Practical Dynamic Symbolic Execution of Standalone JavaScript
-  * [Alan Schmitt](http://people.rennes.inria.fr/Alan.Schmitt/), Inria Rennes -- [From JSCert to JSExplain and Beyond]({{ site.baseurl }}{% link _posts/From_JSCert_to_JSExplain_and_beyond.pdf %})
+  * [Alan Schmitt](http://people.rennes.inria.fr/Alan.Schmitt/), Inria Rennes -- [From JSCert to JSExplain and Beyond]({{site.baseurl}}{% link slides/From_JSCert_to_JSExplain_and_beyond.pdf %})
diff --git a/_posts/From_JSCert_to_JSExplain_and_beyond.pdf b/slides/From_JSCert_to_JSExplain_and_beyond.pdf
similarity index 100%
rename from _posts/From_JSCert_to_JSExplain_and_beyond.pdf
rename to slides/From_JSCert_to_JSExplain_and_beyond.pdf
diff --git a/_posts/adventures_in_machanising_and_verifying_webassembly.pdf b/slides/adventures_in_machanising_and_verifying_webassembly.pdf
similarity index 100%
rename from _posts/adventures_in_machanising_and_verifying_webassembly.pdf
rename to slides/adventures_in_machanising_and_verifying_webassembly.pdf