Commit 8d4bded
fix: update redirect URLs for cifar and china-robot-industry-alliance (#84)
- cifar.json: www.cs.toronto.edu → web.cs.toronto.edu (302 domain migration)
data_url unchanged — resolves directly without redirect.
- china-robot-industry-alliance.json: http → https (website + data_url)
Site supports HTTPS with valid cert, old HTTP triggers 301 redirect.
Verification:
curl -sI https://web.cs.toronto.edu → 200 OK
curl -sI https://cria.mei.net.cn/ → 200 OK
curl -sI https://cria.mei.net.cn/gzpt.asp?lm=/1310 → 200 OK
Co-authored-by: 明察 <mingcha@mininglamp.com>1 parent eb4f08a commit 8d4bded
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- firstdata/sources/sectors
- C-manufacturing/robotics
- J-information-communication
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments