aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-08-01 01:54:40 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-08-01 01:54:40 +0200
commitcdd7596fe77edfd2cc655dbd22bca0949d82ead2 (patch)
tree863c619a65087b8b40132a215aab462942f99fe1
parent4b3b73da8ba5f31ec6a89cefe4737ffdfe6236e4 (diff)
downloadgroff-tools-master.tar.gz
updated URL of the CSNOBOL4 websiteHEADmaster
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6df1cbd..09edefe 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ are merely quick and dirty hacks that accumulated on my hard drive :-).
## EBNF
-`ebnf.sno` is a [CSNOBOL4](http://www.snobol4.org/csnobol4/) program that compiles
+`ebnf.sno` is a [CSNOBOL4](http://www.regressive.org/snobol4/csnobol4/) program that compiles
extended BNF descriptions into GNU pic code using macros from `syntax.pic`.
This effectively allows you to embed EBNF grammars in Groff source code and
have it rendered as (box and arrow) syntax diagrams.
@@ -65,7 +65,7 @@ Just like `highlight.lua`, you can specify a file name directly after the langua
## HIGHLIGHT (SNOBOL4)
-`highlight.sno` is a small preprocessor written in [CSNOBOL4](http://www.snobol4.org/csnobol4/)
+`highlight.sno` is a small preprocessor written in [CSNOBOL4](http://www.regressive.org/snobol4/csnobol4/)
that processes blocks of source code embedded in your Groff document with
[GNU Source-highlight](http://www.gnu.org/software/src-highlite/) to produce
syntax highlighted text.