Skip to content

Commit f3c1a3e

Browse files
committed
Update links
1 parent 1e1d46b commit f3c1a3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Adds the ability to create a collection of lines from a single chip and read or
5353
- Initial release of the library with basic operations centered around operating
5454
on a single line at a time.
5555

56-
[Unreleased]: https://github.com/posborne/rust-gpio-cdev/compare/0.1.0...HEAD
56+
[Unreleased]: https://github.com/rust-embedded/gpio-cdev/compare/0.4.0...HEAD

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "gpio-cdev"
33
version = "0.4.0"
44
authors = ["Paul Osborne <[email protected]>", "Frank Pagliughi <[email protected]>"]
55
description = "Linux GPIO Character Device Support (/dev/gpiochipN)"
6-
homepage = "https://github.com/posborne/rust-gpio-cdev"
7-
repository = "https://github.com/posborne/rust-gpio-cdev"
6+
homepage = "https://github.com/rust-embedded/gpio-cdev"
7+
repository = "https://github.com/rust-embedded/gpio-cdev"
88
readme = "README.md"
99
categories = ["embedded", "hardware-support", "os", "os::unix-apis"]
1010
keywords = ["linux", "gpio", "gpiochip", "embedded"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GPIO Character Device](#sysfs-gpio-vs-gpio-character-device).
1919

2020
## Installation
2121

22-
Add the following to your Cargo.toml
22+
Add the following to your `Cargo.toml`
2323

2424
```
2525
[dependencies]
@@ -34,7 +34,7 @@ Note that the following features are available:
3434
## Examples
3535

3636
There are several additional examples available in the [examples
37-
directory](https://github.com/posborne/rust-gpio-cdev/tree/master/examples).
37+
directory](https://github.com/rust-embedded/rust-gpio-cdev/tree/master/examples).
3838

3939
### Read State
4040

0 commit comments

Comments
 (0)