From 4853265aeaef5db9cb243fc63950f8b140340b58 Mon Sep 17 00:00:00 2001
From: Nia <niaheermance@gmail.com>
Date: Fri, 1 Mar 2024 17:10:57 -0500
Subject: [PATCH] Fix section link

---
 _docs/sysadmin/configuration/registration_feed.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs/sysadmin/configuration/registration_feed.md b/_docs/sysadmin/configuration/registration_feed.md
index 2016a944..f1b72058 100644
--- a/_docs/sysadmin/configuration/registration_feed.md
+++ b/_docs/sysadmin/configuration/registration_feed.md
@@ -153,7 +153,7 @@ This defines the constant `CSV_FILE` and sets its value to `/path/to/datafile.cs
 _Do not change the constant_.
 Only change the constant's value.
 
-We would need to change the value to reflect where the student data CSV is located (did you [note this](/sysadmin/configuration/registration_feed#4-before-installing-auto-feed-script) back in chapter 3?).
+We would need to change the value to reflect where the student data CSV is located (did you [note this](/sysadmin/configuration/registration_feed#3-before-installing-auto-feed-script) back in chapter 3?).
 For example, if your data warehouse delivers the feed CSV to `/users/datawarehouse/enrollment.csv` -- then change the line to read:
 ```php
 define('CSV_FILE', '/users/datawarehouse/enrollment.csv');