use personal git in blog post
This commit is contained in:
parent
3af7d86d4f
commit
5e53cfaced
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user