-
Notifications
You must be signed in to change notification settings - Fork 11
hot on-chain fixes #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,7 +7,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps'; | |||||||||
|
|
||||||||||
| ## Pre-requisite | ||||||||||
|
|
||||||||||
| This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [React](/js/frontend), [React Native](/react-native), or [Node](/js/backend). | ||||||||||
| This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [React](/web/frontend/), [React Native](/react-native/installation), or [Node](/web/backend/installation). | ||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify frontend vs backend and tighten wording Node is not a frontend. Rephrase to avoid confusion and align links. Apply this diff: -This tutorial assumes that you have a frontend that requests proofs from the user and processes the response, like [React](/web/frontend/), [React Native](/react-native/installation), or [Node](/web/backend/installation).
+This tutorial assumes you have:
+- a frontend to request proofs from users (e.g., [Web (React)](/web/frontend), [React Native](/react-native/installation)), and
+- a backend to process responses or submit on-chain (e.g., [Node](/web/backend/installation)).📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
|
|
||||||||||
| ## Solana | ||||||||||
|
|
||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Inconsistent Link Formatting Causes Routing Issues
The React frontend link in
quickstart.mdxincludes a trailing slash (/web/frontend/), which is inconsistent with other instances of this link throughout the codebase that omit it. This could cause broken links or routing issues.