Closed afsalthaj closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 31, 2024 0:59am |
@noise64 There are a few broken links, mainly usages of worker-to-worker instead of rpc.
Currently js is pointed to just a specific file to see if whole set up works, and it works.
I also need to make markdown-link-checker happy by giving relative paths, along with fixes. Once that is done, plus, fixing all the links, I will merge
The main true positive wrong links are related to
worker-to-worker
instead ofrpc
invocation
instead ofinvocations
etc.Here is what you would have for a wrong link
TODO
The check-links.js file now links to only rib as you can see, but I used wildcard to fix all the links initially, and then just narrowed it down to rib module, because for public links its flaky. I will see what I can do. If it takes time, I would like to just merge this