fix: update repo URLs from github.com/alkdev to git.alk.dev/alkdev

This commit is contained in:
2026-06-03 06:45:22 +00:00
parent 37ff929a42
commit a7595f1718
5 changed files with 5 additions and 5 deletions

View File

@@ -10,4 +10,4 @@ resolver = "2"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/alkdev/wraith"
repository = "https://git.alk.dev/alkdev/wraith"

View File

@@ -227,7 +227,7 @@ This is **alpha software**. While it depends on well-established libraries (russ
- **API stability** — the library API (`wraith-core`) and NAPI interface may change between versions
- **Performance** — no load testing or benchmarking has been done yet
Please test thoroughly and [file issues](../../issues) for any problems you encounter.
Please test thoroughly and [file issues](https://git.alk.dev/alkdev/wraith/issues) for any problems you encounter.
## License

View File

@@ -1,6 +1,6 @@
//! # wraith-core
//!
//! Core library for [Wraith](https://github.com/alkdev/wraith), a self-hostable SSH-based
//! Core library for [Wraith](https://git.alk.dev/alkdev/wraith), a self-hostable SSH-based
//! tunnel tool. This crate provides the transport abstraction, SOCKS5 server, port forwarding,
//! authentication, and server handler — everything needed to build a wraith client or server
//! on top of pluggable transports.

View File

@@ -1,6 +1,6 @@
//! # wraith-napi
//!
//! Node.js native addon for [Wraith](https://github.com/alkdev/wraith) via napi-rs.
//! Node.js native addon for [Wraith](https://git.alk.dev/alkdev/wraith) via napi-rs.
//! Exposes `connect()` and `serve()` functions for programmatic SSH tunnel creation.
//!
//! > **Alpha software.** The NAPI interface may change between versions.

View File

@@ -1,6 +1,6 @@
//! # wraith
//!
//! CLI binary for [Wraith](https://github.com/alkdev/wraith), a self-hostable SSH-based tunnel
//! CLI binary for [Wraith](https://git.alk.dev/alkdev/wraith), a self-hostable SSH-based tunnel
//! tool. Provides `wraith connect` (client) and `wraith serve` (server) subcommands with
//! pluggable transports (TCP, TLS, iroh).
//!