]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Fix typo at example in setup script, use relative paths at READMEs
authorpcarana <pc.moreno2099@gmail.com>
Mon, 4 Nov 2019 21:49:33 +0000 (15:49 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Mon, 4 Nov 2019 21:49:33 +0000 (15:49 -0600)
README.md
examples/README.md
examples/tal/README.md
fort_setup.sh

index 356f8c24296c8f553bd8c44ca28723dbf30f6c0b..1f91056b341b1423629e895db67dcd90ffa2699b 100644 (file)
--- 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/).
index 279c61f950d0fae2677c4605dc312467ffb65d52..5ea6f3d06da11003970a769cb40a2581f54ff0c6 100644 (file)
@@ -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/).
index 493ad56580ab7083c2753914c00f85bffc553231..6c60b3d0d80580158279d4ed3379c0894b6ef9bc 100644 (file)
@@ -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).
index 92fc1db71ccbd9db7bdddcc615f5fe48e1cd6164..7fe9b4aa718c7e7096f7e48d05bafc6e1b6a9d01 100755 (executable)
@@ -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 ""