From cac9d1be4e00af03148f9f1b41d548965e68dfe8 Mon Sep 17 00:00:00 2001 From: James Warne <15948170+bebleo@users.noreply.github.com> Date: Sun, 23 Jul 2023 08:18:54 -0400 Subject: [PATCH] Fix broken link to Living Planet Index Corrects a broken link to www.livingplanetindex.org and changes from an html link to using standard markdown syntax. Fixes #293 --- _tutorials/git-for-labs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tutorials/git-for-labs.md b/_tutorials/git-for-labs.md index 69402a2b..54dfd82b 100755 --- a/_tutorials/git-for-labs.md +++ b/_tutorials/git-for-labs.md @@ -277,7 +277,7 @@ __All the files that were in the repository online are now on your computer as w ## GitHub in action -__We will practice using GitHub as a lab by analysing data from the Living Planet Index.__ +__We will practice using GitHub as a lab by analysing data from the [Living Planet Index](https://www.livingplanetindex.org).__ __The data and instructions are available from [this repository](https://github.com/ourcodingclub/CC-12-git-for-labs). To get us all started, it would be easier if one person from the lab downloads the data and instructions and then uploads them to our new `github-practice` folder within the lab's GitHub repository. Once that's done, all the other lab members can pull and then everyone will have the files.__