From 0473c55a6ddbac855f2503b0f6f515c5647ff897 Mon Sep 17 00:00:00 2001 From: karkkieila Date: Fri, 23 Feb 2024 09:50:32 +0200 Subject: [PATCH] fixed link caption --- data/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/index.md b/data/index.md index dabeebc8..7f1e2045 100644 --- a/data/index.md +++ b/data/index.md @@ -8,7 +8,7 @@ banner: true Welcome to the University of Helsinki’s massive open online course (MOOC) on programming! This is an updated version of our popular course Object-Oriented Programming with Java. -Please note, that this is a *legacy course*. It is no longer possible to gain ECTS credits for completing the course. The course content is also no longer updated or maintained. You can find our current Python course at [https://mooc.fi](https://programming-24.mooc.fi/) +Please note, that this is a *legacy course*. It is no longer possible to gain ECTS credits for completing the course. The course content is also no longer updated or maintained. You can find our current Python course [here](https://programming-24.mooc.fi/) During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language. The course includes comprehensive materials and plenty of programming exercises - all of which are tested using our automatic testing service Test My Code.