From 339858ca19345f5bf8c219795d0c327d71877d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Wed, 17 Aug 2022 09:00:02 +0200 Subject: [PATCH] update relative paths in dev docs --- documentation/dev/src/explore/resources/ide.md | 4 ++-- documentation/dev/src/specs/encoding.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/dev/src/explore/resources/ide.md b/documentation/dev/src/explore/resources/ide.md index 9f5f106ba1..b7e2232bb9 100644 --- a/documentation/dev/src/explore/resources/ide.md +++ b/documentation/dev/src/explore/resources/ide.md @@ -31,7 +31,7 @@ Add these to your settings.json to get rustfmt and clippy with the nightly versi ```json "rust-analyzer.checkOnSave.overrideCommand": [ "cargo", - "+{{#include ../../../../rust-nightly-version}}", + "+{{#include ../../../../../rust-nightly-version}}", "clippy", "--workspace", "--message-format=json", @@ -40,7 +40,7 @@ Add these to your settings.json to get rustfmt and clippy with the nightly versi "rust-analyzer.rustfmt.overrideCommand": [ "rustup", "run", - "{{#include ../../../../rust-nightly-version}}", + "{{#include ../../../../../rust-nightly-version}}", "--", "rustfmt", "--edition", diff --git a/documentation/dev/src/specs/encoding.md b/documentation/dev/src/specs/encoding.md index 728390c153..40e4b79b3c 100644 --- a/documentation/dev/src/specs/encoding.md +++ b/documentation/dev/src/specs/encoding.md @@ -41,7 +41,7 @@ Note that for the [default transactions](ledger/default-transactions.md), the `d ## Proto definitions ``` -{{#include ../../../proto/types.proto}} +{{#include ../../../../proto/types.proto}} ```