Skip to content

Commit 6343672

Browse files
authored
README.md: fix outdated repo links
still need to fix appveyor badge; cc @NoraCodes
1 parent e01e6c6 commit 6343672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Improved User Interface
22
## A cross-platform UI toolkit for Rust based on libui
3-
[![libui-rs travis build status](https://api.travis-ci.org/LeoTindall/libui-rs.svg?branch=master)](https://travis-ci.org/LeoTindall/libui-rs/)
3+
[![travis-ci build status](https://travis-ci.com/rust-native-ui/libui-rs.svg?branch=master)](https://travis-ci.com/rust-native-ui/libui-rs)
44
[![libui-rs appveyor build status badge](https://ci.appveyor.com/api/projects/status/github/leotindall/libui-rs)](https://ci.appveyor.com/project/LeoTindall/libui-rs)
55
![actively developed badge](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)
66

@@ -32,16 +32,16 @@ Then, in your code, all you have to do is:
3232
Or, you can track the `master` branch, which may be broken and whose API often changes, with:
3333

3434
```toml
35-
iui = { git = "https://github.com/LeoTindall/libui-rs.git" }
35+
iui = { git = "https://github.com/rust-native-ui/libui-rs.git" }
3636
```
3737

38-
We have documentation on [docs.rs](https://docs.rs/iui) for released versions and on [github](https://leotindall.github.io/libui-rs/iui/index.html) for master.
38+
We have documentation on [docs.rs](https://docs.rs/iui) for released versions and on [github](https://rust-native-ui.github.io/libui-rs/iui/index.html) for master.
3939

4040
## Examples
4141

4242
![Three example GUI applications running on Linux](themed.png)
4343

44-
Check out the [`examples/`](https://github.com/LeoTindall/libui-rs/tree/0.3.0/iui/examples) directory from the latest release for these examples and more.
44+
Check out the [`examples/`](https://github.com/rust-native-ui/libui-rs/tree/0.3.0/iui/examples) directory from the latest release for these examples and more.
4545

4646
## Organization
4747

0 commit comments

Comments
 (0)