Skip to content

Commit 48b0d31

Browse files
committed
docs: 更新文档
1 parent b3d917b commit 48b0d31

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ http {
314314

315315
Nginx 提供了多种负载均衡策略,让我们来一一了解一下:
316316

317-
负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/design/theory/load-balance-theory/)
317+
负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/pages/98a1c1/)
318318

319319
##### 轮询
320320

docs/coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align="center"><img width="100px" src="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo-200.png" /></div>
1+
<div align="center"><img width="100px" src="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo.png" /></div>
22

33
# nginx-tutorial
44

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
1010
name="viewport"
1111
/>
12-
<link href="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo-200.png" rel="icon" type="image/x-icon" />
12+
<link href="https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo.png" rel="icon" type="image/x-icon" />
1313
<link href="//unpkg.com/docsify/lib/themes/vue.css" rel="stylesheet" />
1414
<link href="//unpkg.com/gitalk/dist/gitalk.css" rel="stylesheet" />
1515
<canvas
@@ -88,7 +88,7 @@
8888
window.$docsify = {
8989
name: 'Nginx Tutorial',
9090
repo: 'https://github.com/dunwu/nginx-tutorial',
91-
logo: 'https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo-200.png',
91+
logo: 'https://raw.githubusercontent.com/dunwu/images/dev/common/dunwu-logo.png',
9292
themeColor: '#6190E8',
9393
auto2top: true,
9494
coverpage: 'coverpage.md',

docs/nginx-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ http {
314314

315315
Nginx 提供了多种负载均衡策略,让我们来一一了解一下:
316316

317-
负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/design/theory/load-balance-theory/)
317+
负载均衡策略在各种分布式系统中基本上原理一致,对于原理有兴趣,不妨参考 [负载均衡](https://dunwu.github.io/blog/pages/98a1c1/)
318318

319319
##### 轮询
320320

0 commit comments

Comments
 (0)