From 3a48a4fcd71d64db074ef018c2178096b2bcaa39 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 31 May 2022 12:10:38 +0300 Subject: [PATCH] oops, fix text_editor.v link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8402300..d7a721a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ - [ved](https://github.com/vlang/ved) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s. - [vee](https://github.com/Larpon/vee) - V Editor Engine. A V module providing the guts of a text editor. Comes with a [TUI editor example](https://github.com/Larpon/vee/blob/master/examples/tuieditor/). -- [text_editor](https://github.com/vlang/v/examples/term.ui/text_editor.v) - Small text editor from the official V examples. +- [text_editor](https://github.com/vlang/v/blob/master/examples/term.ui/text_editor.v) - Small text editor from the official V examples. ### Web