Skip to content

Commit 943a321

Browse files
committed
Fix agent's link to standard comm channels list
1 parent 51a522c commit 943a321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchbot_api/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def pick_action(self, observations, action_list):
3535
3636
The current list of possible actions (& required arguments) is
3737
available here:
38-
https://github.com/qcr/benchbot_api#default-communication-channel-list
38+
https://github.com/qcr/benchbot_api#standard-communication-channels
3939
"""
4040
return None
4141

0 commit comments

Comments
 (0)