Skip to content

Conversation

@kou
Copy link
Contributor

@kou kou commented Jan 8, 2026

dora-rs/dora-hub#11 broke links of some nodes in https://dora-rs.ai/docs/nodes/ .

For example, PyRealsense link
https://github.com/dora-rs/node-hub/blob/main/dora-pyrealsense is broken.

I checked URLs by:

for url in $(jq -r '.[].source' src/data/nodes.json); do
  curl --fail --silent -o /dev/null -L $url || echo $url
done

for url in $(jq -r '.[].github | select(.)' src/data/nodes.json); do
  curl --fail --silent -o /dev/null -L $url || echo $url
done

dora-rs/dora-hub#11 broken lines of some
nodes in https://dora-rs.ai/docs/nodes/ .

For example, PyRealsense link
https://github.com/dora-rs/node-hub/blob/main/dora-pyrealsense is
broken.

I checked URLs by:

```bash
for url in $(jq -r '.[].source' src/data/nodes.json); do
  curl --fail --silent -o /dev/null -L $url || echo $url
done

for url in $(jq -r '.[].github | select(.)' src/data/nodes.json); do
  curl --fail --silent -o /dev/null -L $url || echo $url
done
```
@haixuanTao haixuanTao merged commit 279a85a into dora-rs:main Jan 8, 2026
2 checks passed
@haixuanTao
Copy link
Contributor

Thanks very sorry!

@kou kou deleted the dora-hub-fix-url branch January 8, 2026 09:11
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