From 151f5e34a1ea8196c4389aa63a9b77e27cee5da4 Mon Sep 17 00:00:00 2001 From: Ryosuke Hiroe Date: Sat, 21 Feb 2026 11:21:18 +0900 Subject: [PATCH] docs: fix broken link to TypeProf IDE guide in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1ad81..63ea602 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Check out -> [TypeProf's document](https://github.com/ruby/typeprof#documentatio * This extension only uses `typeprof.rbs` -see also [How to use TypeProf for IDE](https://github.com/ruby/typeprof/blob/master/doc/ide.md) +see also [How to use TypeProf for IDE](https://github.com/ruby/typeprof/blob/480c63b42797ba5f2bdc6a8d31dc75a994079976/doc/doc.md#how-to-use-typeprof-as-a-language-server) ## How to develop this extension