Skip to content

Commit 37048e1

Browse files
committed
Fix conference url
1 parent 9108a3a commit 37048e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/src/main/java/com/proxerme/library/connection/UrlHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static String getConferencesUrl(@IntRange(from = 1) int page) {
118118
*/
119119
@NonNull
120120
public static String getConferenceUrl(@NonNull String id) {
121-
return getHost() + CONFERENCE + "#top";
121+
return getHost() + CONFERENCE + id + "#top";
122122
}
123123

124124
}

0 commit comments

Comments
 (0)