summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/cyclo/Makefile.am2
-rw-r--r--doc/reference/libtasn1-docs.sgml14
-rw-r--r--lib/libtasn1.pc.in2
3 files changed, 9 insertions, 9 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 $@
diff --git a/doc/reference/libtasn1-docs.sgml b/doc/reference/libtasn1-docs.sgml
index 896d8a5..49b8844 100644
--- a/doc/reference/libtasn1-docs.sgml
+++ b/doc/reference/libtasn1-docs.sgml
@@ -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"/>
diff --git a/lib/libtasn1.pc.in b/lib/libtasn1.pc.in
index a99be24..8f4fb9c 100644
--- a/lib/libtasn1.pc.in
+++ b/lib/libtasn1.pc.in
@@ -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}