From 0726a3034dfab8e3095319761771a2c44942671d Mon Sep 17 00:00:00 2001 From: Mark Catley Date: Fri, 4 Aug 2023 23:55:04 +1200 Subject: [PATCH] examples: fix github links (#1493) --- examples/hackernews/src/routes/nav.rs | 2 +- examples/hackernews_axum/src/routes/nav.rs | 2 +- leptos/Cargo.toml | 2 +- leptos_server/Cargo.toml | 2 +- meta/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/hackernews/src/routes/nav.rs b/examples/hackernews/src/routes/nav.rs index a599e0b50..514394adc 100644 --- a/examples/hackernews/src/routes/nav.rs +++ b/examples/hackernews/src/routes/nav.rs @@ -21,7 +21,7 @@ pub fn Nav(cx: Scope) -> impl IntoView { "Jobs" - + "Built with Leptos" diff --git a/examples/hackernews_axum/src/routes/nav.rs b/examples/hackernews_axum/src/routes/nav.rs index 8668fc5e5..911c2523d 100644 --- a/examples/hackernews_axum/src/routes/nav.rs +++ b/examples/hackernews_axum/src/routes/nav.rs @@ -21,7 +21,7 @@ pub fn Nav(cx: Scope) -> impl IntoView { "Jobs" - + "Built with Leptos" diff --git a/leptos/Cargo.toml b/leptos/Cargo.toml index c6c6ee9a0..e4ca533f2 100644 --- a/leptos/Cargo.toml +++ b/leptos/Cargo.toml @@ -4,7 +4,7 @@ version = { workspace = true } edition = "2021" authors = ["Greg Johnston"] license = "MIT" -repository = "https://github.com/gbj/leptos" +repository = "https://github.com/leptos-rs/leptos" description = "Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces." readme = "../README.md" diff --git a/leptos_server/Cargo.toml b/leptos_server/Cargo.toml index 5c240e1bb..f440c2ae0 100644 --- a/leptos_server/Cargo.toml +++ b/leptos_server/Cargo.toml @@ -4,7 +4,7 @@ version = { workspace = true } edition = "2021" authors = ["Greg Johnston"] license = "MIT" -repository = "https://github.com/gbj/leptos" +repository = "https://github.com/leptos-rs/leptos" description = "RPC for the Leptos web framework." readme = "../README.md" diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 0aa6f1e00..8e443911e 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.8" edition = "2021" authors = ["Greg Johnston"] license = "MIT" -repository = "https://github.com/gbj/leptos" +repository = "https://github.com/leptos-rs/leptos" description = "Tools to set HTML metadata in the Leptos web framework." [dependencies]