Skip to content

Commit 2fd09e2

Browse files
authored
Update courses.html
1 parent 818cc6e commit 2fd09e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/courses.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; } </style>
88
</head>
99
<body>
10-
<h2>QPython Courses</h2>
10+
<script>
11+
location.href= 'https://www.qpython.com/courses'
12+
</script>
13+
<!--h2>QPython Courses</h2>
1114
<h3>Featured courses</h3>
1215
<p><a href='#' onclick='milib.openUrl("https://youtu.be/LL4DE98h2uQ?si=P3fIPYS_UmHNckpP")'>Practice Generative AI development within QPython (Video)</a></p>
1316
<p><a href='#' onclick='milib.openUrl("https://youtu.be/0ptFeZzaQqgP")'>Example of AI Agent developing a stock trading robot - the form of future program development (Interesting fact)</a></p>
@@ -24,7 +27,7 @@ <h3>More resources</h3>
2427
2528
2629
27-
<br />
30+
<br /-->
2831

2932

3033
</body>

0 commit comments

Comments
 (0)