From a8e8b82770b30fa09554efdda990fc38bd7258cd Mon Sep 17 00:00:00 2001 From: ydah Date: Fri, 7 Jun 2024 12:53:09 +0900 Subject: [PATCH] Fixes broken links in the table of contents of README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35255ee1..2bbab910 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Lrama is LALR (1) parser generator written by Ruby. The first goal of this proje * [Development](#development) * [How to generate parser.rb](#how-to-generate-parserrb) * [Test](#test) - * [Profiling Lrama](#profiling-lrama) + * [Call-stack Profiling Lrama](#call-stack-profiling-lrama) + * [Memory Profiling Lrama](#memory-profiling-lrama) * [Build Ruby](#build-ruby) * [Release flow](#release-flow) * [License](#license)