diff --git a/docs_dhrep/api/IdentifyResponse.xml b/docs_dhrep/api/IdentifyResponse.xml
index c0fd034513c28be8c66614b7f18e1e8dc6938033..ad1557337eb93393ea64c3c450a93ecca2ae4e72 100644
--- a/docs_dhrep/api/IdentifyResponse.xml
+++ b/docs_dhrep/api/IdentifyResponse.xml
@@ -1,14 +1 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<OAI-PMH>
-    <responseDate>2015-05-21T14:34:29Z</responseDate>
-    <request verb="Identify">www.textgridrep.de</request>
-    <Identify>
-        <repositoryName>TextGrid-Repository</repositoryName>
-        <baseURL>www.textgridrep.de</baseURL>
-        <protocolVersion>2.0</protocolVersion>
-        <adminEmail>textgrid-support.gwdg.de</adminEmail>
-        <earliestDatestamp>2011-06-11T02:32:40Z</earliestDatestamp>
-        <deletedRecord>no</deletedRecord>
-        <granularity>YYYY-MM-DDThh:mm:ssZ</granularity>
-    </Identify>
-</OAI-PMH>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:ns2="http://purl.org/dc/elements/1.1/" xmlns:ns3="http://www.openarchives.org/OAI/2.0/oai_dc/"><responseDate>2017-02-15T15:47:16Z</responseDate><request verb="Identify">repository.de.dariah.eu</request><Identify><repositoryName>DARIAH-DE Repository</repositoryName><baseURL>http://repository.de.dariah.eu</baseURL><protocolVersion>2.0</protocolVersion><adminEmail>funk@sub.uni-goettingen.de</adminEmail><earliestDatestamp>2011-06-11T02:32:40Z</earliestDatestamp><deletedRecord>no</deletedRecord><granularity>YYYY-MM-DDThh:mm:ssZ</granularity></Identify></OAI-PMH>
\ No newline at end of file
diff --git a/docs_dhrep/api/oai.rst b/docs_dhrep/api/oai.rst
index cf696230c524dc2e6b2e541dd7f5ae206be92de9..d26bbdd9912ccc7a5099a2c70da4e63661d14862 100644
--- a/docs_dhrep/api/oai.rst
+++ b/docs_dhrep/api/oai.rst
@@ -9,7 +9,7 @@ Identify             Some information about the repository that will be harveste
 GetRecord            Get the metadata of a specific item of the repository
 ListRecords          Get all records of the repository. The amount of records can be limited by other parameter. See the regarding section
 ListIdentifiers      Same as the listRecords request but only the header of thes listRecords request is given
-ListMetadataFormats  Shows the metadatformats supported by the repository or all metadataformats provided for a specific item
+ListMetadataFormats  Shows the metadataformats supported by the repository or all metadataformats provided for a specific item
 ListSets             Shows the structure of the repository
 ==================== ====================================================================
 
@@ -19,7 +19,7 @@ Identify Request
 ==================== ======  =============================== =====================
 Parameter            Type    Description                     Required
 ==================== ======  =============================== =====================
-verb=Identify        String  Verb for the identify request   yes 
+verb=Identify        String  Verb for the identify request   yes
 ==================== ======  =============================== =====================
 
 **Response**
@@ -28,7 +28,7 @@ verb=Identify        String  Verb for the identify request   yes
 
 **Example Request**::
 
-    http://textgridlab.org/1.0/tgoaipmh/oai?verb=Identify
+    https://repository.de.dariah.eu/oaipmh/oai?verb=Identify
 
 **Example Response**
 
@@ -58,7 +58,7 @@ metadataPrefix   String   Prefix to get the items in a specific metadata format
 
 **Example Request**::
 
-	http://textgridlab.org/1.0/tgoaipmh/oai?verb=GetRecord&identifier=textgrid:vqmw.0&metadataPrefix=oai_dc
+	https://repository.de.dariah.eu/oaipmh/oai?verb=GetRecord&identifier=11022/0000-0001-B739-1&metadataPrefix=oai_dc
 
 **Example Response**
 
diff --git a/docs_dhrep/index.rst b/docs_dhrep/index.rst
index 43edfb002fbb344474187ad629756a44c04a3ff7..edddd1c17ad58c3977ea4f0434085a2f0d02b261 100644
--- a/docs_dhrep/index.rst
+++ b/docs_dhrep/index.rst
@@ -6,13 +6,7 @@
 DH-oaipmh
 =========
 
-OAI-PMH is the service to harvest all metadata from the editions stored in the DARIAH-DE Repository.
-
-
-Dependencies
-------------
-* ElasticSearch
-
+OAI-PMH is the service to harvest all metadata from the collections stored in the DARIAH-DE Repository.
 
 
 API Documentation