We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bac5b commit d90e713Copy full SHA for d90e713
1 file changed
getter.py
@@ -2,7 +2,7 @@
2
import requests
3
import yaml
4
5
-url = '''https://raw.githubusercontent.com/oscar-system/oscar-website/gh-pages/_data/examples.yml'''
+url = '''https://raw.githubusercontent.com/oscar-system/oscar-website/gh-pages/_data/tutorials.yml'''
6
7
yamlfile = requests.get(url).content
8
0 commit comments