From 3d9c3b2c99b04c920fd297d46bd08f98c726b170 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 2 Nov 2024 09:56:49 -0700 Subject: [PATCH] [dingus] Fix links in about page --- dingus/about.md | 2 +- dingus/{dingus.html => index.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dingus/{dingus.html => index.html} (100%) diff --git a/dingus/about.md b/dingus/about.md index a573b9c..3290b5a 100644 --- a/dingus/about.md +++ b/dingus/about.md @@ -1,7 +1,7 @@ % About The Grammar Dingus -(This is a demo)[index.html] for a (library)[https://github.com/decarabas/lrparsers] +[This is a demo](index.html) for a [library](https://github.com/decarabas/lrparsers) about doing fun things with grammars. ## How to Use The Dingus diff --git a/dingus/dingus.html b/dingus/index.html similarity index 100% rename from dingus/dingus.html rename to dingus/index.html