Skip to content

Commit c3d8f91

Browse files
authored
Merge pull request #95535 from Josmithr/patch-5
Fix API docs links
2 parents 9b294a5 + 14d5f4b commit c3d8f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-fluid-relay/how-tos/container-recovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Fluid framework periodically saves state, called summary, without any explicit b
2020

2121
We've added following methods to AzureClient that will enable developers to recover data from corrupted containers.
2222

23-
[`getContainerVersions(ID, options)`](https://fluidframework.com/docs/apis/azure-client/azureclient/#azure-client-azureclient-getcontainerversions-Method)
23+
[`getContainerVersions(ID, options)`](https://fluidframework.com/docs/apis/azure-client/azureclient#getcontainerversions-Method)
2424

2525
`getContainerVersions` allows developers to view the previously generated versions of the container.
2626

27-
[copyContainer(ID, containerSchema)](https://fluidframework.com/docs/apis/azure-client/azureclient/#azure-client-azureclient-copycontainer-Method)
27+
[`copyContainer(ID, containerSchema)`](https://fluidframework.com/docs/apis/azure-client/azureclient#copycontainer-Method)
2828

2929
`copyContainer` allows developers to generate a new detached container from a specific version of another container.
3030

0 commit comments

Comments
 (0)