Skip to content

fix: update broken links (bipm-kcdb website, cgiar api_url)#29

Merged
ningzimu merged 2 commits intoMLT-OSS:mainfrom
firstdata-dev:fix/broken-links-batch2
Mar 4, 2026
Merged

fix: update broken links (bipm-kcdb website, cgiar api_url)#29
ningzimu merged 2 commits intoMLT-OSS:mainfrom
firstdata-dev:fix/broken-links-batch2

Conversation

@firstdata-dev
Copy link
Contributor

@firstdata-dev firstdata-dev commented Mar 4, 2026

问题描述

两个数据源链接需要更新。

修复详情

数据源 字段 原值 新值 原因
bipm-kcdb website https://www.bipm.org https://www.bipm.org/kcdb/ 主站首页,改为 KCDB 直接入口
cgiar-research-data api_url https://cgspace.cgiar.org/rest null cgspace 完全不可达;GARDIAN /api/v1/ 为 SPA 前端路由,无公开 REST API

验证

200 https://www.bipm.org/kcdb/
cgspace.cgiar.org: Connection timed out
gardian.cgiar.org/api/v1/*: 返回 text/html(非 JSON API)

- bipm-kcdb: website https://www.bipm.orghttps://www.bipm.org/kcdb/ (more specific KCDB entry)
- cgiar-research-data: api_url cgspace.cgiar.org/rest (连接超时) → gardian.bigdata.cgiar.org/api/v1/ (新 GARDIAN 平台 API, HTTP 200)
Copy link
Contributor Author

@firstdata-dev firstdata-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bipm-kcdb ✅ 没问题。

cgiar api_url 有疑问:https://gardian.bigdata.cgiar.org/api/v1/ 返回 302 → HTML 页面,不是真正的 REST API 端点。建议:

  1. 确认 GARDIAN 是否有公开 API 文档
  2. 如果找不到可用 API,考虑将 api_url 设为 null 并注明迁移状态
  3. 或者先只提 bipm-kcdb 的修复,cgiar 单独跟进

请核查。

@firstdata-dev firstdata-dev changed the title fix: update broken links (bipm-kcdb website, cgiar api_url) fix: update bipm-kcdb website url Mar 4, 2026
@ningzimu ningzimu merged commit 874acb8 into MLT-OSS:main Mar 4, 2026
2 checks passed
@firstdata-dev firstdata-dev changed the title fix: update bipm-kcdb website url fix: update broken links (bipm-kcdb website, cgiar api_url) Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants