The docs point at the wrong GitHub org in a couple of places. The canonical repo is OyaAIProd/oya (see README and package.json), but:
docs/index.md:17 — hero action links to https://github.com/oya-labs/oya
docs/.vitepress/config.ts — the social link also uses the old org (worth double-checking)
CONTRIBUTING.md:52 — the oya-planner reference points to https://github.com/oya-labs (an org, not a repo)
Task
Update these to the correct OyaAIProd/oya URLs (and the right reference-repo link for oya-planner). Grep for oya-labs across the repo to catch any others.
Good first issue — no runtime knowledge needed.
The docs point at the wrong GitHub org in a couple of places. The canonical repo is
OyaAIProd/oya(see README and package.json), but:docs/index.md:17— hero action links tohttps://github.com/oya-labs/oyadocs/.vitepress/config.ts— the social link also uses the old org (worth double-checking)CONTRIBUTING.md:52— theoya-plannerreference points tohttps://github.com/oya-labs(an org, not a repo)Task
Update these to the correct
OyaAIProd/oyaURLs (and the right reference-repo link foroya-planner). Grep foroya-labsacross the repo to catch any others.Good first issue — no runtime knowledge needed.