From 4882357a2e58f62a4bc5c955d94d74d7cbb138cb Mon Sep 17 00:00:00 2001 From: Robin Nicholson Date: Sun, 9 Oct 2016 14:16:24 +0200 Subject: [PATCH] Fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20eea02..af6478e 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Call graph after change This technique relies on code being compiled as [position independent code](https://en.wikipedia.org/wiki/Position-independent_code) and uses the Executable and Linking Format([ELF](https://refspecs.linuxfoundation.org/elf/elf.pdf)) information found in the executable and its shared libraries to find the global offset table entries. -To see how ELFspy can be used start by reading this [[example|Example 01: Spying on code]] +To see how ELFspy can be used start by reading this [example](https://github.com/mollismerx/elfspy/wiki/Example-01:-Spying-on-code) \ No newline at end of file