]> www.ginac.de Git - ginac.git/commitdiff
location of C++ FAQ Lite has changed
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 30 Oct 2003 22:17:55 +0000 (22:17 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 30 Oct 2003 22:17:55 +0000 (22:17 +0000)
doc/tutorial/ginac.texi

index 059d998d6d4fed69aff91e9d8e603ff5b869d6ea..a04af9460028f1eb1f5a5484a657b817b81e19e9 100644 (file)
@@ -6184,7 +6184,7 @@ inserted.  But it may be useful to remember that this is not what
 happens.  Knowing this will enable you to write much more efficient
 code.  If you still have an uncertain feeling with copy-on-write
 semantics, we recommend you have a look at the
-@uref{http://www.cerfnet.com/~mpcline/c++-faq-lite/, C++-FAQ lite} by
+@uref{http://www.parashift.com/c++-faq-lite/, C++-FAQ lite} by
 Marshall Cline.  Chapter 16 covers this issue and presents an
 implementation which is pretty close to the one in GiNaC.