From 06d7586dbac7fd5bd6855d85cedb84cd9e440604 Mon Sep 17 00:00:00 2001 From: Sean McGuire Date: Fri, 18 Oct 2024 14:17:12 -0400 Subject: [PATCH] fix link --- docs/tutorials/remote_data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/remote_data.ipynb b/docs/tutorials/remote_data.ipynb index df8f9b8a..8f72e4d4 100644 --- a/docs/tutorials/remote_data.ipynb +++ b/docs/tutorials/remote_data.ipynb @@ -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." ]