浏览代码

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