From ef0f610ca73207fe661994677129d456493e47f9 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. --- collects/scribblings/main/getting-started.scrbl | 2 +- collects/scribblings/scribble/config.scrbl | 4 ++-- collects/tests/scribble/markdown-docs/example.md | 2 +- collects/tests/scribble/markdown-docs/example.scrbl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/scribblings/main/getting-started.scrbl b/collects/scribblings/main/getting-started.scrbl index e98fa48582..57e2aab758 100644 --- a/collects/scribblings/main/getting-started.scrbl +++ b/collects/scribblings/main/getting-started.scrbl @@ -4,7 +4,7 @@ @title{Getting Started with Racket} To get started with Racket, -@link["http://www.racket-lang.org/download/"]{download it} from the web page and +@link["http://racket-lang.org/download/"]{download it} from the web page and install it. If you are a beginner or would like to use a graphical environment to run programs, run the @exec{DrRacket} executable. Otherwise, the @exec{racket} executable will run a command-line Read-Eval-Print-Loop diff --git a/collects/scribblings/scribble/config.scrbl b/collects/scribblings/scribble/config.scrbl index 9617e81f1d..ce4ffe1d7d 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 6a87f9d576..dfe51ff014 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 829af4f50a..17416f4d2c 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_.