diff --git a/README.md b/README.md index fe14a37..5af5bbb 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ To build: ```cargo build``` To run: ```target/debug/rustyjit``` -You can read about the JIT in more detail on the blog post [Building a Simple JIT in Rust](http://www.jonathanturner.org/2015/12/building-a-simple-jit-in-rust.html). +You can read about the JIT in more detail on the blog post [Building a Simple JIT in Rust](https://www.jonathanturner.org/building-a-simple-jit-in-rust/).