Bläddra i källkod

chore: rename directories

Yujia Qiao 4 år sedan
förälder
incheckning
58d3a8c96c

+ 4 - 4
README.md

@@ -1,5 +1,5 @@
 # rathole
-![rathole-logo](./doc/img/rathole-logo.png)
+![rathole-logo](./docs/img/rathole-logo.png)
 
 A fast and stable reverse proxy for NAT traversal, written in Rust
 
@@ -96,11 +96,11 @@ bind_addr = "0.0.0.1:8082"
 
 rathole has similiar latency to [frp](https://github.com/fatedier/frp), but can handle more connections. Also it can provide much better bandwidth than frp.
 
-See also [Benchmark](./doc/benchmark.md).
+See also [Benchmark](./docs/benchmark.md).
 
-![tcp_bitrate](./doc/img/tcp_bitrate.svg)
+![tcp_bitrate](./docs/img/tcp_bitrate.svg)
 
-![tcp_latency](./doc/img/tcp_latency.svg)
+![tcp_latency](./docs/img/tcp_latency.svg)
 
 ## Development Status
 

+ 0 - 0
doc/benchmark.md → docs/benchmark.md


+ 0 - 0
doc/img/overview.excalidraw → docs/img/overview.excalidraw


+ 0 - 0
doc/img/overview.png → docs/img/overview.png


+ 0 - 0
doc/img/rathole-logo.png → docs/img/rathole-logo.png


+ 0 - 0
doc/img/tcp_bitrate.svg → docs/img/tcp_bitrate.svg


+ 0 - 0
doc/img/tcp_latency.svg → docs/img/tcp_latency.svg


+ 0 - 0
doc/internals.md → docs/internals.md


+ 0 - 0
doc/out-of-scope.md → docs/out-of-scope.md


+ 0 - 0
example/minimal/client.toml → examples/minimal/client.toml


+ 0 - 0
example/minimal/server.toml → examples/minimal/server.toml


+ 0 - 0
example/tls/ca-cert.pem → examples/tls/ca-cert.pem


+ 0 - 0
example/tls/client.toml → examples/tls/client.toml


+ 0 - 0
example/tls/identity.pfx → examples/tls/identity.pfx


+ 0 - 0
example/tls/server.toml → examples/tls/server.toml