From 6e9e31d659520bd7b9f9cee57be8778df70e7f6c Mon Sep 17 00:00:00 2001
From: Andreas Gattringer <andreas.gattringer@univie.ac.at>
Date: Tue, 30 May 2023 20:23:35 +0200
Subject: [PATCH] documentation: fixed link and reorganised ini description

---
 vignettes/catsr.Rmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vignettes/catsr.Rmd b/vignettes/catsr.Rmd
index c785d49..822ed25 100644
--- a/vignettes/catsr.Rmd
+++ b/vignettes/catsr.Rmd
@@ -73,7 +73,7 @@ When creating configurations, catsr currently only supports the hybrid parametri
 This limitation does not apply when external CATS configuration files are used to run CATS in catsr.
 
 ## Configuration parameter naming scheme
-CATS configuration files are (INI files)[https://en.wikipedia.org/wiki/INI_file]. INI files are human readable text files, structured into sections, which contain key-value pairs. They can be e.g. read and modified with the [ini package](https://cran.r-project.org/package=ini). 
+CATS configuration files are [INI files](https://en.wikipedia.org/wiki/INI_file). INI files are human readable text files, structured into sections, which contain key-value pairs. They can be e.g. read and modified with the [ini package](https://cran.r-project.org/package=ini). For a specification of the CATS configuration file format and a full list of available configuration parameters see the [CATS manual, sections Configuration files and Configuration parameters](https://cats.univie.ac.at/docs/cats-manual.pdf). 
 
 The name of a configuration parameter in catsr is in the form of ```section.key_name```, which would correspond
 to this entry in a configuration file
@@ -90,7 +90,7 @@ type = suitability
 interpolation interval = 10
 ```
 
-For a full list of available configuration parameters see the [CATS manual, sections Configuration files and Configuration parameters](https://cats.univie.ac.at/docs/cats-manual.pdf). 
+
 
 ## Running a CATS simulation
 Before you can run CATS, it needs to be installed first.
-- 
GitLab