From 51406f0d275ac66be6f18d0d64f43f5eed1459f8 Mon Sep 17 00:00:00 2001 From: Tom Sawada <103265438+tomohiro-sawada@users.noreply.github.com> Date: Sun, 19 Nov 2023 14:27:50 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 152464a..7a2198a 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ ARB is a novel benchmark dataset composed of advanced reasoning problems designe ### API Usage -Endpoint url: https://arb.duckai.org/api/lib/ +Endpoint url: https://advanced-reasoning-benchmark.netlify.app/api/
-The documentation for the complete REST API of the ARB dataset is [here](https://app.swaggerhub.com/apis-docs/arb-dataset/arb-api/1.0.5). +The documentation for the complete REST API of the ARB dataset is [here](https://advanced-reasoning-benchmark.netlify.app/docs). Copyright © 2023 [DuckAI](https://github.com/TheDuckAI)