Skip to content

Commit 73941ef

Browse files
rasapalaatobiszei
andauthored
Fix service docs (#3754)
### 🛠 Summary Fix links and config path. ### 🧪 Checklist - [ ] Unit tests added. - [ ] The documentation updated. - [ ] Change follows security best practices. `` --------- Co-authored-by: Adrian Tobiszewski <[email protected]>
1 parent 28b080f commit 73941ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/windows_service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Download the windows zip package and install it using baremetal instructions
66

7-
**Required:** OpenVINO Model Server package - see [deployment instructions](../../../docs/deploying_server_baremetal.md) for details.
7+
**Required:** OpenVINO Model Server package - see [deployment instructions](deploying_server_baremetal.md) for details.
88

99
## Starting the model server service
1010

@@ -32,9 +32,9 @@ sc delete ovms
3232
You can find a RAG demo with the service in the [demo documentation](../demos/continuous_batching/rag/README.md) in the service section.
3333

3434
## Service interaction
35-
You can change the default config.json location from c:\models to you own path. Make sure you are passing the full path to the directory.
36-
```bat
37-
.\ovms\install_ovms_service.bat c:\my_own_path\to_directory
35+
You can change the default config.json location from c:\models\config.json to you own path. Make sure you are passing the full path to the file.
36+
```text
37+
.\ovms\install_ovms_service.bat c:\my_own_path\to_directory\config.json
3838
```
3939

4040
### List models

0 commit comments

Comments
 (0)