Skip to content

Commit

Permalink
Update substrate/core/node_ext/box.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet authored Jun 19, 2024
1 parent 6792525 commit 87d4ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/core/node_ext/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Config:


class Box(CoreNode[BoxOut]):
"""https://substrate.run/nodes#Box"""
"""https://guides.substrate.run/reference/box"""

def __init__(self, value: Union[Future, Any], hide=False, **kwargs):
"""
Expand Down

0 comments on commit 87d4ee6

Please sign in to comment.