From c716c1e5318c19569581637fd33220999c0d6a4b Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Mon, 12 Sep 2016 11:56:24 -0700 Subject: [PATCH] Update project URL. --- README | 2 +- doc/jemalloc.xml.in | 2 +- jemalloc.pc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 67cbf6da..3a6e0d27 100644 --- a/README +++ b/README @@ -17,4 +17,4 @@ jemalloc. The ChangeLog file contains a brief summary of changes for each release. -URL: http://www.canonware.com/jemalloc/ +URL: http://jemalloc.net/ diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index bfc0073b..006e9e06 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -52,7 +52,7 @@ LIBRARY This manual describes jemalloc @jemalloc_version@. More information can be found at the jemalloc website. + url="http://jemalloc.net/">jemalloc website. SYNOPSIS diff --git a/jemalloc.pc.in b/jemalloc.pc.in index 1a3ad9b3..a318e8dd 100644 --- a/jemalloc.pc.in +++ b/jemalloc.pc.in @@ -6,7 +6,7 @@ install_suffix=@install_suffix@ Name: jemalloc Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. -URL: http://www.canonware.com/jemalloc +URL: http://jemalloc.net/ Version: @jemalloc_version@ Cflags: -I${includedir} Libs: -L${libdir} -ljemalloc${install_suffix}