From c7c00534510e33972ff60f1ab55447332f587ead Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 26 Jun 2025 11:14:03 -0400 Subject: [PATCH] blog: fix `[obspec.Get]` link --- docs/blog/posts/introducing-obspec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/introducing-obspec.md b/docs/blog/posts/introducing-obspec.md index 6113f4e..cbfc77a 100644 --- a/docs/blog/posts/introducing-obspec.md +++ b/docs/blog/posts/introducing-obspec.md @@ -81,7 +81,7 @@ def iterate_over_file_object(fs: AbstractFileSystem, path: str): ### Obspec: Streaming download -By mapping more closely to the underlying HTTP requests, obspec makes it clearer what HTTP requests are happening under the hood. [obspec.Get] allows for streaming a file download via a Python iterator: +By mapping more closely to the underlying HTTP requests, obspec makes it clearer what HTTP requests are happening under the hood. [obspec.Get][obspec.Get] allows for streaming a file download via a Python iterator: ```py from obspec import Get