浏览代码

Merge pull request #7217 from xiang90/doc

doc: mention HTTP JSON in doc link
Xiang Li 9 年之前
父节点
当前提交
8b952fb8dc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Documentation/docs.md

+ 2 - 2
Documentation/docs.md

@@ -12,8 +12,8 @@ The easiest way to get started using etcd as a distributed key-value store is to
 
 
  - [Setting up local clusters][local_cluster]
  - [Setting up local clusters][local_cluster]
  - [Interacting with etcd][interacting]
  - [Interacting with etcd][interacting]
- - [API references][api_ref]
- - [gRPC gateway][api_grpc_gateway]
+ - [gRPC API references][api_ref]
+ - [HTTP JSON API through the gRPC gateway][api_grpc_gateway]
  - [gRPC naming and discovery][grpc_naming]
  - [gRPC naming and discovery][grpc_naming]
  - [Embedding etcd][embed_etcd]
  - [Embedding etcd][embed_etcd]
  - [Experimental features and APIs][experimental]
  - [Experimental features and APIs][experimental]