From 6c592facca07cc0c144f6adc2e2a4b2a50a5a98e Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Wed, 27 Sep 2023 14:28:30 +0200 Subject: [PATCH] Update quickstartguide.md --- docs/installation/quickstartguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/quickstartguide.md b/docs/installation/quickstartguide.md index d37ed26b..2d344838 100644 --- a/docs/installation/quickstartguide.md +++ b/docs/installation/quickstartguide.md @@ -21,4 +21,4 @@ The most basic example on how to use this module is to [download the module](htt ``` The `include 'ttb/ttb_library.f'` statement replaces the line with the content of the ttb-module. The first line in a program or subroutine is now a `use Tensor` statement. That's it - now you're ready to go. -Continue to [Example](example.md) section. For a list and detailed information of available functions go [here](functions.md). \ No newline at end of file +Continue to the [Example]({% link examples/index.md %}) section. For a list and detailed information of available functions go [here]({% link api/index.md %}). \ No newline at end of file