Skip to content

Commit cf22999

Browse files
committed
Update documentation.
1 parent ee2667a commit cf22999

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ _LispKit_ provides support for the following core features, many of which are ba
7474
[`(lispkit control)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Control),
7575
[`(lispkit system)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-System),
7676
[`(lispkit system call)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-System-OS),
77-
`(lispkit system keychain)`,
78-
`(lispkit system pasteboard)`,
77+
[`(lispkit system keychain)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-System-Keychain),
78+
[`(lispkit system pasteboard)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-System-Pasteboard),
7979
[`(lispkit box)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box),
8080
[`(lispkit math)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math),
8181
[`(lispkit math matrix)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math-Matrix),
@@ -109,8 +109,9 @@ _LispKit_ provides support for the following core features, many of which are ba
109109
[`(lispkit stream)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Stream),
110110
[`(lispkit thread)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Thread),
111111
[`(lispkit thread channel)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Thread-Channel),
112-
`(lispkit thread future)`,
113-
`(lispkit thread shared-queue)`,
112+
[`(lispkit thread future)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Thread-Future),
113+
[`(lispkit thread shared-queue)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Thread-Shared-Queue),
114+
[`(lispkit url)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Url),
114115
[`(lispkit graph)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Graph),
115116
[`(lispkit match)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Match),
116117
[`(lispkit iterate)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Iterate),
@@ -136,12 +137,12 @@ _LispKit_ provides support for the following core features, many of which are ba
136137
[`(lispkit archive tar)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Archive-Tar),
137138
[`(lispkit archive zip)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Archive-Zip),
138139
[`(lispkit crypto)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Crypto),
139-
`(lispkit json)`,
140-
`(lispkit json schema)`,
141-
`(lispkit http)`,
142-
`(lispkit http server)`,
143-
`(lispkit http oauth)`,
144-
`(lispkit serialize)`,
140+
[`(lispkit json)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-JSON),
141+
[`(lispkit json schema)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-JSON-Schema),
142+
[`(lispkit http)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-HTTP),
143+
[`(lispkit http server)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-HTTP-Server),
144+
[`(lispkit http oauth)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-HTTP-OAuth),
145+
[`(lispkit serialize)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Serialize),
145146
`(lispkit sxml)`,
146147
`(lispkit sxml xml)`,
147148
`(lispkit sxml html)`,

0 commit comments

Comments
 (0)