]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Fix images path
authorpcarana <pc.moreno2099@gmail.com>
Mon, 14 Oct 2019 21:35:03 +0000 (16:35 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Mon, 14 Oct 2019 21:35:03 +0000 (16:35 -0500)
docs/intro-fort.md
docs/intro-rpki.md
docs/usage.md

index 1c9146583cbe7eeef410a093ca3662fc6210381d..d4449c546a1f21ecc8fdc70e5f5d8047b304aed0 100644 (file)
@@ -8,7 +8,7 @@ title: Introduction to Fort
 
 Fort is an MIT-licensed RPKI Relying Party. It is a service that performs the validation of the entire RPKI repository, and which serves the resulting ROAs for easy access by your routers.
 
-![../img/design.svg](../img/design.svg)
+![img/design.svg](img/design.svg)
 
 The Validator is a timer that resynchronizes its [local cache](usage.html#--local-repository), validates the resulting [RPKI trees](intro-rpki.html) and stores the resulting ROAs in memory every [certain amount of time](usage.html#--serverintervalvalidation). The RTR [Server](usage.html#--serveraddress) (which is part of the same binary) delivers these ROAs to any requesting routers.
 
index ddbc57c2929008c94ad2013340e5808dca94625f..efb679fd0f86d2700f39b8fc640ae08b1ca85a61 100644 (file)
@@ -14,13 +14,13 @@ The RPKI (Resource Public Key Infrastructure) is a PKI (Public Key Infrastructur
 
 Basically, the idea is that one should be able to verify the origin of a route by following a chain of criptographically-signed certificates rooted at one of the [RIRs](https://en.wikipedia.org/wiki/Regional_Internet_registry):
 
-![../img/chain.svg](../img/chain.svg)
+![img/chain.svg](img/chain.svg)
 
 The end result is a _Route Origin Attestation_ (ROA), a digitally signed object that provides a means of verifying that an IP address block holder has authorized an Autonomous System (AS) to originate routes to its address block or one of its children's.
 
 So the whole infrastructure functions like a tree-shaped trust network (one for each RIR) in which authorities (_Certificate Authority_--CA) attest to their resource suballocations:
 
-![../img/tree.svg](../img/tree.svg)
+![img/tree.svg](img/tree.svg)
 
 In the RPKI, all of these files are required to be publicly-available, so anyone can verify them.
 
index 300a0f79dbd031eefb1b7a26152187486dd0f57a..98f3365d65ad04c41fe703bd4a20fbae07b28a9a 100644 (file)
@@ -282,7 +282,7 @@ TCP port or service the server will be bound to.
 
 This is a string because a service alias can be used as a valid value. The available aliases are commonly located at `/etc/services`. (See '`$ man services`'.)
 
-> ![../img/warn.svg](../img/warn.svg) The default port is privileged. To improve security, either change or jail it.
+> ![img/warn.svg](img/warn.svg) The default port is privileged. To improve security, either change or jail it.
 
 ### `--server.backlog`