diff --git a/src/server/interface/elements.HttpEndpoint.kmd.json b/src/server/interface/elements.HttpEndpoint.kmd.json
index cea64d66..ae5c7799 100644
--- a/src/server/interface/elements.HttpEndpoint.kmd.json
+++ b/src/server/interface/elements.HttpEndpoint.kmd.json
@@ -3,7 +3,7 @@
{
"name": "HttpPostEndpoint",
"extends": "HttpEndpoint",
- "doc": "An :rom:cls:`HttpPostEndpoint` contains SINK pads for AUDIO and VIDEO, which provide access to an HTTP file upload function\n\n This type of endpoint provide unidirectional communications. Its :rom:cls:`MediaSources ` are accessed through the :term:`HTTP` POST method.",
+ "doc": "An :rom:cls:`HttpPostEndpoint` contains SINK pads for AUDIO and VIDEO, which provide access to an HTTP file upload function\n\n This type of endpoint provide unidirectional communications. Its :rom:cls:`MediaSources ` are accessed through the HTTP POST method.",
"constructor":
{
"doc": "Builder for the :rom:cls:`HttpPostEndpoint`.",
diff --git a/src/server/interface/elements.PlayerEndpoint.kmd.json b/src/server/interface/elements.PlayerEndpoint.kmd.json
index cedac6c1..68eec895 100644
--- a/src/server/interface/elements.PlayerEndpoint.kmd.json
+++ b/src/server/interface/elements.PlayerEndpoint.kmd.json
@@ -6,7 +6,7 @@
"doc": "Retrieves content from external sources.
PlayerEndpoint will access the given resource, read all available data, and
- inject it into :term:`KMS`. Once this is is done, the injected video or audio
+ inject it into Kurento. Once this is is done, the injected video or audio
will be available for passing through any other Filter or Endpoint to which
the PlayerEndpoint gets connected.
diff --git a/src/server/interface/elements.RecorderEndpoint.kmd.json b/src/server/interface/elements.RecorderEndpoint.kmd.json
index 63ae9e3b..82aecad1 100644
--- a/src/server/interface/elements.RecorderEndpoint.kmd.json
+++ b/src/server/interface/elements.RecorderEndpoint.kmd.json
@@ -70,7 +70,7 @@
- Media Profile (:rom:attr:`MediaProfileSpecType`), used for
+ Media Profile (:rom:enum:`MediaProfileSpecType`), used for
storage. This will determine the video and audio encoding. See below for
more details about Media Profile.
@@ -217,7 +217,7 @@
},
{
"name": "stopOnEndOfStream",
- "doc": "Forces the recorder endpoint to finish processing data when an :term:`EOS` is detected in the stream",
+ "doc": "Forces the recorder endpoint to finish processing data when an End Of Stream (EOS) is detected in the stream",
"type": "boolean",
"optional": true,
"defaultValue": false
diff --git a/src/server/interface/elements.WebRtcEndpoint.kmd.json b/src/server/interface/elements.WebRtcEndpoint.kmd.json
index abcdf78b..d20dc40b 100644
--- a/src/server/interface/elements.WebRtcEndpoint.kmd.json
+++ b/src/server/interface/elements.WebRtcEndpoint.kmd.json
@@ -169,7 +169,7 @@
Check the extended documentation of these parameters in
:rom:cls:`SdpEndpoint`, :rom:cls:`BaseRtpEndpoint`, and
- :rom:ref:`RembParams`.
+ :rom:cls:`RembParams`.