Skip to content

Commit 446b14c

Browse files
Generate.
1 parent 66002ad commit 446b14c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,11 @@ <h2>Abstract</h2> <p>This SRFI describes a set of syntax extensions
8282
humans to read. The sweet-expression syntax enables the use of
8383
syntactically-meaningful indentation to group expressions (similar to
8484
Python), and it builds on the infix and traditional function notation
85-
defined in <a href="/srfi-105/">SRFI-105 (curly-infix-expressions)</a>.
85+
defined in <a href="https://srfi.schemers.org/srfi-105/">SRFI-105 (curly-infix-expressions)</a>.
8686
Unlike nearly all past efforts to improve s-expression readability,
8787
sweet-expressions are general (the notation is independent from any
8888
underlying semantic) and homoiconic (the underlying data structure is
89-
clear from the syntax). This notation was developed by the “<a href=
90-
"http://readable.sourceforge.net/">Readable Lisp S-expressions
89+
clear from the syntax). This notation was developed by the “<a href="http://readable.sourceforge.net/">Readable Lisp S-expressions
9190
Project</a>” and can be used for both programs and data.
9291
<p>Sweet-expressions can be considered a set of
9392
additional abbreviations, just as <code>'x</code> already abbreviates

0 commit comments

Comments
 (0)