Skip to content

Commit

Permalink
[TASK] Update CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jan 6, 2025
1 parent 0456f69 commit bc05d3b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Controller/DownloadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private function getDownloadRedirect(string $versionName, string $format): array
}

return [
'url' => 'https://typo3.azureedge.net/typo3/' .
'url' => 'https://cdn.typo3.com/typo3/' .

Check failure on line 205 in src/Controller/DownloadController.php

View workflow job for this annotation

GitHub Actions / PHP Stan

Binary operation "." between 'https://cdn.typo3…' and mixed results in an error.
$version .
'/' .
$package .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</li>
{% if current.version >= 7 and not current.elts %}
<li>
<a href="https://typo3.azureedge.net/typo3/{{ current.version }}/README.md">Download README (incl. signatures)</a>
<a href="https://cdn.typo3.com/typo3/{{ current.version }}/README.md">Download README (incl. signatures)</a>
</li>
{% endif %}
</ul>
Expand Down
2 changes: 1 addition & 1 deletion templates/default/partials/version/signatures.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</p>
{% if not current.isElts %}
<p>
<a href="https://typo3.azureedge.net/typo3/{{ current.version }}/README.md">
<a href="https://cdn.typo3.com/typo3/{{ current.version }}/README.md">
Download GPG signed release README.md file
</a>
</p>
Expand Down

0 comments on commit bc05d3b

Please sign in to comment.