From 1c9c921d8a25cc049f05b622d5c9c111dc41a300 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Fri, 25 Jun 2021 10:20:00 +0200
Subject: [PATCH] DOC: Removed outdated URLs and replaced by dummy URLs.

---
 src/doc/specification/RecordType.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/doc/specification/RecordType.rst b/src/doc/specification/RecordType.rst
index b37c5dab..0c196fea 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
 
 
-- 
GitLab