Skip to content

Commit e00d8e3

Browse files
committed
remove docs link to be deprecated
1 parent aa2eea9 commit e00d8e3

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

Examples/start.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* 3. 如果希望使用爬山虎应用框架开发,请参考开发手册:
99
*
1010
* >> http://www.phpcreeper.com/docs/
11-
* >> http://www.blogdaren.com/docs/
1211
*
1312
* @author blogdaren<blogdaren@163.com>
1413
* @link http://www.phpcreeper.com

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The chinese document is relatively complete, and the english document will be ke
2929

3030
* 爬山虎中文官方网站:[http://www.phpcreeper.com](http://www.phpcreeper.com)
3131
* 中文开发文档主节点:[http://www.phpcreeper.com/docs/](http://www.phpcreeper.com/docs/)
32-
* 中文开发文档备节点:[http://www.blogdaren.com/docs/](http://www.blogdaren.com/docs/)
3332
* **爬山虎是一个免费开源的佛系爬虫项目,欢迎小星星Star支持,让更多的人发现、使用并受益。**
3433
* **爬山虎源码根目录下有一个`Examples/start.php`样例脚本,开发之前建议先阅读它而后运行它。**
3534
* **爬山虎提供的例子如果未能按照预期工作,请检查修改爬取规则,因为源站DOM极可能更新了。**
@@ -516,7 +515,6 @@ php start.php connections
516515
## Related links and thanks
517516

518517
* [http://www.phpcreeper.com](http://www.phpcreeper.com)
519-
* [http://www.blogdaren.com](http://www.blogdaren.com)
520518
* [https://www.workerman.net](https://www.workerman.net)
521519

522520
## LICENSE

src/Kernel/Library/Common/Functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @script Functions.php
44
* @brief 公共函数库
55
* @author blogdaren<blogdaren@163.com>
6-
* @link http://www.blogdaren.com
6+
* @link http://www.phpcreeper.com
77
* @version 1.0.0
88
* @modify 2018-10-13
99
*/

src/Kernel/PHPCreeper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class PHPCreeper extends Worker
4040
*
4141
* @var string
4242
*/
43-
public const CURRENT_VERSION = '2.0.2';
43+
public const CURRENT_VERSION = '2.0.3';
4444

4545
/**
4646
* engine name
@@ -1418,7 +1418,7 @@ static public function showBanner()
14181418
/ /_/ / /_/ / /_/ / / / ___/ _ \/ _ \/ __ \/ _ \/ ___/
14191419
/ ____/ __ / ____/ /___/ / / __/ __/ /_/ / __/ / @link http://www.phpcreeper.com
14201420
/_/ /_/ /_/_/ \____/_/ \___/\___/ .___/\___/_/
1421-
/_/ @link http://www.blogdaren.com
1421+
/_/ @link http://www.phpcreeper.com
14221422
14231423
14241424
EOT;

0 commit comments

Comments
 (0)