Skip to content

Commit bc657cb

Browse files
Update libsoup API URL (#226)
1 parent 6f3c2a2 commit bc657cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/HTTP Request/main.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Adw.StatusPage {
3232

3333
LinkButton {
3434
label: _("Documentation");
35-
uri: "https://libsoup.org/libsoup-3.0/index.html";
35+
uri: "https://libsoup.gnome.org/libsoup-3.0/index.html";
3636
}
3737
};
3838
}

src/WebSocket Client/main.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Adw.StatusPage {
4949

5050
LinkButton {
5151
label: _("API Reference");
52-
uri: "https://libsoup.org/libsoup-3.0/class.WebsocketConnection.html";
52+
uri: "https://libsoup.gnome.org/libsoup-3.0/class.WebsocketConnection.html";
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)