c-frame / aframe-super-hands-component

👐All-in-one natural hand controller, pointer, and gaze interaction library for A-Frame
https://c-frame.github.io/aframe-super-hands-component/examples/
MIT License
357 stars 71 forks source link

Update references after move wmurphyrd -> c-frame #231

Closed diarmidmackenzie closed 1 year ago

diarmidmackenzie commented 1 year ago

I spotted that the link to the examples in the REAMDE is now out of date. And there's a bunch of similar links that need updating.

Changes all pretty straightforward apart from one...

Build status points to a travis-ci URL:

https://travis-ci.com/wmurphyrd/aframe-super-hands-component.svg?branch=master

The old URL now reports "cancelled", while the new one reports "unknown"

Guess we need to set up Travis CI to point to the c-frame repo? Is that something you can do @wmurphyrd ? Alternatively, we could move the CI to GH actions?

vincentfretin commented 1 year ago

Travis CI is not free for OSS anymore, we discussed it on slack, we can move to GH actions, see the config in aframe repo as an example https://github.com/aframevr/aframe/blob/master/.github/workflows/ci.yml Then the status badge and the file .travis.yml can be removed.