mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Change downloads asset location
This commit is contained in:
parent
ce93a5e623
commit
fcf38d8af9
7 changed files with 9 additions and 9 deletions
|
@ -25,7 +25,7 @@ export default Component.extend(Notifier, {
|
|||
let self = this;
|
||||
let cacheBuster = + new Date();
|
||||
$.ajax({
|
||||
url: `https://documize.s3-eu-west-1.amazonaws.com/news/summary.html?cb=${cacheBuster}`,
|
||||
url: `https://www.documize.com/community/news/summary.html?cb=${cacheBuster}`,
|
||||
type: 'GET',
|
||||
dataType: 'html',
|
||||
success: function (response) {
|
||||
|
|
|
@ -55,7 +55,7 @@ export default Component.extend(Modals, {
|
|||
let self = this;
|
||||
let cacheBuster = + new Date();
|
||||
$.ajax({
|
||||
url: `https://documize.s3-eu-west-1.amazonaws.com/news/${edition}/${version}.html?cb=${cacheBuster}`,
|
||||
url: `https://www.documize.com/community/news/${edition}/${version}.html?cb=${cacheBuster}`,
|
||||
type: 'GET',
|
||||
dataType: 'html',
|
||||
success: function (response) {
|
||||
|
|
|
@ -27,7 +27,7 @@ export default Controller.extend({
|
|||
let cacheBuster = + new Date();
|
||||
|
||||
$.ajax({
|
||||
url: `https://documize.s3-eu-west-1.amazonaws.com/news/${edition}/${version}.html?cb=${cacheBuster}`,
|
||||
url: `https://www.documize.com/community/news/${edition}/${version}.html?cb=${cacheBuster}`,
|
||||
type: 'GET',
|
||||
dataType: 'html',
|
||||
success: function (response) {
|
||||
|
|
|
@ -99,7 +99,7 @@ export default Service.extend({
|
|||
let self = this;
|
||||
let cacheBuster = + new Date();
|
||||
|
||||
$.getJSON(`https://documize.s3-eu-west-1.amazonaws.com/news/meta.json?cb=${cacheBuster}`, function (versions) {
|
||||
$.getJSON(`https://www.documize.com/community/news/meta.json?cb=${cacheBuster}`, function (versions) {
|
||||
let cv = 'v' + versions.community.version;
|
||||
let ev = 'v' + versions.enterprise.version;
|
||||
let re = self.get('edition');
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "4.2.2",
|
||||
"version": "4.2.3",
|
||||
"private": true,
|
||||
"description": "Documize Community",
|
||||
"repository": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue