Skip to content

Commit

Permalink
tutorials: change URL download.brainlib.org:8811 -> download.brainima…
Browse files Browse the repository at this point in the history
…gelibrary.org
  • Loading branch information
schlegelp committed Jan 3, 2025
1 parent 44e4c31 commit 4940a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/0_io/tutorial_io_00_skeletons.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# %%

# From an FTP folder:
nl = navis.read_swc('ftp://download.brainlib.org:8811/biccn/zeng/pseq/morph/200526/', limit=3)
nl = navis.read_swc('ftp://download.brainimagelibrary.org/biccn/zeng/pseq/morph/200526/', limit=3)


# !!! tip
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/1_plotting/tutorial_plotting_06_cortex.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import navis

nl = navis.read_swc(
"ftp://download.brainlib.org:8811/biccn/zeng/pseq/morph/200526/",
"ftp://download.brainimagelibrary.org/biccn/zeng/pseq/morph/200526/",
limit=[f"{i}_transformed.swc" for i in ids], # Load only the files we need
fmt="{name,id:int}_transformed.swc", # Parse the name and id from the file name
)
Expand Down

0 comments on commit 4940a1e

Please sign in to comment.