updates for org name - #90
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7af86cf. Configure here.
| { | ||
| label: "Go package", | ||
| href: "https://pkg.go.dev/github.com/consensys/gnark", | ||
| href: "https://pkg.go.dev/github.com/Consensys-Incorporated/gnark", |
There was a problem hiding this comment.
Broken Go package documentation link
Medium Severity
The footer Go package link now points at pkg.go.dev/github.com/Consensys-Incorporated/gnark, but the published module path is still github.com/consensys/gnark. pkg.go.dev indexes the Go module path, not the GitHub org, so this site-wide docs link will not resolve.
Reviewed by Cursor Bugbot for commit 7af86cf. Configure here.


Note
Low Risk
String and URL updates only; no application or cryptographic logic changes.
Overview
Renames the GitHub organization from ConsenSys to Consensys-Incorporated across CI, release config, ownership, and the docs site.
Updates the spelling workflow to use
Consensys-Incorporated/github-actions, points semantic-release at the newdoc.gnarkrepo URL, and refreshes CODEOWNERS to@consensys-incorporated/documentationand@consensys-incorporated/protocols-dso. Link checking ignores GitLab URLs under the new org path.Docusaurus
organizationName, edit links, navbar/footer GitHub and pkg.go.dev URLs, and several doc cross-links (gnark, gnark-crypto, gnark-tests, audit PDF, issue #81) now target the Consensys-Incorporated repos.Reviewed by Cursor Bugbot for commit 7af86cf. Bugbot is set up for automated code reviews on this repo. Configure here.