From 9a74b91d04091829c204cd5861917f9da6714f7d Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Sun, 12 Feb 2023 08:22:16 -0800 Subject: [PATCH] minor cleanup --- README.md | 9 ++++++--- docs/html/index.html | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8aed6d7..2461c81 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Joy is: * [Purely Functional](https://en.wikipedia.org/wiki/Purely_functional_programming) * [Stack-based](https://en.wikipedia.org/wiki/Stack-oriented_programming_language) -* [Concatinative](https://en.wikipedia.org/wiki/Concatenative_programming_language) (See also [concatenative.org](http://www.concatenative.org/wiki/view/Concatenative%20language)) +* [Concatinative](https://en.wikipedia.org/wiki/Concatenative_programming_language) + (See also [concatenative.org](http://www.concatenative.org/wiki/view/Concatenative%20language)) * [Categorical](https://joypy.osdn.io/notebooks/Categorical.html) The best source (no pun intended) for learning about Joy is the @@ -58,8 +59,10 @@ coordinate pair in a square spiral (like the kind used to construct an ## Project Hosted on [OSDN](https://osdn.net/projects/joypy/) -* [Source Repository](https://osdn.net/projects/joypy/scm/git/Thun/) ([mirror](https://github.com/calroc/Thun)) -* [Bug tracker](https://todo.sr.ht/~sforman/thun-der) ([old tracker](https://osdn.net/projects/joypy/ticket/)) +* [Source Repository](https://osdn.net/projects/joypy/scm/git/Thun/) + ([mirror](https://github.com/calroc/Thun)) +* [Bug tracker](https://todo.sr.ht/~sforman/thun-der) + ([old tracker](https://osdn.net/projects/joypy/ticket/)) * [Forums](https://osdn.net/projects/joypy/forums/) * [Mailing list](https://osdn.net/projects/joypy/lists/) diff --git a/docs/html/index.html b/docs/html/index.html index a17db58..08c787e 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -21,7 +21,8 @@ original version written in C.

The best source (no pun intended) for learning about Joy is the @@ -53,8 +54,10 @@ coordinate pair in a square spiral (like the kind used to construct an ). For more information see Square Spiral Example Joy Code

Project Hosted on OSDN

-- 2.11.0