Skip to content

Commit ba07cb9

Browse files
authored
Merge pull request TheOdinProject#134 from plskz/fix-link
Fix broken link
2 parents ac73d92 + 8224cac commit ba07cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repeatString/repeatString.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('repeatString', function() {
2424

2525
// DO NOT use Math.floor(Math.random() * 1000) in your code,
2626
// this test generates a random number, then passes it into your code with a function parameter.
27-
// If this doesn't make sense, you should go read about functions here: https://www.theodinproject.com/courses/web-development-101/lessons/fundamentals-part-3
27+
// If this doesn't make sense, you should go read about functions here: https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/fundamentals-part-3
2828
const number = Math.floor(Math.random() * 1000)
2929
/*The .match(/((hey))/g).length is a regex that will count the number of heys
3030
in the result, which if your function works correctly will equal the number that

0 commit comments

Comments
 (0)