Skip to content

Commit 5792d9f

Browse files
committed
docs: fix repo links
1 parent bd8bd10 commit 5792d9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "General purpose TCP server built for the Actix ecosystem"
1010
keywords = ["network", "tcp", "server", "framework", "async"]
1111
categories = ["network-programming", "asynchronous"]
1212
homepage = "https://actix.rs"
13-
repository = "https://github.com/actix/actix-net.git"
13+
repository = "https://github.com/actix/actix-net/tree/master/actix-server"
1414
license = "MIT OR Apache-2.0"
1515
edition.workspace = true
1616
rust-version.workspace = true

actix-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Rajasekharan Vengalil <avranju@gmail.com>"]
55
description = "Support for tokio tracing with Actix services"
66
keywords = ["network", "framework", "tracing"]
77
homepage = "https://actix.rs"
8-
repository = "https://github.com/actix/actix-net.git"
8+
repository = "https://github.com/actix/actix-net/tree/master/actix-tracing"
99
documentation = "https://docs.rs/actix-tracing"
1010
categories = ["network-programming", "asynchronous"]
1111
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)