diff --git a/README-EN.md b/README-EN.md index 4af9f123c..cb82185ea 100644 --- a/README-EN.md +++ b/README-EN.md @@ -14,10 +14,10 @@ JDK support License Javadocs -Maven Central +Maven Central GitHub release -GitHub Stars -GitHub Forks +GitHub Stars +GitHub Forks user repos GitHub issues GitHub Contributors @@ -67,7 +67,7 @@ Application need transmit value from the time task is created to the time task i If you have problem or question, please [submit Issue](https://github.com/alibaba/transmittable-thread-local/issues) or play [fork](https://github.com/alibaba/transmittable-thread-local/fork) and pull request dance. > From `TTL v2.13+` upgrade to `Java 8`. -> If you need `Java 6` support, use version `2.12.x` Maven Central +> If you need `Java 6` support, use version `2.12.x` Maven Central # 🎨 Requirements @@ -317,7 +317,7 @@ The current version Java API documentation: ``` -Check available version at [search.maven.org](https://search.maven.org/artifact/com.alibaba/transmittable-thread-local). +Check available version at [maven.org](https://repo1.maven.org/maven2/com/alibaba/transmittable-thread-local/maven-metadata.xml). # 🔨 How to compile and build diff --git a/README.md b/README.md index d5d4d670b..e848a0a06 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ JDK support License Javadocs -Maven Central +Maven Central GitHub release -GitHub Stars -GitHub Forks +GitHub Stars +GitHub Forks user repos GitHub issues GitHub Contributors @@ -389,7 +389,7 @@ These paths are searched by the bootstrap class loader after the platform specif ``` -可以在 [search.maven.org](https://search.maven.org/artifact/com.alibaba/transmittable-thread-local) 查看可用的版本。 +可以在 [maven.org](https://repo1.maven.org/maven2/com/alibaba/transmittable-thread-local/maven-metadata.xml) 查看可用的版本。 # 🔨 关于编译构建 diff --git a/docs/requirement-scenario.md b/docs/requirement-scenario.md index 700c81a05..2d8cab05c 100644 --- a/docs/requirement-scenario.md +++ b/docs/requirement-scenario.md @@ -56,7 +56,7 @@ PS: 多谢 [@wyzssw](https://github.com/https://github.com/wyzssw) 对分布 ``` -可以在 [search.maven.org](https://search.maven.org/artifact/com.alibaba/log4j2-ttl-thread-context-map) 查看可用的版本。 +可以在 [maven.org](https://repo1.maven.org/maven2/com/alibaba/log4j2-ttl-thread-context-map/maven-metadata.xml) 查看可用的版本。 PS: 多谢 @bwzhang2011 和 @wuwen5 对日志场景说明交流和实现上讨论建议: @@ -75,7 +75,7 @@ PS: 多谢 @bwzhang2011 和 @wuwen5 对日志场景说明交流和实现上讨 ``` -可以在 [search.maven.org](https://search.maven.org/artifact/com.ofpay/logback-mdc-ttl) 查看可用的版本。 +可以在 [maven.org](https://repo1.maven.org/maven2/com/ofpay/logback-mdc-ttl/maven-metadata.xml) 查看可用的版本。 这个集成已经在 **_线上产品环境_** 使用的。说明详见[欧飞网的使用场景](https://github.com/alibaba/transmittable-thread-local/issues/73#issuecomment-300665308)。