File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22The External plugin allows to communicate with external programs
33
44Contents:
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
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ sidebar_title: Overview
1010The External plugin is able to communicate with external commands.
1111The 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
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ build {
5050## External Program Protocol
5151
5252The 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.
5454However, 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 )
5656for more details.
5757
5858## Argument Reference
You can’t perform that action at this time.
0 commit comments