Skip to content

Commit 8355e84

Browse files
authored
Update linkcheck.yml and fix link (#703)
1 parent 15696b0 commit 8355e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
project: DOCS
6363
issuetype: Bug
6464
summary: Broken link detected
65-
description: "For more info see https://github.com/viamrobotics/docs/actions/runs/${{ env.GITHUB_RUN_ID }}."
65+
description: "For more info see https://github.com/viamrobotics/viam-python-sdk/actions/runs/${{ env.GITHUB_RUN_ID }}."
6666
- name: Log created Jira issue
6767
if: failure()
6868
run: echo "Issue ${{ steps.create.outputs.issue }} was created"

src/viam/robot/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ async def __aexit__(self, exc_type, exc_value, traceback):
602602
async def get_status(self, components: Optional[List[ResourceName]] = None) -> List[PBStatus]:
603603
"""
604604
Get the status of the machine's components. You can optionally
605-
provide a list of ``ResourceName``s for which you want statuses.
605+
provide a list of ``ResourceName`` for which you want statuses.
606606
607607
::
608608

0 commit comments

Comments
 (0)