Browse Source

[DOC] fix doc link

tags/v0.3.2
bxdd 2 years ago
parent
commit
3436b88008
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/workflows/client.rst

+ 2
- 2
docs/workflows/client.rst View File

@@ -12,7 +12,7 @@ Introduction
Prepare access token
====================

Before using the ``Learnware Client``, you'll need to obtain a token from the `official website <https://www.lamda.nju.edu.cn/learnware/>`_. 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 <https://bmwu.cloud/>`_. 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


Loading…
Cancel
Save