Skip to content

Commit 7e2496d

Browse files
Fixing broken link in create_ioc.md
Just fixing a broken link to a start.sh file that appears to have moved in the ioc-template repo.
1 parent b4e0fce commit 7e2496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/create_ioc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To create a new IOC Instance simply add a new folder to the `services` folder in
1919
| --- | ---
2020
| **Chart.yaml** | A helm chart description file. |
2121
| **values.yaml** | A helm chart values override file. The only required field is `image` which determines which Generic IOC container the IOC Instance will run in. However, any other fields in the helm chart |values file can be overridden on a per IOC instance basis in this file. See the shared values.yaml file in the `helm/shared` folder for a complete list of fields that can be overridden. |
22-
| **config** | A folder that contains the IOC configuration files. The configuration can take a number of forms [listed here](https://github.com/epics-containers/ioc-template/blob/main/ioc/start.sh). |
22+
| **config** | A folder that contains the IOC configuration files. The configuration can take a number of forms [listed here](https://github.com/epics-containers/ioc-template/blob/main/template/ioc/start.sh). |
2323

2424
### Chart.yaml
2525

0 commit comments

Comments
 (0)