File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ export default {
107
107
} ,
108
108
guides : {
109
109
updateUrl : process . env . GUIDES_UPDATE_URL
110
- || 'https://github.com/RedisInsight/Guides/releases/download/latest ' ,
110
+ || 'https://github.com/RedisInsight/Guides/releases/download/release ' ,
111
111
zip : process . env . GUIDES_ZIP || dataZipFileName ,
112
112
buildInfo : process . env . GUIDES_CHECKSUM || buildInfoFileName ,
113
113
devMode : ! ! process . env . GUIDES_DEV_PATH ,
114
114
} ,
115
115
tutorials : {
116
116
updateUrl : process . env . TUTORIALS_UPDATE_URL
117
- || 'https://github.com/RedisInsight/Tutorials/releases/download/latest ' ,
117
+ || 'https://github.com/RedisInsight/Tutorials/releases/download/release ' ,
118
118
zip : process . env . TUTORIALS_ZIP || dataZipFileName ,
119
119
buildInfo : process . env . TUTORIALS_CHECKSUM || buildInfoFileName ,
120
120
devMode : ! ! process . env . TUTORIALS_DEV_PATH ,
You can’t perform that action at this time.
0 commit comments