summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-30 22:59:44 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-30 22:59:44 +0200
commit1e3a415379e574983e767141e43ce495a1a8fbe4 (patch)
treec665449abc0f746ccc770197309d16d6ce9dce38 /README.md
parent072cdab48903863f8f5ebaea19bd537428197f51 (diff)
downloadiced-1e3a415379e574983e767141e43ce495a1a8fbe4.tar.gz
iced-1e3a415379e574983e767141e43ce495a1a8fbe4.tar.bz2
iced-1e3a415379e574983e767141e43ce495a1a8fbe4.zip
Link to temp documentation in `README` for now
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3578f79b..9d709efa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Iced
[![Build Status](https://travis-ci.org/hecrj/iced.svg?branch=master)](https://travis-ci.org/hecrj/iced)
-[![Documentation](https://docs.rs/iced/badge.svg)](https://docs.rs/iced)
+[![Documentation](https://docs.rs/iced/badge.svg)][documentation]
[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced)
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
@@ -141,8 +141,6 @@ to:
Browse the [documentation] and the [examples] to learn more!
-[documentation]: https://docs.rs/iced
-[examples]: https://github.com/hecrj/iced/tree/master/examples
## Gallery
[![UI Tour - Coffee][gui_gif]][gui_gfycat]
@@ -158,13 +156,6 @@ Currently, Iced builds upon
* [`stretch`] for flexbox-based layouting.
* [`nalgebra`] for the `Point` type.
-[`stretch`]: https://github.com/vislyhq/stretch
-[`nalgebra`]: https://github.com/rustsim/nalgebra
-
-[Coffee]: https://github.com/hecrj/coffee
-[Elm]: https://elm-lang.org/
-[The Elm Architecture]: https://guide.elm-lang.org/architecture/
-
## Contributing / Feedback
If you want to contribute, you are more than welcome to be a part of the
project! Check out the current [issues] if you want to find something to work
@@ -175,5 +166,12 @@ Any kind of feedback is welcome! You can open an issue or, if you want to talk,
you can find me (and a bunch of awesome folks) over the `#gui-and-ui` channel in
the [Rust Community Discord]. I go by `@lone_scientist` there.
+[documentation]: http://iced-rs.surge.sh/iced/
+[examples]: https://github.com/hecrj/iced/tree/master/examples
+[Coffee]: https://github.com/hecrj/coffee
+[Elm]: https://elm-lang.org/
+[`stretch`]: https://github.com/vislyhq/stretch
+[`nalgebra`]: https://github.com/rustsim/nalgebra
+[The Elm Architecture]: https://guide.elm-lang.org/architecture/
[issues]: https://github.com/hecrj/iced/issues
[Rust Community Discord]: https://bit.ly/rust-community