From 6d43de50efc574e50cd0891ff633a55967ddc696 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 10 Dec 2014 22:53:34 -0500 Subject: [PATCH] Change link to scribble doc sources The doc sources now live on Github post-split rather than on the PLT git server. --- scribble-doc/scribblings/scribble/scribble.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-doc/scribblings/scribble/scribble.scrbl b/scribble-doc/scribblings/scribble/scribble.scrbl index b23116db..731f2cb5 100644 --- a/scribble-doc/scribblings/scribble/scribble.scrbl +++ b/scribble-doc/scribblings/scribble/scribble.scrbl @@ -14,7 +14,7 @@ programmatically. This document is itself written using Scribble. You can see its source at -@(let ([url "http://git.racket-lang.org/plt/tree/HEAD:/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble"]) +@(let ([url "https://github.com/racket/scribble/tree/master/scribble-doc/scribblings/scribble"]) (link url url)), starting with the @filepath{scribble.scrbl} file.