From 1cc49a989659ae460f900728865effb8a0d75eb3 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Mon, 18 Jun 2018 18:24:06 +0300 Subject: Link to REST API doc was missing extension .md Change-Id: Idbb91ecb9a36b414893b65c71446cb8af6500bc8 Reviewed-on: https://review.gluster.org/20309 Tested-by: Yaniv Kaul Reviewed-by: Vijay Bellur Reviewed-by: Prashanth Pai --- design/GlusterD2/GD2-Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/GlusterD2/GD2-Design.md b/design/GlusterD2/GD2-Design.md index 4658173..9b70120 100644 --- a/design/GlusterD2/GD2-Design.md +++ b/design/GlusterD2/GD2-Design.md @@ -32,7 +32,7 @@ GD2 will also be a native ReST server, exposing cluster management interfaces vi The main management interface with GD2 will be a HTTP ReST interface. APIs will be provided for the management of peers, management of volumes, local-GlusterD management, monitoring (events) and long-running asynchronous operations. -More details on the ReST-API can be found [here](ReST-API) (_note that this is still under active development_). +More details on the ReST-API can be found [here](ReST-API.md) (_note that this is still under active development_). ### Gluster CLI -- cgit