Skip to content

Commit

Permalink
Fix ancient SF SVN path
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed May 8, 2018
1 parent 0384059 commit 3c55f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/apertium/caffeine/InstallDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
*/
public class InstallDialog extends javax.swing.JDialog {

protected static final String REPO_URL = "https://apertium.svn.sourceforge.net/svnroot/apertium/builds/language-pairs";
protected static final String REPO_URL = "https://svn.code.sf.net/p/apertium/svn/builds/language-pairs";

protected ArrayList<String> packages;
protected ArrayList<String> installedPackages;
Expand Down

0 comments on commit 3c55f05

Please sign in to comment.