You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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]>
Copy file name to clipboardexpand all lines: _docs/sysadmin/configuration/registration_feed.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ This defines the constant `CSV_FILE` and sets its value to `/path/to/datafile.cs
153
153
_Do not change the constant_.
154
154
Only change the constant's value.
155
155
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?).
157
157
For example, if your data warehouse delivers the feed CSV to `/users/datawarehouse/enrollment.csv` -- then change the line to read:
0 commit comments