From bceec63bf034d288dbdcd91b5cf8cf56b914bb81 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 24 Apr 2024 11:27:09 -0400 Subject: [PATCH] [doc] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04f775c..5f4d1f3a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ mpi is a high-level C++ interface to the [Message Passing Interface](https://en.wikipedia.org/wiki/Message_Passing_Interface). -A prelimenary reference documentation based on [Doxygen](https://www.doxygen.nl) is provided at [triqs.github.io/mpi](https://triqs.github.io/mpi/latest/). +A reference documentation based on [Doxygen](https://www.doxygen.nl) is provided at [triqs.github.io/mpi](https://triqs.github.io/mpi). For usage examples we refer the users to our [tests](https://github.com/TRIQS/mpi/tree/unstable/test/c++).