From ad3728d00d6b5af77deb8a10478b2ed089164150 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 21 Aug 2020 15:43:48 -0500 Subject: [PATCH] Edits to the Record Ref index page --- documentation/RecordReference.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/documentation/RecordReference.md b/documentation/RecordReference.md index a13f83dd2..a43ac2b8a 100644 --- a/documentation/RecordReference.md +++ b/documentation/RecordReference.md @@ -1,9 +1,12 @@ # Record Reference Documentation -The following documentation for the record types and menus include with Base was +The documentation below for the record types and menus included with Base was converted from the old EPICS Wiki pages and updated. This list only includes the -record types supplied with Base. +record types supplied with Base. The first two links below are to an external +website where these original reference chapters are now being published. +* [Introduction to EPICS](https://docs.epics-controls.org/en/latest/guides/EPICS_Intro.html) +* [Process Database Concepts](https://docs.epics-controls.org/en/latest/guides/EPICS_Process_Database_Concepts.html) * [Fields Common to All Record Types](dbCommonRecord.html) * [Fields Common to Input Record Types](dbCommonInput.html) * [Fields Common to Output Record Types](dbCommonOutput.html) @@ -33,7 +36,7 @@ record types supplied with Base. * [Multi-Bit Binary Output Direct Record (mbboDirect)](mbboDirectRecord.html) * [Multi-Bit Binary Output Record (mbbo)](mbboRecord.html) * [Permissive Record (permissive)](permissiveRecord.html) -* [Printf Record (prinf)](printfRecord.html) +* [Printf Record (printf)](printfRecord.html) * [Select Record (sel)](selRecord.html) * [Sequence Record (seq)](seqRecord.html) * [State Record (state)](stateRecord.html)