Skip to content

Commit

Permalink
Merge branch 'tomas/fix-dev-docs-links' (#343)
Browse files Browse the repository at this point in the history
* tomas/fix-dev-docs-links:
  update relative paths in dev docs
  • Loading branch information
tzemanovic committed Aug 17, 2022
2 parents 3a4c0f9 + 339858c commit 85de679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/dev/src/explore/resources/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion documentation/dev/src/specs/encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
```

<!--- Align tables to the left -->
Expand Down

0 comments on commit 85de679

Please sign in to comment.