Skip to content

Commit 9b54fbf

Browse files
committed
move adsim example to services folder
1 parent f55b7c4 commit 9b54fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/ioc_changes2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ make
7575
The IOC instance definition is a YAML file that tells `ibek` what the runtime assets (ie. EPICS DB and startup script) should look like. Previous tutorials selected the IOC instance definition from a beamline repository. In this case we will use the example IOC instance that comes with `ioc-adsimdetector`. The following command will select the example IOC instance:
7676

7777
```console
78-
ibek dev instance /workspaces/ioc-adsimdetector/ioc_examples/bl01t-ea-test-02
78+
ibek dev instance /workspaces/ioc-adsimdetector/services/bl01t-ea-test-02
7979
```
8080

8181
The above command removes the existing config folder `/epics/ioc/config` and
@@ -191,7 +191,7 @@ git reset --hard
191191
```
192192

193193
Add the following to
194-
`/workspaces/ioc-adsimdetector/ioc_examples/bl01t-ea-test-02/config/ioc.yaml`:
194+
`/workspaces/ioc-adsimdetector/services/bl01t-ea-test-02/config/ioc.yaml`:
195195

196196
```yaml
197197
- type: epics.dbpf

0 commit comments

Comments
 (0)