From 02428d732027201fe81fae5f94557713eb790401 Mon Sep 17 00:00:00 2001
From: Ryan Smith <3045513+ryansmith94@users.noreply.github.com>
Date: Wed, 25 Oct 2017 14:22:12 +0100
Subject: [PATCH] docs(readme): Fixes download step.

Closes #154.
---
 docs/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation.md b/docs/installation.md
index b881fe4..7023b55 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -1,7 +1,7 @@
 # Installation
 This page contains a guide for users wanting to install the plugin. You obviously need to have [Moodle](https://moodle.org/) installed first and you need to be logged in as an Admin.
 
-1. Download the plugin. [Click here to begin download](../xapi.zip?raw=true).
+1. Download the "xapi.zip" file from [the latest release](https://github.com/xAPI-vle/moodle-logstore_xapi/releases/latest).
 2. Go to "http://www.example.com/admin/tool/installaddon/index.php" (replacing “www.example.com” with your own domain).
 3. Drag and drop your download from step 1.
 4. Click "Install plugin from the ZIP file".
-- 
GitLab