Remove 'www.' from ruma.io URLs

This commit is contained in:
Jonas Platte
2023-10-12 15:44:00 +02:00
parent 07cd993dcf
commit e658b8b128
29 changed files with 42 additions and 42 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#![doc(html_favicon_url = "https://www.ruma.io/favicon.ico")]
#![doc(html_logo_url = "https://www.ruma.io/images/logo.png")]
#![doc(html_favicon_url = "https://ruma.io/favicon.ico")]
#![doc(html_logo_url = "https://ruma.io/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