From c2cb18c450688d3e04b247305db741c4a4ccbdbb Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Fri, 27 Oct 2023 14:03:32 +0200 Subject: [PATCH] README: Point people to the official open-amp doc instead of the wiki The doc reference is now the the Sphinx based OpenAMP-docs: https://openamp.readthedocs.io/en/latest/. The wiki documentation is deprecated, it should contains only meeting notes. Signed-off-by: Arnaud Pouliquen --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b9b7157..32db9b38a 100644 --- a/README.md +++ b/README.md @@ -312,4 +312,5 @@ We use standard github mechanism for pull request. Please refer to github docume ## Communication and Collaboration [Subscribe](https://lists.openampproject.org/mailman3/lists/openamp-rp.lists.openampproject.org/) to the OpenAMP mailing list(openamp-rp@lists.openampproject.org). -For more details on the framework please refer to the the [OpenAMP wiki](https://github.com/OpenAMP/open-amp/wiki). +For more details on the framework please refer to the +[OpenAMP Docs](https://openamp.readthedocs.io/en/latest/).