sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 11d95788c5c351be306e54d87b31f47a7e71ee55
parent a2b2397b7b4c819e3f9ae0a04db4574c3f3ea8dd
Author: Dmitrij D. Czarkoff <czarkoff@gmail.com>
Date:   Tue, 19 Nov 2013 15:35:57 +0100

Fixed broken links in "sta.li/index.md"

Links "http://blog.garbe.us/2008/02/08/01_Static_linking/" and
"http://elevenislouder.blogspot.com/2010/02/stali.html" were pointing at blog
posts that are no longer reachable. Replaced with Wayback Machine links.

Diffstat:
Msta.li/index.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sta.li/index.md b/sta.li/index.md @@ -29,7 +29,7 @@ Some related links * [Bifrost/Linux](http://bifrost.slu.se/) - a minimalist Linux distro for USB media * [$6M libc](http://codingrelic.geekhold.com/2008/11/six-million-dollar-libc.html) - Bionic is a nice library, though only usable for sane stuff * [ldd arbitrary code execution](http://www.catonmat.net/blog/ldd-arbitrary-code-execution/) - Nice exploit -* [static linking](http://blog.garbe.us/2008/02/08/01_Static_linking/) - My old blog entry -* [blog post about stali](http://elevenislouder.blogspot.com/2010/02/stali.html) +* [static linking](http://wayback.archive.org/web/20090525150626/http://blog.garbe.us/2008/02/08/01_Static_linking/) - My old blog entry +* [blog post about stali](http://wayback.archive.org/web/20110727064007/http://elevenislouder.blogspot.com/2010/02/stali.html) * [On the Effectiveness of Address-Space Randomization](http://benpfaff.org/papers/asrandom.pdf) * [musl libc](http://www.musl-libc.org/)