diff --git a/PixelatorControllerSettings.md b/PixelatorControllerSettings.md
index b6622a3..81decf7 100644
--- a/PixelatorControllerSettings.md
+++ b/PixelatorControllerSettings.md
@@ -154,7 +154,7 @@ Each of these settings files is described in a section below.
**topupConfigFileName**::
**Optional**: no topup handling when this setting is missing or the file cannot be read.
- [Topup](#topup)
+ [Topup](Config_Topup)
**zonePlateConfigFileName**::
[Zone Plate](Config_ZonePlate)
@@ -487,20 +487,3 @@ The following settings are available for all types of positioners:
* a name of a position value (positionUserToStringHardware)
* the position of a named position (stringHardwareToPositionUser)
-## Topup
-This file contains the topup settings.
-
-See source:trunk/PixelatorController/config/topup.json for an example.
-
- **active**::
- Integer value 1 activates topup handling.
- **Default**: 0
-
- **channel**::
- String value defines the EPICS address of the topup channel.
- Mandatory for topup handling.
-
- **wait_time**::
- Float value defines the delay (in seconds) between when the topup signal stops and when stxm measurements resume.
- **Default**: 0
-