Skip to content

Commit 7376521

Browse files
authored
Broken link fixed
1 parent 5772e49 commit 7376521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-access-data-interactive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ path_on_datastore '<path>'
6767
uri = f'azureml://subscriptions/{subscription}/resourcegroups/{resource_group}/workspaces/{workspace}/datastores/{datastore_name}/paths/{path_on_datastore}'.
6868
```
6969
70-
These Datastore URIs are a known implementation of [Filesystem spec](https://filesystem-spec.readthedocs.io/latest/index.html#) (`fsspec`): A unified pythonic interface to local, remote and embedded file systems and bytes storage.
70+
These Datastore URIs are a known implementation of [Filesystem spec](https://filesystem-spec.readthedocs.io/en/latest/index.html) (`fsspec`): A unified pythonic interface to local, remote and embedded file systems and bytes storage.
7171
7272
The Azure ML Datastore implementation of `fsspec` automatically handles credential/identity passthrough used by the Azure ML datastore. This means you don't need to expose account keys in your scripts or do additional sign-in procedures on a compute instance.
7373
@@ -671,4 +671,4 @@ azcopy cp $SOURCE $DEST
671671
## Next steps
672672

673673
- [Interactive Data Wrangling with Apache Spark in Azure Machine Learning (preview)](interactive-data-wrangling-with-apache-spark-azure-ml.md)
674-
- [Access data in a job](how-to-read-write-data-v2.md)
674+
- [Access data in a job](how-to-read-write-data-v2.md)

0 commit comments

Comments
 (0)