Skip to content

Commit acf4fd0

Browse files
committed
Link to crates.io and docs.rs.
1 parent fc18d00 commit acf4fd0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: lint
22
on:
33
push:
44
branches: [main]

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: test
22
on:
33
push:
44
branches: [main]

docs/_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ aux_links:
1717
- "https://github.com/rustaudio/rust-jack"
1818
"Sponsor":
1919
- "https://github.com/sponsors/wmedrano"
20+
"crates.io":
21+
- "https://crates.io/crates/jack"
22+
"docs.rs":
23+
- "https://docs.rs/jack/latest/jack"
2024
callouts:
2125
todo:
2226
title: TODO

0 commit comments

Comments
 (0)