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

@@ -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.