Skip to content

Commit 3bfdfc4

Browse files
Fix bookmark error
1 parent 4e50fe4 commit 3bfdfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-delete-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following code example gets the latest version of a deleted blob, and restor
8181

8282
3. The following code deletes a directory, and then restores a soft-deleted directory.
8383

84-
The code example below contains an object named `service_client` of type **DataLakeServiceClient**. To see examples of how to create a **DataLakeServiceClient** instance, see [Connect to the account](data-lake-storage-directory-file-acl-python.md#connect-to-the-account).
84+
The code example below contains an object named `service_client` of type **DataLakeServiceClient**. To see examples of how to create a **DataLakeServiceClient** instance, see [Authorize access and connect to data resources](data-lake-storage-directory-file-acl-python.md#authorize-access-and-connect-to-data-resources).
8585

8686
```python
8787
def restoreDirectory():

0 commit comments

Comments
 (0)