Skip to content

Commit d6d7a12

Browse files
authored
Update README.md
1 parent fc8c290 commit d6d7a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This repository contains all the java programming assignments for the CSE1007 la
4545
> Eg., Define a class ‘Donor’ to store the below mentioned details of a blood donor. Name, age, Address, Contact number, blood group, date of last donation Create ‘n’ objects of this class for all the regular donors at Vellore. Write these objects to a file. Read these objects from the file and display only those donors’ details whose blood group is ‘A+ve’ and had not donated for the recent six months.
4646
4747
[Alternative Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/assignment4/src/Donor.java):
48-
_If you're running the "alternative ans", then please refer [instructions on how to run](https://github.com/jacobjohn2016/Java-Programming/blob/master/assignment4/JodaTimeDonor.md) if you do not know how to add the [jodatime](https://github.com/JodaOrg/joda-time/releases) jar files to your system._
48+
_If you're running the "alternative ans", then please refer [instructions on how to run](https://jacobjohn2016.github.io/Java-Programming/assignment4/JodaTimeDonor) if you do not know how to add the [jodatime](https://github.com/JodaOrg/joda-time/releases) jar files to your system._
4949

5050
Or copy the output below:
5151

0 commit comments

Comments
 (0)