mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix link
This commit is contained in:
parent
50d0569e8c
commit
c0e4fb5ecc
14
README-EN.md
14
README-EN.md
@ -30,8 +30,8 @@
|
||||
<a target="_blank" href="https://gitter.im/hutool/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
|
||||
<img src="https://badges.gitter.im/hutool/Lobby.svg" />
|
||||
</a>
|
||||
<a target="_blank" href='https://gitee.com/loolly/hutool/stargazers'>
|
||||
<img src='https://gitee.com/loolly/hutool/badge/star.svg?theme=gvp' alt='star'/>
|
||||
<a target="_blank" href='https://gitee.com/dromara/hutool/stargazers'>
|
||||
<img src='https://gitee.com/dromara/hutool/badge/star.svg?theme=gvp' alt='star'/>
|
||||
</a>
|
||||
<a target="_blank" href='https://github.com/looly/hutool'>
|
||||
<img src="https://img.shields.io/github/stars/looly/hutool.svg?style=social" alt="github star"/>
|
||||
@ -112,7 +112,7 @@ Each module can be introduced individually, or all modules can be introduced by
|
||||
|
||||
[Chinese documentation](https://www.hutool.cn/docs/)
|
||||
|
||||
[API](https://apidoc.gitee.com/loolly/hutool/)
|
||||
[API](https://apidoc.gitee.com/dromara/hutool/)
|
||||
|
||||
[Video](https://www.bilibili.com/video/BV1bQ4y1M7d9?p=2)
|
||||
|
||||
@ -147,7 +147,7 @@ compile 'cn.hutool:hutool-all:5.6.0'
|
||||
|
||||
Download the entire project source code
|
||||
|
||||
gitee:[https://gitee.com/loolly/hutool](https://gitee.com/loolly/hutool)
|
||||
gitee:[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool)
|
||||
|
||||
github:https://github.com/looly/hutool
|
||||
|
||||
@ -173,7 +173,7 @@ Hutool's source code is divided into two branches:
|
||||
|
||||
When submitting feedback, please indicate which JDK version, Hutool version, and related dependency library version you are using.
|
||||
|
||||
- [Gitee issue](https://gitee.com/loolly/hutool/issues)
|
||||
- [Gitee issue](https://gitee.com/dromara/hutool/issues)
|
||||
- [Github issue](https://github.com/looly/hutool/issues)
|
||||
|
||||
### Principles of PR(pull request)
|
||||
@ -189,13 +189,13 @@ Hutool welcomes anyone to contribute code to Hutool, but the author suffers from
|
||||
|
||||
## Star Hutool
|
||||
|
||||
[](https://giteye.net/chart/8RVBCN69)
|
||||
[](https://giteye.net/chart/GMSL7VDA)
|
||||
|
||||
## Donate
|
||||
|
||||
If you think Hutool is good, you can donate to buy tshe author a pack of chili~, thanks in advance ^_^.
|
||||
|
||||
[gitee donate](https://gitee.com/loolly/hutool)
|
||||
[gitee donate](https://gitee.com/dromara/hutool)
|
||||
|
||||
## WeChat Official Account
|
||||
|
||||
|
15
README.md
15
README.md
@ -30,8 +30,8 @@
|
||||
<a target="_blank" href="https://gitter.im/hutool/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
|
||||
<img src="https://badges.gitter.im/hutool/Lobby.svg" />
|
||||
</a>
|
||||
<a target="_blank" href='https://gitee.com/loolly/hutool/stargazers'>
|
||||
<img src='https://gitee.com/loolly/hutool/badge/star.svg?theme=gvp' alt='star'/>
|
||||
<a target="_blank" href='https://gitee.com/dromara/hutool/stargazers'>
|
||||
<img src='https://gitee.com/dromara/hutool/badge/star.svg?theme=gvp' alt='star'/>
|
||||
</a>
|
||||
<a target="_blank" href='https://github.com/looly/hutool'>
|
||||
<img src="https://img.shields.io/github/stars/looly/hutool.svg?style=social" alt="github star"/>
|
||||
@ -136,8 +136,7 @@ compile 'cn.hutool:hutool-all:5.6.0'
|
||||
|
||||
点击以下任一链接,下载`hutool-all-X.X.X.jar`即可:
|
||||
|
||||
- [Maven中央库1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.0/)
|
||||
- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.6.0/)
|
||||
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.0/)
|
||||
|
||||
> 注意
|
||||
> Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。
|
||||
@ -145,7 +144,7 @@ compile 'cn.hutool:hutool-all:5.6.0'
|
||||
|
||||
### 编译安装
|
||||
|
||||
访问Hutool的Gitee主页:[https://gitee.com/loolly/hutool](https://gitee.com/loolly/hutool) 下载整个项目源码(v5-master或v5-dev分支都可)然后进入Hutool项目目录执行:
|
||||
访问Hutool的Gitee主页:[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool) 下载整个项目源码(v5-master或v5-dev分支都可)然后进入Hutool项目目录执行:
|
||||
|
||||
```sh
|
||||
./hutool.sh install
|
||||
@ -170,7 +169,7 @@ Hutool的源码分为两个分支,功能如下:
|
||||
|
||||
提交问题反馈请说明正在使用的JDK版本呢、Hutool版本和相关依赖库版本。
|
||||
|
||||
- [Gitee issue](https://gitee.com/loolly/hutool/issues)
|
||||
- [Gitee issue](https://gitee.com/dromara/hutool/issues)
|
||||
- [Github issue](https://github.com/looly/hutool/issues)
|
||||
|
||||
|
||||
@ -196,7 +195,7 @@ Hutool欢迎任何人为Hutool添砖加瓦,贡献代码,不过维护者是
|
||||
|
||||
## Star Hutool
|
||||
|
||||
[](https://giteye.net/chart/8RVBCN69)
|
||||
[](https://giteye.net/chart/GMSL7VDA)
|
||||
|
||||
## 捐赠
|
||||
|
||||
@ -204,7 +203,7 @@ Hutool欢迎任何人为Hutool添砖加瓦,贡献代码,不过维护者是
|
||||
|
||||
点击以下链接,将页面拉到最下方点击“捐赠”即可。
|
||||
|
||||
[前往捐赠](https://gitee.com/loolly/hutool)
|
||||
[前往捐赠](https://gitee.com/dromara/hutool)
|
||||
|
||||
## 公众号
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user