diff --git a/README.md b/README.md index 5fba750..dd0b04e 100644 --- a/README.md +++ b/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 diff --git a/doc/benchmark.md b/docs/benchmark.md similarity index 100% rename from doc/benchmark.md rename to docs/benchmark.md diff --git a/doc/img/overview.excalidraw b/docs/img/overview.excalidraw similarity index 100% rename from doc/img/overview.excalidraw rename to docs/img/overview.excalidraw diff --git a/doc/img/overview.png b/docs/img/overview.png similarity index 100% rename from doc/img/overview.png rename to docs/img/overview.png diff --git a/doc/img/rathole-logo.png b/docs/img/rathole-logo.png similarity index 100% rename from doc/img/rathole-logo.png rename to docs/img/rathole-logo.png diff --git a/doc/img/tcp_bitrate.svg b/docs/img/tcp_bitrate.svg similarity index 100% rename from doc/img/tcp_bitrate.svg rename to docs/img/tcp_bitrate.svg diff --git a/doc/img/tcp_latency.svg b/docs/img/tcp_latency.svg similarity index 100% rename from doc/img/tcp_latency.svg rename to docs/img/tcp_latency.svg diff --git a/doc/internals.md b/docs/internals.md similarity index 100% rename from doc/internals.md rename to docs/internals.md diff --git a/doc/out-of-scope.md b/docs/out-of-scope.md similarity index 100% rename from doc/out-of-scope.md rename to docs/out-of-scope.md diff --git a/example/minimal/client.toml b/examples/minimal/client.toml similarity index 100% rename from example/minimal/client.toml rename to examples/minimal/client.toml diff --git a/example/minimal/server.toml b/examples/minimal/server.toml similarity index 100% rename from example/minimal/server.toml rename to examples/minimal/server.toml diff --git a/example/tls/ca-cert.pem b/examples/tls/ca-cert.pem similarity index 100% rename from example/tls/ca-cert.pem rename to examples/tls/ca-cert.pem diff --git a/example/tls/client.toml b/examples/tls/client.toml similarity index 100% rename from example/tls/client.toml rename to examples/tls/client.toml diff --git a/example/tls/identity.pfx b/examples/tls/identity.pfx similarity index 100% rename from example/tls/identity.pfx rename to examples/tls/identity.pfx diff --git a/example/tls/server.toml b/examples/tls/server.toml similarity index 100% rename from example/tls/server.toml rename to examples/tls/server.toml