Skip to content

Commit c39f774

Browse files
Fix a link
1 parent f2977fd commit c39f774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ from the index page. See the [routes](https://github.com/ics-software-engineerin
7878
The getIndex method takes a Student ID as a parameter. If the value is 0, then an empty form is
7979
displayed, otherwise the form is displayed pre-filled with the data associated with the Student ID.
8080
For example, you can retrieve the data for the student with ID 1 using: http://localhost:9000/?id=1.
81-
The system [instantiates a couple of students on startup](https://github.com/ics-software-engineering/play-example-form/blob/master/app/models/Student.java#L168-180).
81+
The system [instantiates a couple of students on startup](https://github.com/ics-software-engineering/play-example-form/blob/master/app/models/Student.java#L191-203).
8282

8383
By looking at the controller, you can see the basic approach for either form display (HTTP GET) or
8484
form submission (HTTP POST):

0 commit comments

Comments
 (0)