From b5eb7dd876ae91880f6cebead5a55ea0f98a1b32 Mon Sep 17 00:00:00 2001
From: kpetersn <kmpeters@anl.gov>
Date: Thu, 16 Mar 2023 15:59:32 +0000
Subject: [PATCH] Added links to previous sections.

---
 1-Setup.md                | 2 ++
 2-IOC-deployment.md       | 2 ++
 3-Add-simulated-motors.md | 2 ++
 4-Deploy-motorVMC.md      | 2 ++
 5-Add-virtual-motors.md   | 2 ++
 6-asyn-troubleshooting.md | 2 ++
 6 files changed, 12 insertions(+)

diff --git a/1-Setup.md b/1-Setup.md
index 19333ba..80c7997 100644
--- a/1-Setup.md
+++ b/1-Setup.md
@@ -1,5 +1,7 @@
 # [IOC Deployment and Troubleshooting](README.md)
 
+Link to [the outline](instructions#outline)
+
 ## 1 Setup
 
 ### 1.1 Configure Environment Variables
diff --git a/2-IOC-deployment.md b/2-IOC-deployment.md
index f072d08..d8187f7 100644
--- a/2-IOC-deployment.md
+++ b/2-IOC-deployment.md
@@ -1,5 +1,7 @@
 # [IOC Deployment and Troubleshooting](README.md)
 
+Link to the [previous section](1-Setup.md#1-setup)
+
 ## 2 Deploy a new IOC
 
 ### 2.1 Clone xxx
diff --git a/3-Add-simulated-motors.md b/3-Add-simulated-motors.md
index add397f..cdc5847 100644
--- a/3-Add-simulated-motors.md
+++ b/3-Add-simulated-motors.md
@@ -1,5 +1,7 @@
 # [IOC Deployment and Troubleshooting](README.md)
 
+Link to the [previous section](2-IOC-deployment.md#2-deploy-a-new-ioc)
+
 ## 3 Add simulated motors to the IOC
 
 IOCs based on xxx already include support for simulated motors by default, so only the IOC's run-time config needs to be modified to add simulated motors.
diff --git a/4-Deploy-motorVMC.md b/4-Deploy-motorVMC.md
index 5994611..85f5f09 100644
--- a/4-Deploy-motorVMC.md
+++ b/4-Deploy-motorVMC.md
@@ -1,5 +1,7 @@
 # [IOC Deployment and Troubleshooting](README.md)
 
+Link to the [previous section](3-Add-simulated-motors.md#3-add-simulated-motors-to-the-ioc)
+
 ## 4 Deploy the motorVMC (Virtual Motor Controller) module
 
 A Virtual Motor Controller (VMC) has a number of advantages over simulated motors for EPICS trainings:
diff --git a/5-Add-virtual-motors.md b/5-Add-virtual-motors.md
index fa87525..dd4a533 100644
--- a/5-Add-virtual-motors.md
+++ b/5-Add-virtual-motors.md
@@ -1,5 +1,7 @@
 # [IOC Deployment and Troubleshooting](README.md)
 
+Link to the [previous section](4-Deploy-motorVMC.md#4-deploy-the-motorvmc-virtual-motor-controller-module)
+
 ## 5 Add virtual motors to the IOC
 
 ### 5.1 Add motorVMC to the IOC's RELEASE file
diff --git a/6-asyn-troubleshooting.md b/6-asyn-troubleshooting.md
index a5657d0..0a2eef2 100644
--- a/6-asyn-troubleshooting.md
+++ b/6-asyn-troubleshooting.md
@@ -1,5 +1,7 @@
 # [IOC Deployment and Troubleshooting](README.md)
 
+Link to the [previous section](5-Add-virtual-motors.md#5-add-virtual-motors-to-the-ioc)
+
 ## 6 asyn troubleshooting
 
 The EPICS asyn module provides a [trace facility](https://htmlpreview.github.io/?https://github.com/epics-modules/asyn/blob/master/documentation/asynDriver.html#asynTrace) that allows communication between an IOC and a controller to be displayed or logged.
-- 
GitLab