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

@ -94,7 +94,7 @@ digraph G {
#+end_example
Which can be rendered as (note that in this documentation
we use some [[file:aout.org][environement variables]] to produce a more colorful
we use some [[file:oaut.org][environment variables]] to produce a more colorful
output by default):
#+NAME: fagfb2ba
@ -293,7 +293,7 @@ For instance using =-a --low= will skip any optional post-processing,
should you find =dstar2tgba= too slow.
Finally, the output format can be changed with the following
[[file:oaout.org][common ouput options]]:
[[file:oaut.org][common ouput options]]:
#+BEGIN_SRC sh :results verbatim :exports results
dstar2tgba --help | sed -n '/Output format:/,/^$/p' | sed '1d;$d'
#+END_SRC