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