We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c130ef2 + 2a62c1e commit 150627bCopy full SHA for 150627b
pybot/endpoints/slack/utils/slash_repeat.py
@@ -4,9 +4,9 @@
4
# TODO: use the github api to find the file even if location changes
5
def find_resources() -> dict:
6
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?",
+ "link": "https://operationcode.org/resources",
+ "title": "A searchable database of learning resources",
+ "pretext": "Would you like some learning resources?",
10
}
11
12
0 commit comments