From 447258c81d66c232df36bd2b636e0fdce6bc08db Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 6 Jun 2016 00:53:21 +0200 Subject: [PATCH] fix broken WEB links sed 's/(WEB http:\/\//(WEB /' -i **/*.d --- src/core/threadasm.S | 2 +- src/rt/minit.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/threadasm.S b/src/core/threadasm.S index 61939ac00f..94b2fc1670 100644 --- a/src/core/threadasm.S +++ b/src/core/threadasm.S @@ -2,7 +2,7 @@ * Support code for mutithreading. * * Copyright: Copyright Mikola Lysenko 2005 - 2012. - * License: $(WEB http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Mikola Lysenko, Martin Nowak, Kai Nacke */ diff --git a/src/rt/minit.asm b/src/rt/minit.asm index 55cf70b213..72bd5d868c 100644 --- a/src/rt/minit.asm +++ b/src/rt/minit.asm @@ -2,7 +2,7 @@ ; Module initialization support. ; ; Copyright: Copyright Digital Mars 2000 - 2010. -; License: $(WEB http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0). +; License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). ; Authors: Walter Bright ; ; Copyright Digital Mars 2000 - 2010.