Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oxide-browser/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
//!
Expand Down
2 changes: 1 addition & 1 deletion oxide-docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <niklabh>"]
repository = "https://github.com/nicklabh/oxide"
repository = "https://github.com/niklabh/oxide"
homepage = "https://docs.oxide.foundation"
documentation = "https://docs.oxide.foundation"

Expand Down
Loading