Skip to content

Commit 94dda81

Browse files
committed
Point issue tracker to peekapi-dev/community
1 parent 20511b4 commit 94dda81

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2021"
55
description = "API analytics SDK — buffers request events and flushes them to an ingestion endpoint"
66
license = "MIT"
77
repository = "https://github.com/peekapi-dev/sdk-rust"
8+
homepage = "https://peekapi.dev"
89

910
[dependencies]
1011
serde = { version = "1", features = ["derive"] }

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ The callback receives a header-getter closure (`&dyn Fn(&str) -> Option<String>`
175175

176176
## Contributing
177177

178+
Bug reports and feature requests: [peekapi-dev/community](https://github.com/peekapi-dev/community/issues)
179+
178180
1. Fork & clone the repo
179181
2. Run tests — `cargo test`
180182
3. Lint — `cargo clippy --all-features`

0 commit comments

Comments
 (0)