From 1651fc649332577ddec8e32a3b7935661880714f Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 9 Jul 2024 10:32:20 +0000 Subject: [PATCH] Update support section in the docs. --- qlfile.lock | 2 +- src/doc/intro.lisp | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/qlfile.lock b/qlfile.lock index abd64586..5b2c5ee9 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -5,4 +5,4 @@ ("ultralisp" . (:class qlot/source/dist:source-dist :initargs (:distribution "http://dist.ultralisp.org" :%version :latest) - :version "20240303155001")) + :version "20240709090001")) diff --git a/src/doc/intro.lisp b/src/doc/intro.lisp index bdd5944b..e800575c 100644 --- a/src/doc/intro.lisp +++ b/src/doc/intro.lisp @@ -8,13 +8,13 @@ (defsection @intro (:title "Introduction" - :ignore-words ("ASDF" - "API" - "HTTP" - "URL" - "HTTP" - "LAYER" - "RSS")) + :ignore-words ("ASDF" + "API" + "HTTP" + "URL" + "HTTP" + "LAYER" + "RSS")) " Reblocks is the fork of the Weblocks web frameworks written by Slava Akhmechet and maintained by Scott L. Burson and Olexiy Zamkoviy. @@ -71,7 +71,7 @@ inspect [Ultralisp's](https://ultralisp.org) code: Getting Support =============== -You can get support in our Gitter Chat: +* In case any bugs, please, [create an issue](https://github.com/40ants/reblocks/issues) on the GitHub. +* If you have some ideas to share or want to discuss a feature request, use [GitHub Discussions](https://github.com/40ants/reblocks/discussions). - ")