Skip to content

Commit 333dc18

Browse files
committed
修改 README 目录连接为相对路径
1 parent 3564bf4 commit 333dc18

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@
2323

2424
### 构建型模式
2525

26-
[Builder (创建者)](tree/master/builder)
26+
[Builder (创建者)](/tree/master/builder)
2727

28-
[Abstract Factory (抽象工厂)](tree/master/abstract-factory)
28+
[Abstract Factory (抽象工厂)](/tree/master/abstract-factory)
2929

30-
[Factory Method (工厂方法)](tree/master/factory-method)
30+
[Factory Method (工厂方法)](/tree/master/factory-method)
3131

32-
[Prototype (原型模式)](tree/master/prototype)
32+
[Prototype (原型模式)](/tree/master/prototype)
3333

34-
[Singleton (单例模式)](tree/master/singleton)
34+
[Singleton (单例模式)](/tree/master/singleton)
3535

3636

3737
### 结构型模式
3838

39-
[Adapter (适配器)](tree/master/adapter)
39+
[Adapter (适配器)](/tree/master/adapter)
4040

41-
[Bridge (桥接模式)](tree/master/bridge)
41+
[Bridge (桥接模式)](/tree/master/bridge)
4242

43-
[Composite (组合模式)](tree/master/composite)
43+
[Composite (组合模式)](/tree/master/composite)
4444

45-
[Decorator (装饰模式)](tree/master/decorator)
45+
[Decorator (装饰模式)](/tree/master/decorator)
4646

4747
### 行为模式

0 commit comments

Comments
 (0)