Skip to content

Commit a578e9c

Browse files
committed
weblocks -> reblocks repository
1 parent fdbf7d8 commit a578e9c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ We are @vindarel on [Lisp's Discord server](https://discord.gg/hhk46CE) and Mast
149149
[radiance]: https://github.com/Shirakumo/radiance
150150
[snooze]: https://github.com/joaotavora/snooze
151151
[cl-rest-server]: https://github.com/mmontone/cl-rest-server
152-
[weblocks]: https://github.com/40ants/weblocks
152+
[weblocks]: https://github.com/40ants/reblocks

content/building-blocks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ and [Cliki](https://www.cliki.net/Web).
8585
[radiance]: https://github.com/Shirakumo/radiance
8686
[snooze]: https://github.com/joaotavora/snooze
8787
[cl-rest-server]: https://github.com/mmontone/cl-rest-server
88-
[weblocks]: https://github.com/40ants/weblocks
88+
[weblocks]: https://github.com/40ants/reblocks

content/isomorphic web frameworks/CLOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,14 @@ And, as you noticed:
368368
This was only an introduction. As we said, CLOG is well suited for a
369369
wide range of applications.
370370

371+
### Stop the app
372+
373+
Use
374+
375+
```lisp
376+
(clog:shutdown)
377+
```
378+
371379
## Full code
372380

373381
```lisp
@@ -487,3 +495,4 @@ wide range of applications.
487495
## References
488496

489497
- CLOG: https://rabbibotton.github.io/clog/clog-manual.html
498+

0 commit comments

Comments
 (0)