From aa55ac85da4ee2790d85503d07ca726d0c5354dc Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 13 Oct 2025 00:04:45 +0200 Subject: [PATCH] Documentation update. No code changes. (0.26.5) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c30faae..36d0115 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Fun may not change the world — but it will make programming a little more fun. I am writing documentation only actually, but this is work in progress, since debugging and bug fixing includes this task. -Current documentation is only found in the [Fun Handbook](https://fun-lang.xyz//fun/fun/src/branch/main/docs/handbook.md). +Current documentation is only found in the [Fun Handbook](https://git.xw3.org/fun/fun/src/branch/main/docs/handbook.md). -In the [examples/](https://fun-lang.xyz//fun/fun/src/branch/main/examples) directory should be an example of most Fun features. +In the [examples/](https://git.xw3.org/fun/fun/src/branch/main/examples) directory should be an example of most Fun features. A complete API documentation will follow.