From fc6e3d605609fc4e2a4c165ad3818ba74450f15e Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Fri, 4 Jun 2021 02:24:57 -0500 Subject: [PATCH] docs: Fix simulation docs link (#9452) * Fix simulation docs link * Fix link * apply suggestion Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: Marko --- docs/using-the-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-the-sdk/README.md b/docs/using-the-sdk/README.md index 747dfd5005..890a9e9a1c 100644 --- a/docs/using-the-sdk/README.md +++ b/docs/using-the-sdk/README.md @@ -6,4 +6,4 @@ parent: # Using the SDK - [Modules](../../x/README.md) -- [Simulation](./simulation.md) +- [Simulation](../core/simulation.md)