Skip to content

Commit 2f65cc5

Browse files
committed
Change links to rust-mobile
1 parent e4e8a9a commit 2f65cc5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.13.1"
44
authors = ["The android_logger Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
7-
repository = "https://github.com/Nercury/android_logger-rs"
7+
repository = "https://github.com/rust-mobile/android_logger-rs"
88
description = """
99
A logging implementation for `log` which hooks to android log output.
1010
"""
@@ -27,6 +27,3 @@ version = "0.3"
2727
[dependencies.env_logger]
2828
version = "0.10"
2929
default-features = false
30-
31-
[badges]
32-
travis-ci = { repository = "Nercury/android_logger-rs" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Send Rust logs to Logcat
22

33
[![Version](https://img.shields.io/crates/v/android_logger.svg)](https://crates.io/crates/android_logger)
4-
[![CI status](https://github.com/Nercury/android_logger-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/Nercury/android_logger-rs/actions/workflows/ci.yml/)
4+
[![CI status](https://github.com/rust-mobile/android_logger-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-mobile/android_logger-rs/actions/workflows/ci.yml/)
55

66

77
This library is a drop-in replacement for `env_logger`. Instead, it outputs messages to

0 commit comments

Comments
 (0)