From f783445a76616d73766bfc1973bf56fca9972cd1 Mon Sep 17 00:00:00 2001 From: Lawrence Bethlenfalvy Date: Sun, 23 Feb 2025 01:36:09 +0100 Subject: [PATCH] fixed link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 392301b..427fff6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An experimental lazy, pure functional programming language designed to be embedd ## Usage -The standalone interpreter can be built as the binary target from this package. The language tutorial and standard library documentation is at [www.lbfalvy.com/orchid-reference](https://www.lbfalvy.com/orchid-reference/). Embedder guide and Rust API documentation are coming soon. +The standalone interpreter can be built as the binary target from this package. The language tutorial and standard library documentation is at [www.lbfalvy.com/orchid-reference](https://lbfalvy.github.io/orchid-reference/). Embedder guide and Rust API documentation are coming soon. ## Design @@ -43,4 +43,4 @@ Identifying marks include the Orchid logo, the ribbon image above, and the names Contact information includes email addresses, links to the source code and issue tracker. -Words listed as identifying marks are explicltly not considered as such when they apear in technical interfaces or APIs. For example, shell commands, identifiers within the language, +Words listed as identifying marks are explicltly not considered as such when they appear in technical interfaces or APIs. For example, shell commands, identifiers within Orchid or Rust code, and names in package registries are not considered as identifying marks.