Update website URL

This commit is contained in:
Jonas Platte
2024-04-04 13:20:58 +02:00
committed by GitHub
parent a123b30cf2
commit 4a02b97aa3
30 changed files with 44 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
name = "ruma-html"
version = "0.1.0"
description = "Opinionated HTML parsing and manipulating."
homepage = "https://ruma.io/"
homepage = "https://ruma.dev/"
keywords = ["matrix", "ruma", "html", "parser"]
license = "MIT"
readme = "README.md"

View File

@@ -1,5 +1,5 @@
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
#![doc(html_logo_url = "https://ruma.io/images/logo.png")]
#![doc(html_favicon_url = "https://ruma.dev/favicon.ico")]
#![doc(html_logo_url = "https://ruma.dev/images/logo.png")]
//! Opinionated HTML parsing and manipulating library.
//!
//! Like the rest of the Ruma crates, this crate is primarily meant to be used for