Update project URL.

This commit is contained in:
Jason Evans 2016-09-12 11:56:24 -07:00
parent 6c56e194b0
commit 62de7680ca
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -17,4 +17,4 @@ jemalloc.
The ChangeLog file contains a brief summary of changes for each release. The ChangeLog file contains a brief summary of changes for each release.
URL: http://www.canonware.com/jemalloc/ URL: http://jemalloc.net/

View File

@ -52,7 +52,7 @@
<title>LIBRARY</title> <title>LIBRARY</title>
<para>This manual describes jemalloc @jemalloc_version@. More information <para>This manual describes jemalloc @jemalloc_version@. More information
can be found at the <ulink can be found at the <ulink
url="http://www.canonware.com/jemalloc/">jemalloc website</ulink>.</para> url="http://jemalloc.net/">jemalloc website</ulink>.</para>
</refsect1> </refsect1>
<refsynopsisdiv> <refsynopsisdiv>
<title>SYNOPSIS</title> <title>SYNOPSIS</title>

View File

@ -6,7 +6,7 @@ install_suffix=@install_suffix@
Name: jemalloc Name: jemalloc
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. 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@ Version: @jemalloc_version@
Cflags: -I${includedir} Cflags: -I${includedir}
Libs: -L${libdir} -ljemalloc${install_suffix} Libs: -L${libdir} -ljemalloc${install_suffix}