[TASK] Change typo3.org links to https
Since http://typo3.org has been changed to https, adopt all links in the core as well. Replace some outdated links to newer once (if it could be replaced). Resolves: #69989 Releases: master Change-Id: I5d612b3b01cb75b613483649e8c754336c0fe516 Reviewed-on: http://review.typo3.org/43459 Reviewed-by:Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Josef Glatz <jousch@gmail.com> Tested-by:
Josef Glatz <jousch@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
... | ... | @@ -2,7 +2,7 @@ |
"name": "typo3/cms", | ||
"description": "TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.", | ||
"keywords": ["typo3", "cms", "content management system", "extbase"], | ||
"homepage": "http://typo3.org/", | ||
"homepage": "https://typo3.org/", | ||
"type": "typo3-cms-core", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
... | ... | @@ -18,7 +18,7 @@ |
} | ||
], | ||
"support": { | ||
"general": "http://typo3.org/support/", | ||
"general": "https://typo3.org/support/", | ||
"issues": "http://forge.typo3.org", | ||
"irc": "irc://irc.freenode.net/#typo3-cms", | ||
"news": "nntp://lists.typo3.org" | ||
... | ... |
Please register or sign in to comment