diff --git a/oxide-browser/src/lib.rs b/oxide-browser/src/lib.rs index 4132a8d..a276190 100644 --- a/oxide-browser/src/lib.rs +++ b/oxide-browser/src/lib.rs @@ -1,7 +1,7 @@ //! # Oxide Browser — Host Runtime //! //! `oxide-browser` is the native desktop host application for the -//! [Oxide browser](https://github.com/nicklabh/oxide), a **binary-first browser** +//! [Oxide browser](https://github.com/niklabh/oxide), a **binary-first browser** //! that fetches and executes `.wasm` (WebAssembly) modules instead of //! HTML/JavaScript. //! diff --git a/oxide-docs/Cargo.toml b/oxide-docs/Cargo.toml index 03e58ae..cb6741f 100644 --- a/oxide-docs/Cargo.toml +++ b/oxide-docs/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Documentation hub for the Oxide browser project — a binary-first browser for WebAssembly" license = "Apache-2.0" authors = ["Nikhil Ranjan "] -repository = "https://github.com/nicklabh/oxide" +repository = "https://github.com/niklabh/oxide" homepage = "https://docs.oxide.foundation" documentation = "https://docs.oxide.foundation"