We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3aa02 commit 1c3ae26Copy full SHA for 1c3ae26
1 file changed
docs/courses.html
@@ -28,10 +28,10 @@ <h2 class="text-xl font-bold text-center">Google Python Courses</h2>
28
</a>
29
30
31
- <a href="#" onclick="milib.openUrl('https://www.coursera.org/specializations/python')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
+ <a href="#" onclick="milib.openUrl('https://wiki.python.org/moin/BeginnersGuide')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
32
<img src="https://qpython-hk.oss-cn-hongkong.aliyuncs.com/website/course-self-learn-1.jpg" alt="自学向导" class="w-full">
33
<div class="p-4">
34
- <h2 class="text-xl font-bold text-center">Coursera free Python Course</h2>
+ <h2 class="text-xl font-bold text-center">Python Beginners Guide</h2>
35
</div>
36
37
0 commit comments