Skip to content

Commit 02a5936

Browse files
committed
Link to both docs.rs and github page for documentation.
1 parent 4d9c4f8 commit 02a5936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Rust bindings for [JACK Audio Connection Kit](<https://jackaudio.org>).
55
| [![Crates.io](https://img.shields.io/crates/v/jack.svg)](https://crates.io/crates/jack) | [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
66
|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
77
| [![Docs.rs](https://docs.rs/jack/badge.svg)](https://docs.rs/jack) | [![Test](https://github.com/RustAudio/rust-jack/actions/workflows/testing.yml/badge.svg)](https://github.com/RustAudio/rust-jack/actions/workflows/testing.yml) |
8-
| [Documentation](https://rustaudio.github.io/rust-jack) | [:heart: Sponsor](<https://github.com/sponsors/wmedrano>) |
8+
| [📚 Documentation](https://rustaudio.github.io/rust-jack) | [:heart: Sponsor](<https://github.com/sponsors/wmedrano>) |
99

1010
## Using JACK
1111

@@ -21,8 +21,8 @@ disabled by creating a client with the `NO_START_SERVER` option.
2121
- MacOS users may install JACK from the [official
2222
website](<http://jackaudio.org/downloads/>) or [Homebrew](<https://formulae.brew.sh/formula/jack>).
2323

24-
Refer to the [documentation](<https://docs.rs/jack/>) for details about the API, building, and packaging.
25-
Also take a look at the `examples` directory for usage.
24+
Refer to the [docs.rs documentation](<https://docs.rs/jack/>) for details about
25+
the API. For more general documentation, visit <https://rustaudio.github.io/rust-jack>.
2626

2727

2828
# Testing

0 commit comments

Comments
 (0)