Skip to content

Commit 2fd106e

Browse files
committed
fix docs links
1 parent 15c8330 commit 2fd106e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The External plugin allows to communicate with external programs
33

44
Contents:
5-
- [index](/docs/datasources/index.mdx)
6-
- [data source json](/docs/datasources/json.mdx)
7-
- [data source raw](/docs/datasources/raw.mdx)
5+
- [index](/packer/plugins/datasources/index.mdx)
6+
- [data source json](/packer/plugins/datasources/json.mdx)
7+
- [data source raw](/packer/plugins/datasources/raw.mdx)
88

docs/datasources/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sidebar_title: Overview
1010
The External plugin is able to communicate with external commands.
1111
The following data sources are currently supported:
1212

13-
- [json](/docs/datasources/external/json) - Communicate with external commands
13+
- [json](/packer/plugins/datasources/external/json) - Communicate with external commands
1414
using JSON protocol.
15-
- [raw](/docs/datasources/external/raw) - Communicate with external commands
15+
- [raw](/packer/plugins/datasources/external/raw) - Communicate with external commands
1616
using plaintext protocol.
1717

1818
## Installation

docs/datasources/raw.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ build {
5050
## External Program Protocol
5151

5252
The protocol is almost the same as the one used by the
53-
[json](/docs/datasources/external/json) data source.
53+
[json](/packer/plugins/datasources/external/json) data source.
5454
However, query and result are plaintext strings instead
55-
of JSON objects. Please refer to the [json](/docs/datasources/external/json)
55+
of JSON objects. Please refer to the [json](/packer/plugins/datasources/external/json)
5656
for more details.
5757

5858
## Argument Reference

0 commit comments

Comments
 (0)