Skip to content

Commit

Permalink
Link asset glossary term
Browse files Browse the repository at this point in the history
  • Loading branch information
shivay-at-pieces committed Aug 25, 2024
1 parent 6f2b744 commit 9cc5d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/sdks/python/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9cc5d22

Please sign in to comment.