Skip to content

Commit 2930c8d

Browse files
authored
Merge pull request #987 from hirosystems/develop
fix syntax error and broken links
2 parents 2c7672d + 628c1ec commit 2930c8d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/docs/stacks/clarinet/clarity-formatter.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The [Clarity VS Code extension](https://marketplace.visualstudio.com/items?itemN
3737
You can find the settings by searching "clarity-lsp" from the settings menu (Ctrl+, / Cmd+,) or using the settings.json directly.
3838
For example, you can configure format-on-save for all clarity files within the settings.json with this entry:
3939

40-
```terminal
40+
```json -c
4141
"[clarity]": {
42-
"editor.formatOnSave": true,
43-
},
42+
"editor.formatOnSave": true,
43+
},
4444
```
4545

4646
### With Clarinet CLI

content/docs/stacks/clarinet/guides/create-deployment-plans.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ This cBTC smart contract application has a [devnet deployment plan](https://gith
233233
<Cards>
234234
<SecondaryCard
235235
icon={<Clarinet />}
236-
href="/stacks/clarinet/guides/cli-commands/run-a-local-devnet"
236+
href="/stacks/clarinet/guides/run-a-local-devnet"
237237
title="Run a local devnet"
238238
description="Learn how to run a local devnet."
239239
tag='Clarinet'

content/docs/stacks/clarinet/guides/debug-a-contract.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Using the _console`continue`_ command, the breakpoint you set in the _clarity`do
100100
<Cards>
101101
<SecondaryCard
102102
icon={<Clarinet />}
103-
href="/stacks/clarinet/guides/cli-commands/validate-a-contract"
103+
href="/stacks/clarinet/guides/validate-a-contract"
104104
title="Validate a contract"
105105
description="Learn how to validate a contract."
106106
tag='Clarinet'

content/docs/stacks/clarinet/guides/estimate-costs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To see how you can run automated cost analysis on your unit tests, check out our
8282
<Cards>
8383
<SecondaryCard
8484
icon={<Clarinet />}
85-
href="/stacks/clarinet/guides/cli-commands/validate-a-contract"
85+
href="/stacks/clarinet/guides/validate-a-contract"
8686
title="Validate a contract"
8787
description="Learn how to validate a contract."
8888
tag='Clarinet'

0 commit comments

Comments
 (0)