diff --git a/www/_blog/2022-04-27-dev-log-1.mdx b/www/_blog/2022-04-27-dev-log-1.mdx index 70a819047..eff4f7bc5 100644 --- a/www/_blog/2022-04-27-dev-log-1.mdx +++ b/www/_blog/2022-04-27-dev-log-1.mdx @@ -17,7 +17,7 @@ IFC uses application code as the source of truth for provisioning infrastructure

-In the [previous DevLog](http://localhost:3000/blog/2022/04/22/dev-log-0) we started the journey of building the shuttle MVP. We went over the design and implementation of the `cargo` subcommand which deploys cargo projects to shuttle. This has been a race against the clock, so corners were cut and tradeoffs were made. A similar theme emerges in this DevLog which covers the **deployment state machine**. We're going to think about compiling and deploying user code, while also covering one of my favourite design patterns in Rust. +In the [previous DevLog](https://www.shuttle.rs/blog/2022/04/22/dev-log-0) we started the journey of building the shuttle MVP. We went over the design and implementation of the `cargo` subcommand which deploys cargo projects to shuttle. This has been a race against the clock, so corners were cut and tradeoffs were made. A similar theme emerges in this DevLog which covers the **deployment state machine**. We're going to think about compiling and deploying user code, while also covering one of my favourite design patterns in Rust. ## Deployment State