Skip to content

Commit c611258

Browse files
nia-gaeafbmcutler
andauthored
[Documentation:System] Fix Broken Section Link (#590)
A section link on the Registration Feed linked to section 4 instead of the correct section 3, causing a fail in the Ruby test. This PR updates the link to be correct so that the Ruby tests will pass. Ruby tests will only pass after PR #589 is also merged. Co-authored-by: Barb Cutler <[email protected]>
1 parent c1c5345 commit c611258

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)