Update figure location

This commit is contained in:
Baohua Yang
2017-05-24 11:37:58 +08:00
parent 18a91f783e
commit bd34ba8077
40 changed files with 21 additions and 21 deletions

BIN
etcd/_images/etcd_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -1,6 +1,6 @@
## 什么是 etcd
![](../_images/etcd_logo.png)
![](_images/etcd_logo.png)
etcd 是 CoreOS 团队于 2013 年 6 月发起的开源项目它的目标是构建一个高可用的分布式键值key-value数据库基于 Go 语言实现。我们知道在分布式系统中各种服务的配置信息的管理分享服务的发现是一个很基本同时也是很重要的问题。CoreOS 项目就希望基于 etcd 来解决这一问题。