mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Change downloads asset location
This commit is contained in:
parent
ce93a5e623
commit
fcf38d8af9
7 changed files with 9 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue