From 4844111ced776dc0b22658e488765acf66bfa79c Mon Sep 17 00:00:00 2001
From: Thomas Wood <thomas.wood09@imperial.ac.uk>
Date: Tue, 24 Apr 2018 14:28:28 +0100
Subject: [PATCH] Redirect /2018/03/14/formal-methods-meets-js.html to actual
 page

---
 _posts/2018-03-19-formal-methods-meets-js.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_posts/2018-03-19-formal-methods-meets-js.md b/_posts/2018-03-19-formal-methods-meets-js.md
index 5a42fca..0a81a3f 100644
--- a/_posts/2018-03-19-formal-methods-meets-js.md
+++ b/_posts/2018-03-19-formal-methods-meets-js.md
@@ -1,5 +1,6 @@
 ---
 title: Formal Methods Meets JavaScript Workshop
+redirect_from: /2018/03/14/formal-methods-meets-js.html
 ---
 On Monday 19th March, we hosted a day of research talks on Programming Languages Formal Methods
 researchers on topics including language specification, program verification, etc. with a focus on
@@ -21,4 +22,4 @@ You can find a list of the speakers and the slides for their talks below
   * [Sophia Drossopoulou](https://wp.doc.ic.ac.uk/sd/), Imperial College London -- [Reasoning for Open Systems]({{site.baseurl}}{% link slides/Reasoning_for_Open_Systems.pdf %})
   * [Petar Maksimović](https://sites.google.com/site/petarmaksimovic1981/), Imperial College London -- [Logic-based Verification of JavaScript Programs]({{site.baseurl}}{% link slides/ECMA_JaVerT.pdf %})
   * [Johannes Kinder](http://www.cs.rhul.ac.uk/home/kinder/), Royal Holloway, University of London -- [Practical Dynamic Symbolic Execution of Standalone JavaScript]({{site.baseurl}}{% link slides/Practical_Dynamic_Symbolic_Execution_of_Standalone_JavaScript.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 %})
\ No newline at end of file
+  * [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 %})
-- 
GitLab