From 234e308bf10d2981115d04bbcedd7e7ea83c035c Mon Sep 17 00:00:00 2001 From: Peter Lavin <31742466+peterdamian@users.noreply.github.com> Date: Thu, 16 Nov 2017 18:38:18 -0500 Subject: [PATCH] Fix malformed URL Change ".comg" to ".com". --- developer_manual/core/ocs-share-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/core/ocs-share-api.rst b/developer_manual/core/ocs-share-api.rst index 8b127a933..19bd8e61b 100644 --- a/developer_manual/core/ocs-share-api.rst +++ b/developer_manual/core/ocs-share-api.rst @@ -146,7 +146,7 @@ Create a new Federated Cloud Share ---------------------------------- Creating a federated cloud share can be done via the local share endpoint, using -(int) 6 as a shareType and the `Federated Cloud ID `_ +(int) 6 as a shareType and the `Federated Cloud ID `_ of the share recipient as shareWith. See `Create a new Share`_ for more information.