Skip to content

Commit a367039

Browse files
committed
Update Links
1 parent 8bbc1d0 commit a367039

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

getting-started/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646

4747
The extension then provides real-time diagnostics, syntax highlighting for refinements, and more.
4848

49-
> You can find more about the extension [here]({{ '/tooling/vscode-extension/' | relative_url }}).
49+
> You can find more about the extension [here]({{ '/vscode/' | relative_url }}).
5050
5151
## Command-Line Interface
5252

@@ -68,4 +68,4 @@ mvn clean install
6868

6969
This runs the verifier on your project and prints any errors to the console.
7070

71-
> You can find more about the command-line interface [here]({{ '/tooling/cli/' | relative_url }}).
71+
> You can find more about the command-line interface [here]({{ '/cli/' | relative_url }}).

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ cards:
1212
url: /reference/
1313
description: Look up LiquidJava concepts, annotations, and protocol rules in a more formal, detailed format.
1414
- title: VS Code Extension
15-
url: /tooling/vscode-extension/
15+
url: /vscode/
1616
description: Find out about real-time diagnostics, syntax highlighting, and more in the editor.
1717
- title: Command Line
18-
url: /tooling/cli/
18+
url: /cli/
1919
description: Run the verifier directly from the terminal for local checks, debugging, and CI workflows.
2020
- title: Examples
2121
url: /examples/

tooling/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Command Line
33
nav_order: 5
4+
permalink: /cli/
45
description: Run the LiquidJava verifier from the command line for local checks, debugging, and CI workflows.
56
---
67

tooling/vscode-extension.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: VS Code Extension
33
nav_order: 6
4+
permalink: /vscode/
45
description: Install the LiquidJava VS Code extension for live verification, syntax highlighting, and protocol visualizations.
56
---
67

0 commit comments

Comments
 (0)