From 3436b88008968eae83114522b5ce50decf33a9b0 Mon Sep 17 00:00:00 2001 From: bxdd Date: Fri, 1 Dec 2023 21:16:26 +0800 Subject: [PATCH] [DOC] fix doc link --- docs/workflows/client.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workflows/client.rst b/docs/workflows/client.rst index 22d58f9..48db96e 100644 --- a/docs/workflows/client.rst +++ b/docs/workflows/client.rst @@ -12,7 +12,7 @@ Introduction Prepare access token ==================== -Before using the ``Learnware Client``, you'll need to obtain a token from the `official website `_. Just login to the website and click ``Client Token`` tab in the user center. +Before using the ``Learnware Client``, you'll need to obtain a token from the `official website `_. Just login to the website and click ``Client Token`` tab in the ``Personal Information``. How to Use Client @@ -143,7 +143,7 @@ The ``delete_learnware`` method is used to delete a learnware from the server. .. code-block:: python - # Replace with the actual learnware ID + # Replace with the actual learnware ID to delete learnware_id = "123456789" # Delete the specified learnware