From 66ee0456b87ab8fe7e5bcff43e9dc653041bc0cf Mon Sep 17 00:00:00 2001
From: Ryan Smith <3045513+ryansmith94@users.noreply.github.com>
Date: Fri, 22 Dec 2017 16:04:55 +0000
Subject: [PATCH] docs(design): Corrects links.

#155
---
 docs/design.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/design.md b/docs/design.md
index 2865dd5..c9cbbd2 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -1,9 +1,9 @@
 # Plugin Design
 This page documents how the plugin is designed. The plugin [controls and configures](../classes/log/store.php) the three parts listed below.
 
-- [Moodle Log Expander](https://github.com/LearningLocker/Moodle-Log-Expander)
-- [Moodle to xAPI Translator](https://github.com/LearningLocker/Moodle-xAPI-Translator)
-- [xAPI Recipe Emitter](https://github.com/LearningLocker/xAPI-Recipe-Emitter)
+- [Moodle Log Expander](../lib/expander)
+- [Moodle to xAPI Translator](../lib/translator)
+- [xAPI Recipe Emitter](../lib/emitter)
 
 The plugin uses the three parts listed above in the following way.
 
-- 
GitLab