Remove some redundant "www."s.

original commit: ef0f610ca73207fe661994677129d456493e47f9
This commit is contained in:
Eli Barzilay 2013-04-21 23:11:00 -04:00
parent 21a7b4ed08
commit bba5d06448
3 changed files with 4 additions and 4 deletions

View File

@ -140,13 +140,13 @@ attributes.} For example, this Scribble document:
(style #f (style #f
(list (alt-tag "img") (list (alt-tag "img")
(attributes (attributes
'((src . "http://www.racket-lang.org/icon.png"))))))) '((src . "http://racket-lang.org/icon.png")))))))
@external-image @external-image
}| }|
renders as the the Racket logo at the url 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. when producing html.
@; ------------------------------------------------------------ @; ------------------------------------------------------------

View File

@ -18,7 +18,7 @@ Here is an itemize:
Here is a hyperlink: 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\_. _Italic_. \_Just underlines\_.

View File

@ -26,7 +26,7 @@ Here is an itemize:
Here is a hyperlink: 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}. @italic{Italic}.
_Just underlines_. _Just underlines_.