From 6f41c1f7f5ca2cf7a2c39bb36e5038f25ae814bc Mon Sep 17 00:00:00 2001 From: Sietze van Buuren Date: Tue, 20 Aug 2024 10:40:43 +0200 Subject: [PATCH] docs: Fix link to installation page Signed-off-by: Sietze van Buuren --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 7046037..8e6c364 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -1,7 +1,7 @@ # Getting started To get started using mlpyqtgraph, it first needs to be installed. Refer to -[installation page](../installation.md) for instructions. +[installation page](../installation) for instructions. Now, mlpyqtgraph can be used in existing python programs.