commit df59e437f378f4780c591f49e53ae9bf091d280e
Author: Martin Zach <[email protected]>
Date: Wed Feb 27 12:56:02 2019 +0100
Fixed links to libtom
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index 898cb39d..e4d0d180 100644
--- a/suckless.org/sucks/index.md
+++ b/suckless.org/sucks/index.md
@@ -30,8 +30,8 @@ alternatives.
library. Quite bloated, slow and [calls abort() on failed
malloc](https://gmplib.org/repo/gmp/file/tip/memory.c#l105)
- Alternatives: [libtommath](http://www.libtom.org/LibTomMath/),
- [TomsFastMath](http://www.libtom.org/TomsFastMath/),
+ Alternatives: [libtommath](http://www.libtom.net/LibTomMath/),
+ [TomsFastMath](http://www.libtom.net/TomsFastMath/),
[imath](https://github.com/creachadair/imath),
[libzahl](//libs.suckless.org/libzahl) (WIP),
[hebimath](https://github.com/suiginsoft/hebimath) (WIP)