Remove some redundant "www."s.

This commit is contained in:
Eli Barzilay 2013-04-21 23:11:00 -04:00
parent b4d51ae142
commit ef0f610ca7
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.
@; ------------------------------------------------------------

View File

@ -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\_.

View File

@ -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_.