From e4d80596a0c8bb2a2c2400206db91e4aac031a85 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 15 Oct 2024 22:57:53 +0300 Subject: [PATCH] docs: add link to https://docs.vlang.io/introduction.html in doc/docs.md --- doc/docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/docs.md b/doc/docs.md index 7a6695f37d..25fdce220b 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -1,6 +1,8 @@ # V Documentation (See https://modules.vlang.io/ for documentation of V's standard library) +(See also https://docs.vlang.io/introduction.html, which has the same information as this document, +but split in separate pages for each section, for easier reading on mobile devices) ## Introduction