We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9108a3a commit 37048e1Copy full SHA for 37048e1
1 file changed
library/src/main/java/com/proxerme/library/connection/UrlHolder.java
@@ -118,7 +118,7 @@ public static String getConferencesUrl(@IntRange(from = 1) int page) {
118
*/
119
@NonNull
120
public static String getConferenceUrl(@NonNull String id) {
121
- return getHost() + CONFERENCE + "#top";
+ return getHost() + CONFERENCE + id + "#top";
122
}
123
124
0 commit comments