Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
smcguire-cmu committed Oct 18, 2024
1 parent 23d79f7 commit 06d7586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/remote_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"If you're accessing HATS catalogs on a local file system, a typical path string like `\"/path/to/catalogs\"` will be sufficient. This tutorial will help you get started if you need to access data over HTTP/S, cloud storage, or have some additional parameters for connecting to your data.\n",
"\n",
"We use `[fsspec](https://github.com/fsspec/filesystem_spec)` and `[universal_pathlib](https://github.com/fsspec/universal_pathlib)` to create connections to remote sources for data. Please refer to their documentation for a list of supported filesystems and any filesystem-specific parameters.\n",
"We use [fsspec](https://github.com/fsspec/filesystem_spec) and [universal_pathlib](https://github.com/fsspec/universal_pathlib) to create connections to remote sources for data. Please refer to their documentation for a list of supported filesystems and any filesystem-specific parameters.\n",
"\n",
"Below, we provide some a basic workflow for accessing remote data, as well as filesystem-specific hints."
]
Expand Down

0 comments on commit 06d7586

Please sign in to comment.