aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MPRealSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-05-31 19:07:15 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-05-31 19:07:15 +0200
commitb495203310c53e80c240f349af06e359294e297a (patch)
treee699dc1d1798dffd488ab2623acae1da5580c4d1 /unsupported/Eigen/MPRealSupport
parent5830f90983f4f9b4614b2260e8b2bde79ab0cfe7 (diff)
update URL
Diffstat (limited to 'unsupported/Eigen/MPRealSupport')
-rw-r--r--unsupported/Eigen/MPRealSupport2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport
index 6bded0c2c..140dabecc 100644
--- a/unsupported/Eigen/MPRealSupport
+++ b/unsupported/Eigen/MPRealSupport
@@ -42,7 +42,7 @@ namespace Eigen {
* \endcode
*
* This module provides support for multi precision floating point numbers
- * via the <a href="http://www.holoborodko.com/pavel/?page_id=12">MPFR C++</a>
+ * via the <a href="http://www.holoborodko.com/pavel/mpfr">MPFR C++</a>
* library which itself is built upon <a href="http://www.mpfr.org/">MPFR</a>/<a href="http://gmplib.org/">GMP</a>.
*
* Here is an example: