Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/quickstart-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface QuickstartCheck {

const INSTALL_COMMAND = "npm install solid-objects"
const AGENT_PROMPT = "where would the solid-objects library be best used in this app?"
const DOCUMENTATION_URL = "https://solidobjects.dev/node"
const DOCUMENTATION_URL = "https://solidobjects.dev/js"

export function formatQuickstartPlan(plan: {
sameIdentityCalls: number
Expand Down