Skip to content

Commit 4853265

Browse files
author
Nia
committed
Fix section link
1 parent 2c3cb8b commit 4853265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/sysadmin/configuration/registration_feed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This defines the constant `CSV_FILE` and sets its value to `/path/to/datafile.cs
153153
_Do not change the constant_.
154154
Only change the constant's value.
155155

156-
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?).
156+
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?).
157157
For example, if your data warehouse delivers the feed CSV to `/users/datawarehouse/enrollment.csv` -- then change the line to read:
158158
```php
159159
define('CSV_FILE', '/users/datawarehouse/enrollment.csv');

0 commit comments

Comments
 (0)