move code to new location

This commit is contained in:
Jan Petykiewicz 2018-01-15 22:35:36 -08:00
commit 96eea79bfc
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
**mem_edit** is a multi-platform memory editing library written in Python.
**Homepage:** https://mpxd.net/gogs/jan/mem_edit
**Homepage:** https://mpxd.net/code/jan/mem_edit
**Capabilities:**
* Scan all readable memory used by a process.
@ -30,7 +30,7 @@ pip install mem_edit
Install with pip from git repository
```bash
pip install git+https://mpxd.net/gogs/jan/mem_edit.git@release
pip install git+https://mpxd.net/code/jan/mem_edit.git@release
```