From 9cc5d22be6f0e042419f13716f7a7dd04c329cd9 Mon Sep 17 00:00:00 2001 From: Shivay-at-pieces <143828586+shivay-at-pieces@users.noreply.github.com> Date: Sun, 25 Aug 2024 08:29:58 +0000 Subject: [PATCH] Link asset glossary term --- docs/build/sdks/python/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/sdks/python/quickstart.mdx b/docs/build/sdks/python/quickstart.mdx index 8b6255651..eb516561b 100644 --- a/docs/build/sdks/python/quickstart.mdx +++ b/docs/build/sdks/python/quickstart.mdx @@ -80,10 +80,10 @@ pieces_client.close() ### Get All Assets -To get all your assets, you can use the `assets` method of the Pieces Client. Here's an example of how to get all your assets and print their names: +To get all your [assets](/build/glossary/terms/asset), you can use the `assets` method of the Pieces Client. Here's an example of how to get all your assets and print their names: ```python -from pieces_os_client.wrapper import PiecesClient +from pieces_os_client.wrapper import PiecesClientpnp # Initialize the PiecesClient pieces_client = PiecesClient()