interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

fix: correct link for wait_for_component

Open AstreaTSS opened this issue 1 year ago • 0 comments

Pull Request Type

  • [ ] Feature addition
  • [x] Bugfix
  • [x] Documentation update
  • [ ] Code refactor
  • [ ] Tests improvement
  • [ ] CI/CD pipeline enhancement
  • [ ] Other: [Replace with a description]

Description

A simple fix for a broken link.

Changes

  • Correct link for wait_for_component in the Components guide.

Related Issues

Fixes #1595.

Test Scenarios

Python Compatibility

  • [ ] I've ensured my code works on Python 3.10.x
  • [x] I've ensured my code works on Python 3.11.x

Checklist

  • [x] I've run the pre-commit code linter over all edited files
  • [x] I've tested my changes on supported Python versions
  • [ ] I've added tests for my code, if applicable
  • [x] I've updated / added documentation, where applicable

AstreaTSS avatar Feb 21 '24 05:02 AstreaTSS