From a7e11c72835b7c862b1fb7132f918e13ef003895 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Thu, 23 Sep 2021 15:48:40 +0200 Subject: [PATCH] Update README to link to the html docs for the interchange protocol --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3f9e95..0e82309e 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ This repository contains documents, tooling and other content related to the API standard for dataframes. -- [Request For Comments (RFC) for the dataframe protocol (blog post)](https://data-apis.org/blog/dataframe_protocol_rfc/) +- [Request For Comments (RFC) for the dataframe interchange protocol (blog post)](https://data-apis.org/blog/dataframe_protocol_rfc/) +- [Dataframe interchange protocol documentation](https://data-apis.org/dataframe-protocol/latest/index.html)