diff --git a/Appendix.pdf b/Appendix.pdf
index f2001d7be86753b31c59bfed43bb0224eb726a76..46efeb932d6d41adcd9247b32f7c6da99cc03cef 100644
Binary files a/Appendix.pdf and b/Appendix.pdf differ
diff --git a/README.md b/README.md
index 2ae49e72ea84cc09248177daafcf3abf768a039b..2697d8e73bf61cdbc8c70c21e1a39313890956cb 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ This repository contains python implementation of algorithms as well as data use
 ## Appendix
 `Appendix.pdf` is a two-page appendix giving more detailed proofs of some results presented in the paper.
 
+The extended version of the paper (including this appendix) is available at https://arxiv.org/abs/2408.12927.
+
 ## Implementation
 `scoring_rule_Xp.py` contains an implemetation of algorithms presented in the paper. The code was developped and tested under Python 3.11.