From ffede0053187a0d61f8fe3bfd863666014059cd3 Mon Sep 17 00:00:00 2001 From: Kacper Madej Date: Thu, 12 Dec 2024 17:11:51 +0100 Subject: [PATCH] Add link to sqlite docs --- docs/internals/typical_query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/typical_query.md b/docs/internals/typical_query.md index 55220d4aa..5b8e1d061 100644 --- a/docs/internals/typical_query.md +++ b/docs/internals/typical_query.md @@ -1,4 +1,4 @@ -The following sequence diagram shows the typical flow of a query from the CLI to the VDBE. +The following sequence diagram shows the typical flow of a query from the CLI to the [VDBE](https://www.sqlite.org/opcode.html). ```mermaid sequenceDiagram