Skip to content

Commit 72019c2

Browse files
committed
[docs fix]url error
1 parent a19b274 commit 72019c2

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
402402

403403
### 降级&熔断
404404

405-
[降级&熔断详解](./docs/high-availability/fallback&circuit-breaker.md)
405+
[降级&熔断详解](./docs/high-availability/fallback-and-circuit-breaker.md)
406406

407407
### 超时&重试
408408

Diff for: docs/.vuepress/sidebar/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export default sidebar({
508508
"high-availability-system-design",
509509
"redundancy",
510510
"limit-request",
511-
"fallback&circuit-breaker",
511+
"fallback-and-circuit-breaker",
512512
"timeout-and-retry",
513513
"performance-test",
514514
],

Diff for: docs/home.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ title: JavaGuide(Java学习&&面试指南)
2424

2525
</div>
2626

27-
<!-- @include: @banner.snippet.md -->
27+
[![Banner](https://oss.javaguide.cn/xingqiu/xingqiu.png)](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)
2828

2929
## 项目相关
3030

@@ -399,7 +399,7 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8](https://docs.oracle.
399399

400400
### 降级&熔断
401401

402-
[降级&熔断详解](./high-availability/fallback&circuit-breaker.md)
402+
[降级&熔断详解](./high-availability/fallback-and-circuit-breaker.md)
403403

404404
### 超时&重试
405405

Diff for: docs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ footer: |-
1616
<a href="https://beian.miit.gov.cn/" target="_blank">鄂ICP备2020015769号-1</a> | 主题: <a href="https://vuepress-theme-hope.github.io/v2/" target="_blank">VuePress Theme Hope</a>
1717
---
1818

19-
<!-- @include: @banner.snippet.md -->
19+
[![Banner](https://oss.javaguide.cn/xingqiu/xingqiu.png)](https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html)
2020

2121
## 关于网站
2222

@@ -44,4 +44,4 @@ footer: |-
4444

4545
最新更新会第一时间同步在公众号,推荐关注!另外,公众号上有很多干货不会同步在线阅读网站。
4646

47-
<!-- @include: @gzh.snippet.md -->
47+
![JavaGuide 官方公众号](https://oss.javaguide.cn/github/javaguide/gongzhonghaoxuanchuan.png)

Diff for: docs/snippets/banner.snippet.md

-1
This file was deleted.

0 commit comments

Comments
 (0)