use personal git in blog post

This commit is contained in:
Mahdi Dibaiee 2022-07-01 10:23:33 +01:00
parent 3af7d86d4f
commit 5e53cfaced

View File

@ -18,10 +18,10 @@ TL;DR:
------ ------
I will be using `rust-lldb` throughout this post to understand what is going on in the rust programs we write and run. The source code for this blog post is available on [mdibaiee/rust-memory-playground](https://github.com/mdibaiee/rust-memory-playground). I will be using `rust-lldb` throughout this post to understand what is going on in the rust programs we write and run. The source code for this blog post is available on [mdibaiee/rust-memory-playground](https://git.mahdi.blog/mahdi/rust-memory-playground).
```bash ```bash
git clone git@github.com:mdibaiee/rust-memory-playground git clone https://git.mahdi.blog/mahdi/rust-memory-playground
cd rust-memory-playground cd rust-memory-playground
``` ```