From 360b63f40ecb50e036fb978d291cb190ecd38cf1 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Sat, 19 Oct 2019 20:15:23 +0200 Subject: [PATCH] update stable url --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index f1bf9c3..edafae0 100644 --- a/config.js +++ b/config.js @@ -32,9 +32,9 @@ var config = { // relative image paths and branch directories: { //'../gluon/stable/factory/': 'stable', - '../gluon/archive/1.7/images/sysupgrade/': 'stable', - '../gluon/archive/1.7/images/factory/': 'stable', - '../gluon/archive/1.7/images/other/': 'stable', + '../gluon/stable/sysupgrade/': 'stable', + '../gluon/stable/factory/': 'stable', + '../gluon/stable/other/': 'stable', '../gluon/beta/sysupgrade/': 'beta', '../gluon/beta/factory/': 'beta', '../gluon/beta/other/': 'beta', -- GitLab