Skip to content

Commit

Permalink
fix some errors
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Feb 13, 2024
1 parent b2144c7 commit 1341238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/docs/concepts/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ date = "2023-06-24"
Since NSM can run in any environment, here is described only concepts of the available functionality.

- [Healing](../features/healing)
- [Datapath Healing](../features/datapath_healing)
- [Datapath Healing](../features/datapath_healing)
- [Connection Monitoring API](../features/monitoring)
2 changes: 1 addition & 1 deletion content/docs/concepts/features/healing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Healing is an indispensable tool for organizations leveraging NSM, enabling them

## References

- [NSM Monitoring API](./monitoring.md)
- [NSM Monitoring API](../../features/monitoring)
- [Code implementation](https://github.com/networkservicemesh/sdk/tree/release/v1.10.0/pkg/networkservice/common/heal)
- [Runnable k8s examples](https://github.com/networkservicemesh/deployments-k8s/tree/release/v1.10.0/examples/heal)
- [See other features](../)

0 comments on commit 1341238

Please sign in to comment.