diff --git a/architecture/Service.md b/architecture/service.md
similarity index 95%
rename from architecture/Service.md
rename to architecture/service.md
index a48901522..8bf791e7d 100644
--- a/architecture/Service.md
+++ b/architecture/service.md
@@ -61,7 +61,7 @@ spec:
**注意:** Ingress本身并不会自动创建负载均衡器,cluster中需要运行一个ingress controller来根据Ingress的定义来管理负载均衡器。目前社区提供了nginx和gce的参考实现。
-Traefik提供了易用的Ingress Controller,使用方法见。
+[Traefik](https://traefik.io)提供了易用的Ingress Controller,使用方法见。
## Service Load Balancer
@@ -71,12 +71,12 @@ Traefik提供了易用的Ingress Controller,使用方法见