Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
docs: fix managed mode URL (#1066)
Browse files Browse the repository at this point in the history
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
  • Loading branch information
Ernest Wong committed May 11, 2021
1 parent 91f461d commit f9c5bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/content/en/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ menu:
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity/crds/crd.yaml
```

With [managed mode](./Configure/pod_identity_in_managed_mode.md) enabled, you can remove the unused AzureAssignedIdentity CRD if you wish.
With [managed mode](../docs/configure/pod_identity_in_managed_mode) enabled, you can remove the unused AzureAssignedIdentity CRD if you wish.

```bash
# MANAGED MODE ONLY!
Expand All @@ -40,7 +40,7 @@ menu:
### Documentations

- docs: add standard to managed mode migration doc ([#1055](https://github.com/Azure/aad-pod-identity/pull/1055))
- docs: add installation steps for Azure RedHat Openshift ([#1056](]https://github.com/Azure/aad-pod-identity/pull/1056))
- docs: add installation steps for Azure RedHat Openshift ([#1056](https://github.com/Azure/aad-pod-identity/pull/1056))

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Using Kubernetes primitives, administrators configure identities and bindings to
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts/aad-pod-identity/crds/crd.yaml
```

With [managed mode](./Configure/pod_identity_in_managed_mode.md) enabled, you can remove the unused AzureAssignedIdentity CRD if you wish.
With [managed mode](./configure/pod_identity_in_managed_mode) enabled, you can remove the unused AzureAssignedIdentity CRD if you wish.

```bash
# MANAGED MODE ONLY!
Expand Down

0 comments on commit f9c5bd1

Please sign in to comment.