From d4ed1947edbec02bb7a94ba20933d405f8809db5 Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Tue, 8 Feb 2022 16:39:03 -0700 Subject: [PATCH] Fix warnings. (#160) --- docs/developer_tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer_tutorial.md b/docs/developer_tutorial.md index fb487471..13d320f8 100644 --- a/docs/developer_tutorial.md +++ b/docs/developer_tutorial.md @@ -24,7 +24,7 @@ It is advisable to set `SPACK_MANAGER` environment variable in your `bashrc` or since most of the scripts rely on this environment variable to run correctly. Next you want to activate spack via spack manager. -This can be done by sourcing the bash-script [start.sh](../start.sh). +This can be done by sourcing the bash-script start.sh. ``` source $SPACK_MANAGER/start.sh @@ -85,7 +85,7 @@ The includes files are also located in the `demo` directory. These contain machine specific (in this case ascicgpu) and general configurations. The order they are listed in also determines the level of precedence the configuration files are given. -These are copied from the machine specific [configs](../configs/) stored in the +These are copied from the machine specific configs directory stored in the spack-manager repository. Further details of these files are outside the scope of this tutorial but can be found in the [spack configuration files documentation](https://spack.readthedocs.io/en/latest/configuration.html).