Skip to content

Commit 2a62c1e

Browse files
Update resources.yml to resources page
1 parent 0d0ac93 commit 2a62c1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pybot/endpoints/slack/utils/slash_repeat.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# TODO: use the github api to find the file even if location changes
55
def find_resources() -> dict:
66
return {
7-
"link": "https://github.com/OperationCode/resources_api/blob/master/resources.yml",
8-
"title": "A big list of resources",
9-
"pretext": "Would you like some resources.yml?",
7+
"link": "https://operationcode.org/resources",
8+
"title": "A searchable database of learning resources",
9+
"pretext": "Would you like some learning resources?",
1010
}
1111

1212

0 commit comments

Comments
 (0)