Remove 'www.' from ruma.io URLs
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user