diff --git a/doc/epp-doc.md b/doc/epp-doc.md
index 1c2df2870..564502565 100644
--- a/doc/epp-doc.md
+++ b/doc/epp-doc.md
@@ -2,10 +2,10 @@
## Introduction
Introduction text here
-[Session related functions](session.md)
-[Contact related functions](contact.md)
-[Domain related functions](domain.md)
-[Keyrelay related functions](keyrelay.md)
+[Session related functions](epp/session.md)
+[Contact related functions](epp/contact.md)
+[Domain related functions](epp/domain.md)
+[Keyrelay related functions](epp/keyrelay.md)
-Please study official The Extensible Provisioning Protocol (EPP):
+Please study official The Extensible Provisioning Protocol (EPP):
http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol
diff --git a/doc/epp/README.md b/doc/epp/README.md
index 1c2df2870..127524078 100644
--- a/doc/epp/README.md
+++ b/doc/epp/README.md
@@ -7,5 +7,5 @@ Introduction text here
[Domain related functions](domain.md)
[Keyrelay related functions](keyrelay.md)
-Please study official The Extensible Provisioning Protocol (EPP):
+Please study official The Extensible Provisioning Protocol (EPP):
http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol
diff --git a/doc/epp/contact.md b/doc/epp/contact.md
index b84d62c6a..0a3e54729 100644
--- a/doc/epp/contact.md
+++ b/doc/epp/contact.md
@@ -26,13 +26,6 @@ Contact Mapping protocol short version:
1 E-mail
1 Contact identificator.
- 0-1
- 0-1 Attribute: xmlns:eis="urn:ee:eis:xml:epp:eis-1.0"
- 1 Base64 encoded document. Attribute: type="pdf"
- 0-1 Client transaction id
-
-NB! Extension is not implemented yet!
-
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-create-command-successfully-creates-a-contact)
### Contact update
@@ -68,6 +61,8 @@ NB! Extension is not implemented yet!
1
1 Attribute: xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"
1 Contact id
+ 0-1 Required if registrar is not the owner of the contact.
+ 1 Contact password. Attribute: roid="String"
0-1 Client transaction id
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-delete-command-deletes-contact)