Skip to content

Commit

Permalink
Update project URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasone committed Sep 12, 2016
1 parent 19c9a3e commit c716c1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion doc/jemalloc.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<title>LIBRARY</title>
<para>This manual describes jemalloc @jemalloc_version@. More information
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>
<refsynopsisdiv>
<title>SYNOPSIS</title>
Expand Down
2 changes: 1 addition & 1 deletion jemalloc.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit c716c1e

Please sign in to comment.