Fix many dead links.

Also change http:// to https:// for url that would automatically
redirect to the later.

* doc/mainpage.dox, doc/org/dstar2tgba.org, doc/org/ltl2tgba.org,
doc/org/ltlcross.org, doc/org/satmin.org, doc/org/tools.org,
src/ltlvisit/dot.hh, src/misc/hashfunc.hh, wrap/python/ajax/trans.html:
Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-07-17 17:55:15 +02:00
parent 44bc1d7e39
commit 750d352fb6
9 changed files with 12 additions and 12 deletions

View file

@ -35,7 +35,7 @@ namespace spot
/// \brief Thomas Wang's 32 bit hash function.
///
/// Hash an integer amongst the integers.
/// http://www.concentric.net/~Ttwang/tech/inthash.htm
/// http://web.archive.org/web/2011/concentric.net/~Ttwang/tech/inthash.htm
inline size_t
wang32_hash(size_t key)
{
@ -54,7 +54,7 @@ namespace spot
/// This function is suitable for hashing values whose
/// high order bits do not vary much (ex. addresses of
/// memory objects). Prefer spot::wang32_hash() otherwise.
/// http://www.concentric.net/~Ttwang/tech/addrhash.htm
/// http://web.archive.org/web/2011/concentric.net/~Ttwang/tech/addrhash.htm
inline size_t
knuth32_hash(size_t key)
{