Ver Fonte

doc/arch/net/p2p-network.md: fixed relative path

skoupidi há 1 ano atrás
pai
commit
7678346e95
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      doc/src/arch/net/p2p-network.md

+ 1 - 1
doc/src/arch/net/p2p-network.md

@@ -18,7 +18,7 @@ Connections are then wrapped in a `Channel` abstraction which allows
 protocols to be attached. See `src/net/protocol/` and run `fd protocol` for custom
 application specific network protocols. Also see the follow tutorial:
 
-* [Understanding Protocols](../learn/dchat/creating-dchatd/protocols.md)
+* [Understanding Protocols](../../learn/dchat/creating-dchatd/protocols.md)
 
 ## Outbound Session