]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
* buildscripts/mf-to-table.py (write_fontlist): Improve formatting
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index bc3c2b325015e0e9446c31d59f4a401d5468fd03..2534ef2633d141da6f4b1fa1c16695b7834afdfd 100644 (file)
@@ -15,7 +15,7 @@ LilyPond uses the Scheme programming language, both as part of the
 input syntax, and as internal mechanism to glue together modules of
 the program. This section is a very brief overview of entering data in
 Scheme.@footnote{If you want to know more about Scheme, see
-@uref{http://www.schemers.org}.}
+@uref{http://@/www@/.schemers@/.org}.}
 
 The most basic thing of a language is data: numbers, character
 strings, lists, etc. Here is a list of data types that are relevant to