From 332c06d2a611d243e9a604c81ce43f2087680c35 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Sun, 7 Nov 2021 12:12:33 -0500 Subject: [PATCH] Changed Github links to reference Yewprint org (#127) --- README.md | 6 +++--- yewprint-doc/src/app.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dea6aa8..c53d745 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Yewprint ![Rust](https://github.com/cecton/yewprint/workflows/Rust/badge.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/17f076ed-49e5-4185-921e-5c5759de2fdb/deploy-status)](https://app.netlify.com/sites/epic-poincare-f8adaa/deploys) [![Discord](https://img.shields.io/discord/701068342760570933)](https://discord.gg/NAFcwhp) [![API Docs](https://img.shields.io/badge/docs.rs-yewprint-green)](https://yewprint.rm.rs/api/yewprint/) +# Yewprint ![Rust](https://github.com/yewprint/yewprint/workflows/Rust/badge.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/17f076ed-49e5-4185-921e-5c5759de2fdb/deploy-status)](https://app.netlify.com/sites/epic-poincare-f8adaa/deploys) [![Discord](https://img.shields.io/discord/701068342760570933)](https://discord.gg/NAFcwhp) [![API Docs](https://img.shields.io/badge/docs.rs-yewprint-green)](https://yewprint.rm.rs/api/yewprint/) It's [Blueprint](https://blueprintjs.com), but for @@ -14,14 +14,14 @@ Installation ## Use as a library (in your project) ```toml -yewprint = { git = "https://github.com/cecton/yewprint.git", branch = "main" } +yewprint = { git = "https://github.com/yewprint/yewprint.git", branch = "main" } ``` You will also need the CSS from Blueprint. There is a helper crate that can be used to automatize this: ```toml -yewprint-css = { git = "https://github.com/cecton/yewprint.git", branch = "main" } +yewprint-css = { git = "https://github.com/yewprint/yewprint.git", branch = "main" } ``` Then you can add this to your build process: diff --git a/yewprint-doc/src/app.rs b/yewprint-doc/src/app.rs index f4ff4ce..470b7aa 100644 --- a/yewprint-doc/src/app.rs +++ b/yewprint-doc/src/app.rs @@ -104,7 +104,7 @@ impl Component for App { {"View on GitHub"}