ソースを参照

README-en.md edited online with Bitbucket

コミット
40445cfbcf
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md ファイルの表示

@@ -307,7 +307,7 @@ void setConsecutiveDigits(int count, int score) ;
307 307
 
308 308
 The code that we're providing you contains the functions that compute the count for the majority of the criteria and whose names reflect what they do and what the function returns. For example, `countUppercase`, return the number of characters that are uppercase letters.
309 309
 
310
-[Here](http://ccom.uprrp.edu/~rarce/ccom3033f14/documentation/passwordStrengthCL/psfunctions_8cpp.html) is a list and description of the functions.
310
+You can find a list and description of the functions in [this link](doc/en/html/index.html).
311 311
 
312 312
 Your task is to use mathematical expressions and decision structures for the individual criteria scores and combine them to compute the total score for the password's strength.
313 313