Skip to content

Commit 98978ff

Browse files
authored
Docs: fix remote url (#627)
1 parent 4df5b3f commit 98978ff

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ Back in your plugin project, copy `.env.example` to `.env` and insert the releva
10441044
10451045
```bash
10461046
INSTALL_METHOD=remote
1047-
REMOTE_INSTALL_HOST=localhost
1047+
REMOTE_INSTALL_HOST=remote
10481048
REMOTE_INSTALL_PORT=5003
10491049
REMOTE_INSTALL_KEY=****-****-****-****-****
10501050
```

en/plugins/quick-start/develop-plugins/extension-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The `.env` file:
223223

224224
```bash
225225
INSTALL_METHOD=remote
226-
REMOTE_INSTALL_HOST=localhost
226+
REMOTE_INSTALL_HOST=remote
227227
REMOTE_INSTALL_PORT=5003
228228
REMOTE_INSTALL_KEY=****-****-****-****-****
229229
```

en/plugins/quick-start/develop-plugins/tool-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The `.env` file:
313313

314314
```bash
315315
INSTALL_METHOD=remote
316-
REMOTE_INSTALL_HOST=localhost
316+
REMOTE_INSTALL_HOST=remote
317317
REMOTE_INSTALL_PORT=5003
318318
REMOTE_INSTALL_KEY=****-****-****-****-****
319319
```

jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ class BasicAgentAgentStrategy(AgentStrategy):
10451045

10461046
```bash
10471047
INSTALL_METHOD=remote
1048-
REMOTE_INSTALL_HOST=localhost
1048+
REMOTE_INSTALL_HOST=remote
10491049
REMOTE_INSTALL_PORT=5003
10501050
REMOTE_INSTALL_KEY=****-****-****-****-****
10511051
```

jp/plugins/quick-start/develop-plugins/tool-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class GoogleProvider(ToolProvider):
329329

330330
```bash
331331
INSTALL_METHOD=remote
332-
REMOTE_INSTALL_HOST=localhost
332+
REMOTE_INSTALL_HOST=remote
333333
REMOTE_INSTALL_PORT=5003
334334
REMOTE_INSTALL_KEY=****-****-****-****-****
335335
```

zh_CN/plugins/quick-start/debug-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
```bash
1414
INSTALL_METHOD=remote
15-
REMOTE_INSTALL_HOST=localhost
15+
REMOTE_INSTALL_HOST=remote
1616
REMOTE_INSTALL_PORT=5003
1717
REMOTE_INSTALL_KEY=****-****-****-****-****
1818
```

zh_CN/plugins/quick-start/develop-plugins/agent-strategy-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ class BasicAgentAgentStrategy(AgentStrategy):
10491049

10501050
```bash
10511051
INSTALL_METHOD=remote
1052-
REMOTE_INSTALL_HOST=localhost
1052+
REMOTE_INSTALL_HOST=remote
10531053
REMOTE_INSTALL_PORT=5003
10541054
REMOTE_INSTALL_KEY=****-****-****-****-****
10551055
```

zh_CN/plugins/quick-start/develop-plugins/tool-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class GoogleProvider(ToolProvider):
315315

316316
```bash
317317
INSTALL_METHOD=remote
318-
REMOTE_INSTALL_HOST=localhost
318+
REMOTE_INSTALL_HOST=remote
319319
REMOTE_INSTALL_PORT=5003
320320
REMOTE_INSTALL_KEY=****-****-****-****-****
321321
```

0 commit comments

Comments
 (0)