Fix URLs.
authorSimon Josefsson <simon@josefsson.org>
Fri, 29 May 2009 22:02:20 +0000 (00:02 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 29 May 2009 22:02:20 +0000 (00:02 +0200)
doc/cyclo/Makefile.am
doc/reference/libtasn1-docs.sgml
lib/libtasn1.pc.in

index 6c56cd7..343b401 100644 (file)
@@ -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 $@
index 896d8a5..49b8844 100644 (file)
@@ -3,22 +3,22 @@
                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
   <bookinfo>
-    <title>Libtasn1 API Reference Manual</title>
+    <title>GNU Libtasn1 API Reference Manual</title>
   </bookinfo>
 
   <chapter>
-    <title>Libtasn1 API Reference Manual</title>
+    <title>GNU Libtasn1 API Reference Manual</title>
 
     <para>
-      This document describes the Libtasn1 library developed for ASN.1
-      (Abstract Syntax Notation One) structures management and DER
-      (Distinguished Encoding Rules) encoding functions.
+      This document describes the GNU Libtasn1 library developed for
+      ASN.1 (Abstract Syntax Notation One) structures management and
+      DER (Distinguished Encoding Rules) encoding functions.
     </para>
 
     <para>
       More up to date information can be found at
-      <ulink url="http://josefsson.org/libtasn1/">
-       http://josefsson.org/libtasn1/</ulink>.
+      <ulink url="http://www.gnu.org/software/libtasn1/">
+       http://www.gnu.org/software/libtasn1/</ulink>.
     </para>
 
     <xi:include href="xml/libtasn1.xml"/>
index a99be24..8f4fb9c 100644 (file)
@@ -24,7 +24,7 @@ includedir=@includedir@
 
 Name: libtasn1
 Description: Library for ASN.1 and DER manipulation
-URL: http://josefsson.org/libtasn1/
+URL: http://www.gnu.org/software/libtasn1/
 Version: @VERSION@
 Libs: -L${libdir} -ltasn1
 Cflags: -I${includedir}