From bba5d0644820d967f86c4f1a7f11cf9ad18da455 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 21 Apr 2013 23:11:00 -0400 Subject: [PATCH] Remove some redundant "www."s. original commit: ef0f610ca73207fe661994677129d456493e47f9 --- collects/scribblings/scribble/config.scrbl | 4 ++-- collects/tests/scribble/markdown-docs/example.md | 2 +- collects/tests/scribble/markdown-docs/example.scrbl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/scribblings/scribble/config.scrbl b/collects/scribblings/scribble/config.scrbl index 9617e81f..ce4ffe1d 100644 --- a/collects/scribblings/scribble/config.scrbl +++ b/collects/scribblings/scribble/config.scrbl @@ -140,13 +140,13 @@ attributes.} For example, this Scribble document: (style #f (list (alt-tag "img") (attributes - '((src . "http://www.racket-lang.org/icon.png"))))))) + '((src . "http://racket-lang.org/icon.png"))))))) @external-image }| renders as the the Racket logo at the url -@url{http://www.racket-lang.org/logo.png} +@url{http://racket-lang.org/logo.png} when producing html. @; ------------------------------------------------------------ diff --git a/collects/tests/scribble/markdown-docs/example.md b/collects/tests/scribble/markdown-docs/example.md index 6a87f9d5..dfe51ff0 100644 --- a/collects/tests/scribble/markdown-docs/example.md +++ b/collects/tests/scribble/markdown-docs/example.md @@ -18,7 +18,7 @@ Here is an itemize: Here is a hyperlink: -[I am a hyperlink to Racket.](http://www.racket-lang.org/) +[I am a hyperlink to Racket.](http://racket-lang.org/) _Italic_. \_Just underlines\_. diff --git a/collects/tests/scribble/markdown-docs/example.scrbl b/collects/tests/scribble/markdown-docs/example.scrbl index 829af4f5..17416f4d 100644 --- a/collects/tests/scribble/markdown-docs/example.scrbl +++ b/collects/tests/scribble/markdown-docs/example.scrbl @@ -26,7 +26,7 @@ Here is an itemize: Here is a hyperlink: -@hyperlink["http://www.racket-lang.org/" "I am a hyperlink to Racket."] +@hyperlink["http://racket-lang.org/" "I am a hyperlink to Racket."] @italic{Italic}. _Just underlines_.