Ver código fonte

Readme updates

Kr Younger 6 anos atrás
pai
commit
7591b505d4
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      README.md

+ 2
- 2
README.md Ver arquivo

36
 
36
 
37
 ## Predicate Utilities
37
 ## Predicate Utilities
38
 * A _predicate_ is a clause which states something about a subject. (_e.g., **is assigning**_ in _"Leon **is assigning** homework"_)
38
 * A _predicate_ is a clause which states something about a subject. (_e.g., **is assigning**_ in _"Leon **is assigning** homework"_)
39
-* Ensure each of the test cases passes successfully in the class [TestPredicateUtilities](./Method\ Fundamentals/TestPredicateUtilities.java) by completing each of the method stubs in the class [PredicateUtilities](../Method\ Fundamentals/PredicateUtilities.java).
39
+* Ensure each of the test cases passes successfully in the class [TestPredicateUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/PredicateUtilitiesTest.java) by completing each of the method stubs in the class [PredicateUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/PredicateUtilities.java).
40
 * Method Stubs to be completed
40
 * Method Stubs to be completed
41
 	* `boolean isGreaterThan(int x, int y)`
41
 	* `boolean isGreaterThan(int x, int y)`
42
 	* `boolean isLessThan(int x, int y)`
42
 	* `boolean isLessThan(int x, int y)`
45
 
45
 
46
 
46
 
47
 ## Math Utilities
47
 ## Math Utilities
48
-* Ensure each of the test cases passes successfully in the class [TestMathUtilities](./Method\ Fundamentals/TestMathUtilities.java) by completing each of the method stubs in the class [MathUtilities](./Method\ Fundamentals/MathUtilities.java).
48
+* Ensure each of the test cases passes successfully in the class [TestMathUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/TestMathUtilities.java) by completing each of the method stubs in the class [MathUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/MathUtilities.java).
49
 * Method Stubs to be completed	
49
 * Method Stubs to be completed	
50
 	* `Integer add(int, int)`
50
 	* `Integer add(int, int)`
51
 	* `Long add(long, long)`
51
 	* `Long add(long, long)`