From c1392b01a925a41e1099eaaf6ebf022168518001 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 7 Mar 2017 16:10:02 +0000 Subject: [PATCH] Review comments --- .../matrix-org/dendrite/clientapi/writers/createroom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go b/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go index 58b07be26..945eae7b1 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go +++ b/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go @@ -10,7 +10,7 @@ import ( "github.com/matrix-org/util" ) -// http://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-createroom +// https://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-createroom type createRoomRequest struct { Invite []string `json:"invite"` Name string `json:"name"`