From d6f122543f5d758bfacb1a6ff0fbc4b68c4eef6c Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sun, 28 Jan 2018 19:19:16 +0100 Subject: [PATCH] Fix broken link --- std/exception.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/exception.d b/std/exception.d index fdccc5118..e84ef2f6b 100644 --- a/std/exception.d +++ b/std/exception.d @@ -894,7 +894,7 @@ enum emptyExceptionMsg = ""; * * For more on infering uniqueness see the $(B unique) and * $(B lent) keywords in the - * $(HTTP archjava.fluid.cs.cmu.edu/papers/oopsla02.pdf, ArchJava) + * $(HTTP www.cs.cmu.edu/~aldrich/papers/aldrich-dissertation.pdf, ArchJava) * language. * * The downside of using $(D assumeUnique)'s