From 09086445b87a0befc29f7d6fb58b4f84eee97ebb Mon Sep 17 00:00:00 2001 From: Marta Czurylo Date: Thu, 27 Jun 2024 10:19:27 +0200 Subject: [PATCH] Fix formatting in the learn section --- learn/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/index.md b/learn/index.md index b7544d59..6a580750 100644 --- a/learn/index.md +++ b/learn/index.md @@ -14,7 +14,7 @@ For this course, you don't need to install ROOT on your machine. You can directl The course is written in Python. We use Jupyter Notebooks as the basis to both explain the fundamental concepts and show the code examples. We also provide a few exercises that you can attempt on your own. If you want to know a bit more and complete a few more exercises, we added some extra material that can be found in the above repository as well. -Once you are a bit more familiar with what ROOT offers and how to use it online, you can take a look at how to install it on your machine [install]({{ '/install' | relative_url }}). +Once you are a bit more familiar with what ROOT offers and how to use it online, you can take a look at how to [install]({{ '/install' | relative_url }}) it on your machine. Finally, if you wish to delve a bit further into ROOT functionalities, check the following: * The [ROOT beginners' guide (aka "Primer")]({{ '/primer' | relative_url }})