Skip to content

Commit b7389c2

Browse files
committed
Fix links in documentation
1 parent 8175bf3 commit b7389c2

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ edition = "2021"
66
license = "MIT"
77
description = "utilities for integrating Datadog with tracing"
88
readme = "README.md"
9+
homepage = "https://github.com/Validus-Risk-Management/ddtrace"
10+
repository = "https://github.com/Validus-Risk-Management/ddtrace"
911
keywords = ["datadog", "tracing", "opentelemetry", "axum"]
1012
categories = ["web-programming"]
1113
exclude = [".pre-commit-config.yaml"]

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
//! works with Datadog. It has been tested with services using [`axum`] hosted
66
//! on AWS ECS, with propagation working when requests are made to other services
77
//! using [`reqwest`].
8+
//!
9+
//! [`axum`]: https://github.com/tokio-rs/axum
10+
//! [`reqwest`]: https://docs.rs/reqwest/latest/reqwest/
811
912
#[cfg(feature = "axum")]
1013
pub mod axum;

0 commit comments

Comments
 (0)