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 @@ -108,14 +108,14 @@ export default {
108
108
} ,
109
109
guides : {
110
110
updateUrl : process . env . GUIDES_UPDATE_URL
111
- || 'https://github.com/RedisInsight/Guides/releases/download/latest ' ,
111
+ || 'https://github.com/RedisInsight/Guides/releases/download/release ' ,
112
112
zip : process . env . GUIDES_ZIP || dataZipFileName ,
113
113
buildInfo : process . env . GUIDES_CHECKSUM || buildInfoFileName ,
114
114
devMode : ! ! process . env . GUIDES_DEV_PATH ,
115
115
} ,
116
116
tutorials : {
117
117
updateUrl : process . env . TUTORIALS_UPDATE_URL
118
- || 'https://github.com/RedisInsight/Tutorials/releases/download/latest ' ,
118
+ || 'https://github.com/RedisInsight/Tutorials/releases/download/release ' ,
119
119
zip : process . env . TUTORIALS_ZIP || dataZipFileName ,
120
120
buildInfo : process . env . TUTORIALS_CHECKSUM || buildInfoFileName ,
121
121
devMode : ! ! process . env . TUTORIALS_DEV_PATH ,
You can’t perform that action at this time.
0 commit comments