From b6b98ba2e0edcc1feb232e88215d41395514bdfa Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Thu, 26 Sep 2019 21:37:01 +0200
Subject: [PATCH] correct path for beta and nightly

---
 config.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config.js b/config.js
index 2f86fdd..273810e 100644
--- a/config.js
+++ b/config.js
@@ -35,12 +35,12 @@ var config = {
     '../gluon/archive/1.7/images/sysupgrade/': 'stable',
     '../gluon/archive/1.7/images/factory/': 'stable',
     '../gluon/archive/1.7/images/other/': 'stable',
-    '../gluon/beta/images/sysupgrade/': 'beta',
-    '../gluon/beta/images/factory/': 'beta',
-    '../gluon/beta/images/other/': 'beta',
-    '../gluon/nightly/images/sysupgrade/': 'nightly',
-    '../gluon/nightly/images/factory/': 'nightly',
-    '../gluon/nightly/images/other/': 'nightly'
+    '../gluon/beta/sysupgrade/': 'beta',
+    '../gluon/beta/factory/': 'beta',
+    '../gluon/beta/other/': 'beta',
+    '../gluon/nightly/sysupgrade/': 'nightly',
+    '../gluon/nightly/factory/': 'nightly',
+    '../gluon/nightly/other/': 'nightly'
   },
   // page title
   title: 'Firmware',
-- 
GitLab