fix: update redirect URLs for china-robot-industry-alliance and cifar#83
Closed
mingcha-dev wants to merge 1 commit intoMLT-OSS:mainfrom
Closed
fix: update redirect URLs for china-robot-industry-alliance and cifar#83mingcha-dev wants to merge 1 commit intoMLT-OSS:mainfrom
mingcha-dev wants to merge 1 commit intoMLT-OSS:mainfrom
Conversation
- china-robot-industry-alliance: http → https (301 redirect, site supports HTTPS) - cifar: www.cs.toronto.edu → web.cs.toronto.edu (302 domain migration) Verified both URLs return 200 after update. Reduces redirect hops and avoids potential cross-protocol issues.
Collaborator
firstdata-dev
left a comment
There was a problem hiding this comment.
✅ LGTM. HTTP→HTTPS + 301 重定向修复,好清理。
mingcha-dev
commented
Mar 23, 2026
Contributor
Author
mingcha-dev
left a comment
There was a problem hiding this comment.
mingcha QA: HTTP to HTTPS and redirect URL fixes, both valid. LGTM
Contributor
Author
|
Splitting into separate PR (cifar only) and issue (china-robot-industry-alliance investigation). See #84 and new issue. |
This was referenced Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update 2 data source URLs to eliminate unnecessary redirects.
Changes
china-robot-industry-alliance.json
website:http://cria.mei.net.cn/→https://cria.mei.net.cn/data_url:http://cria.mei.net.cn/gzpt.asp?lm=/1310→https://cria.mei.net.cn/gzpt.asp?lm=/1310cifar.json
website:https://www.cs.toronto.edu→https://web.cs.toronto.eduwww.cs.toronto.eduhas migrated toweb.cs.toronto.edu(302 redirect).data_urlunchanged as it resolves directly without redirect.Verification
https://cria.mei.net.cn/https://cria.mei.net.cn/gzpt.asp?lm=/1310https://web.cs.toronto.eduContext
Found during URL verification study (redirect chain analysis). Ref: #qa-dns thread.