Skip to content

Commit 89330da

Browse files
authored
Fixed the file path
1 parent 7e9df17 commit 89330da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/tutorial-run-python-batch-azure-data-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ with open(outputBlobName, "rb") as data:
117117
blob.upload_blob(data, overwrite=True)
118118
```
119119

120-
For more information on working with Azure Blob Storage, refer to the [Azure Blob Storage documentation](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction).
120+
For more information on working with Azure Blob Storage, refer to the [Azure Blob Storage documentation](/azure/storage/blobs/storage-blobs-introduction.md).
121121

122122
Run the script locally to test and validate functionality.
123123

0 commit comments

Comments
 (0)