Merge branch 'stable-2.13'

* stable-2.13:
  Fix REST documentation for setting global configuration

Change-Id: I8b49195b02e471ea7a7dca38e1e314d08d92297f
diff --git a/src/main/resources/Documentation/rest-api.md b/src/main/resources/Documentation/rest-api.md
index fa7e5a5..1c4fd28 100644
--- a/src/main/resources/Documentation/rest-api.md
+++ b/src/main/resources/Documentation/rest-api.md
@@ -71,7 +71,7 @@
 called on `All-Projects` by users having the 'Administrate Server' capability.
 
 ```
-  PUT /projects/All-Projects/@PLUGIN@:settings HTTP/1.0
+  PUT /projects/All-Projects/@PLUGIN@:config-global HTTP/1.0
   Content-Type: application/json;charset=UTF-8
   {
     "namespaces": {
@@ -122,7 +122,8 @@
 
 ### <a id="lfs-global-config-input"></a>LfsGlobalConfigInput
 
-The `LfsGlobalConfigInput` entity describes the global settings for LFS.
+The `LfsGlobalConfigInput` entity describes the global configuration to set
+for LFS.
 
 * _namespaces_: Configured namespaces as a map of [LfsProjectConfigInfo]
 (#lfs-project-config-info) entities.