Skip to content

Commit

Permalink
Merge branch 'staging' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Velosh committed Apr 26, 2021
2 parents 5fe9b53 + c1dc655 commit c59506d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ private void createGSI(GSICmdObj gsiCmdObj, TelegramBot bot) {
List<InlineKeyboardButton> rowInline = new ArrayList<>();
InlineKeyboardButton inlineKeyboardButtonAB = new InlineKeyboardButton();
inlineKeyboardButtonAB.setText("A/B Download");
inlineKeyboardButtonAB.setUrl("https://sourceforge.net/projects/" + SourceForgeSetup.getSfConf("bot-sf-proj") + "/files" + re + ab);
inlineKeyboardButtonAB.setUrl("https://sourceforge.net/projects/" + SourceForgeSetup.getSfConf("bot-sf-proj") + "/files/" + re + ab);
rowInline.add(inlineKeyboardButtonAB);
rowsInline.add(rowInline);
}
Expand Down

0 comments on commit c59506d

Please sign in to comment.