From 3e927eb03b2d6c5388393b8ad04a18e9d1aa2b70 Mon Sep 17 00:00:00 2001 From: TANIGUCHI Takaki Date: Tue, 12 Sep 2023 20:02:33 +0900 Subject: [PATCH] update ubuntu torrent link --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a96f15c..e2f6f29 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -726,7 +726,7 @@ impl TransClient { /// let mut client = TransClient::with_auth(url.parse()?, basic_auth); /// let add: TorrentAddArgs = TorrentAddArgs { /// filename: Some( - /// "https://releases.ubuntu.com/jammy/ubuntu-22.04.1-desktop-amd64.iso.torrent" + /// "https://releases.ubuntu.com/22.04/ubuntu-22.04.3-desktop-amd64.iso.torrent" /// .to_string(), /// ), /// ..TorrentAddArgs::default()