From a34ab7f802b6fa69fae040a3aceb87d1bdabbc71 Mon Sep 17 00:00:00 2001 From: Cesar Blum Date: Sat, 26 Sep 2020 22:21:59 -0700 Subject: [PATCH] Minor edit in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61b44bd..a7e11a3 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,11 @@ If you're not familiar with Forth, read Leo Brodie's If you're not familiar with how Forth is implemented on x86, read the assembly code for Richard W.M. Jones' -[jonesforth](http://git.annexia.org/?p=jonesforth.git;a=blob;f=jonesforth.S) +[jonesforth](http://git.annexia.org/?p=jonesforth.git;a=blob;f=jonesforth.S). sectorforth draws a lot of inspiration from jonesforth, but the latter does a much better job at explaining the basics in its comments. For an excellent introduction to threaded code techniques, and to how to implement Forth in different architectures, read Brad Rodriguez's -[Moving Forth](http://www.bradrodriguez.com/papers/moving1.htm) +[Moving Forth](http://www.bradrodriguez.com/papers/moving1.htm).