diff --git a/src/doc/specification/RecordType.rst b/src/doc/specification/RecordType.rst
index b37c5dabf6b9388628b44aa5ff6e6beaa1823105..0c196fea86e74f1014e34c0bd1e5b096acd1a5d9 100644
--- a/src/doc/specification/RecordType.rst
+++ b/src/doc/specification/RecordType.rst
@@ -115,7 +115,7 @@ Single-Get
 
 .. code-block::
 
-   GET http://localhost:8122/mpidsserver/RecordType/1
+   GET http://localhost:8122/RecordType/1
 
 *Response:*
 
@@ -139,7 +139,7 @@ Multi-Get
 
 .. code-block::
 
-   GET http://localhost:8122/mpidsserver/RecordType/1&2&3
+   GET http://localhost:8122/RecordType/1&2&3
 
 *Response:*
 
@@ -176,8 +176,8 @@ Get all
 
 .. code-block::
 
-   GET http://localhost:8122/mpidsserver/RecordType/
-   GET http://localhost:8122/mpidsserver/RecordType
+   GET http://localhost:8122/RecordType/
+   GET http://localhost:8122/RecordType
 
 *Response:*
 
@@ -190,7 +190,7 @@ Get all
    <?xml version="1.0" encoding="UTF-8"?>
      <Response />
 
-[View Ticket #2](http://dev.bmp.ds.mpg.de/heartdb/ticket/2)
+[View Ticket #2](http://caosdb.example.com/caosdb/ticket/2)
 
 
 POST Requests
@@ -200,8 +200,8 @@ POST Requests
 
 .. code-block::
 
-   POST http://localhost:8122/mpidsserver/RecordType/
-   POST http://localhost:8122/mpidsserver/RecordType/
+   POST http://localhost:8122/RecordType/
+   POST http://localhost:8122/RecordType/
 
 Single-Post
 ^^^^^^^^^^^
@@ -272,12 +272,12 @@ Multi-Post
 DELETE RecordTypes
 ~~~~~~~~~~~~~~~~~~
 
-HTTP-DELETE-requests are to be send to ``http://${host}:${port}/mpidsserver/RecordType/...``. Default port is 8123.
+HTTP-DELETE-requests are to be send to ``http://${host}:${port}/RecordType/...``. Default port is 8123.
 
 *Example*
 
 .. code-block:: 
 
-   DELETE http://${host}:${port}/mpidsserver/RecordType/1&2&3&4
+   DELETE http://${host}:${port}/RecordType/1&2&3&4