diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-30 00:02:20 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-30 00:02:20 +0200 |
commit | f9fda76497314ae73dca73c45d62ad5086eb37b6 (patch) | |
tree | 375e199efb731a1fd46d56002e93a50cff19f125 /doc/cyclo | |
parent | 8babce884415e5ed51d80f822a8385a8f40dd107 (diff) | |
download | libtasn1-f9fda76497314ae73dca73c45d62ad5086eb37b6.tar.gz libtasn1-f9fda76497314ae73dca73c45d62ad5086eb37b6.tar.bz2 libtasn1-f9fda76497314ae73dca73c45d62ad5086eb37b6.zip |
Fix URLs.
Diffstat (limited to 'doc/cyclo')
-rw-r--r-- | doc/cyclo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cyclo/Makefile.am b/doc/cyclo/Makefile.am index 6c56cd7..343b401 100644 --- a/doc/cyclo/Makefile.am +++ b/doc/cyclo/Makefile.am @@ -24,7 +24,7 @@ cyclo-libtasn1.html: | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \ -v lang=html -v name="$(PACKAGE_NAME)" \ -v vcurl="http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=blob;f=%FILENAME%;hb=HEAD" \ - -v url="http://josefsson.org/libtasn1/" \ + -v url="http://www.gnu.org/software/libtasn1/" \ -v css=../../build-aux/pmccabe.css \ > tmp mv tmp $@ |