Skip to content

Commit

Permalink
Fix broken FlyCircuit downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr committed Jul 25, 2024
1 parent a663432 commit 7b02e75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/sc/fiji/snt/io/FlyCircuitLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
public class FlyCircuitLoader implements RemoteSWCLoader {

private static final String BASE_URL =
"http://flycircuit.tw/flycircuitSourceData/NeuronData_v1.2/";
"http://www.flycircuit.tw/flycircuitSourceData/NeuronData_v1.2/";
private static final String SWC_PREFIX = "_seg001_linesetTransformRelease.swc";
private static final String VERSION = "1.2";


/**
* Checks whether a connection to the FlyCircuit database can be established.
*
Expand Down

0 comments on commit 7b02e75

Please sign in to comment.