Skip to content

Commit a6fe483

Browse files
authored
Merge pull request #58 from marcelldls/domain-patch
Correct inconsistent beamline naming
2 parents a858814 + bc1cd83 commit a6fe483

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/tutorials/dev_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Try the following:
290290
291291
cd /epics/ioc
292292
rm -r config
293-
ln -s /repos/bl02t/iocs/bl02t-ea-ioc-02/config .
293+
ln -s /repos/bl01t/iocs/bl01t-ea-ioc-02/config .
294294
# check the ln worked
295295
ls -l config
296296
./start.sh

docs/user/tutorials/ioc_changes1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Make the following changes in your test IOC config folder
3131

3232
.. code-block:: text
3333
34-
record(ai, "BL02T-EA-IOC-01:TEST") {
34+
record(ai, "BL01T-EA-IOC-02:TEST") {
3535
field(DESC, "Test record")
3636
field(DTYP, "Soft Channel")
3737
field(SCAN, "Passive")
@@ -67,7 +67,7 @@ from another terminal (VSCode menus -> Terminal -> New Terminal) like so:
6767

6868
.. code-block:: bash
6969
70-
caget BL02T-EA-IOC-02:TEST
70+
caget BL01T-EA-IOC-02:TEST
7171
7272
If you see the value 1 then your change is working.
7373

0 commit comments

Comments
 (0)