From 5e3de6c3ce21f32b5b66f22efbcc82fb2d9eb8b9 Mon Sep 17 00:00:00 2001 From: pcarana Date: Mon, 4 Nov 2019 15:49:33 -0600 Subject: [PATCH] Fix typo at example in setup script, use relative paths at READMEs --- README.md | 2 +- examples/README.md | 2 +- examples/tal/README.md | 2 +- fort_setup.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 356f8c24..1f91056b 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ An RPKI Validator and RTR Server, part of the [FORT project](https://www.fortpro FORT Validator's documentation (installation, usage, etc.) can be found at [https://nicmx.github.io/FORT-validator/](https://nicmx.github.io/FORT-validator/). -If you wish to generate the docs by yourself, visit the [docs directory](https://github.com/NICMx/FORT-validator/tree/master/docs). +If you wish to generate the docs by yourself, visit the [docs directory](docs/). diff --git a/examples/README.md b/examples/README.md index 279c61f9..5ea6f3d0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,4 +3,4 @@ This folder contains the following examples: - `config.json`: configuration file mostly with the default values used by the validator. Can be set as value of [`--configuration-file`](https://nicmx.github.io/FORT-validator/usage.html#--configuration-file). - `demo.slurm`: valid SLURM file mostly with the same values as in [RFC 8416 section 3.5](https://tools.ietf.org/html/rfc8416#section-3.5). Can be set as value of [`--slurm`](https://nicmx.github.io/FORT-validator/usage.html#--slurm). -- `tal/`: directory that contains almost all RIRs TALs, [read more](https://github.com/NICMx/FORT-validator/blob/master/examples/tal/README.md). +- `tal/`: directory that contains almost all RIRs TALs, [read more](tal/). diff --git a/examples/tal/README.md b/examples/tal/README.md index 493ad565..6c60b3d0 100644 --- a/examples/tal/README.md +++ b/examples/tal/README.md @@ -4,4 +4,4 @@ Most of the Trust Anchor Locators of the RIRs are included here for convenience. The only one that's not included is ARIN's, because you need to agree to their [RPA](https://www.arin.net/resources/manage/rpki/tal/). -In order to ease the ARIN TAL download, there's a script that does that for you: [fort_setup.sh](https://github.com/NICMx/FORT-validator/blob/master/fort_setup.sh). Read more about it at web docs section [Compilation and Installation](https://nicmx.github.io/FORT-validator/installation.html). +In order to ease the ARIN TAL download, there's a script that does that for you: [fort_setup.sh](../../fort_setup.sh). Read more about it at web docs section [Compilation and Installation](https://nicmx.github.io/FORT-validator/installation.html). diff --git a/fort_setup.sh b/fort_setup.sh index 92fc1db7..7fe9b4aa 100755 --- a/fort_setup.sh +++ b/fort_setup.sh @@ -166,7 +166,7 @@ echo "- The configuration file '$CONF_FILE' was created with the following conte cat $CONF_FILE echo "" echo "- This configuration file can be utilized with FORT validator, e.g.:" -echo " \$ fort --f \"$CONF_FILE\"" +echo " \$ fort -f \"$CONF_FILE\"" echo "- Or its members can be utilized as FORT validator arguments, e.g.:" echo -n " \$ fort --tal \"$TALS_LOC\"" && ! [ -z "$REPO_DIR" ] && echo " --local-repository \"$REPO_DIR\"" echo "" -- 2.47.2