[TIMOB-28381] Replace appcelerator.com shortened URLs
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2021-03-09T19:17:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2021-03-08T16:56:11.000+0000 |
Updated | 2021-03-09T19:18:55.000+0000 |
Description
There are several shortened URLs via appcelerator.com that need to be replaced with the non-shortened version.
*Titanium SDK*
* Android
** android/cli/commands/_build.js
*** http://appcelerator.com/i18n-app-name -> Bad link, but should go to docs
* iOS
** iphone/cli/lib/info.js (used for "ti info")
*** http://appcelerator.com/ios-wwdr -> http://developer.apple.com/certificationauthority/AppleWWDRCA.cer
*** http://appcelerator.com/ios-dev-certs -> https://developer.apple.com/account/ios/certificate/certificateList.action?type=development
*** http://appcelerator.com/ios-dist-certs -> https://developer.apple.com/account/ios/certificate/certificateList.action?type=distribution
** iphone/cli/commands/_build.js
*** http://appcelerator.com/ios-dev-certs -> See above
*** http://appcelerator.com/ios-dist-certs -> See above
*** http://appcelerator.com/ios-wwdr -> See above
* "create" command
** cli/lib/creator.js
*** http://appcelerator.com/i18n-app-name -> Bad link, but should go to docs
*node-titanium-sdk*
* Android detection (lib/android.js)
** http://appcelerator.com/jdk -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
** http://appcelerator.com/android-ndk -> http://developer.android.com/tools/sdk/ndk
** http://appcelerator.com/android-sdk -> http://developer.android.com/sdk
node-appc
* JDK detection (lib/jdk.js)
** http://appcelerator.com/jdk -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
Moved.