Skip to content

Commit 88607a8

Browse files
Merge pull request #222452 from pritamso/Broken-link-fix-samuel100
Broken link fixed
2 parents 7e5c0e5 + 7376521 commit 88607a8

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
@@ -68,7 +68,7 @@ path_on_datastore '<path>'
6868
uri = f'azureml://subscriptions/{subscription}/resourcegroups/{resource_group}/workspaces/{workspace}/datastores/{datastore_name}/paths/{path_on_datastore}'.
6969
```
7070
71-
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.
71+
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.
7272
7373
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.
7474
@@ -672,4 +672,4 @@ azcopy cp $SOURCE $DEST
672672
## Next steps
673673

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

0 commit comments

Comments
 (0)