Skip to content

Commit ae7f547

Browse files
authored
docs: Use correct from parameter value in rulekit links (#3020)
* Update RuleKitLink.vue to use correct from parameter value * Update index.md * Update index.md
1 parent 5093e2c commit ae7f547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/docs/.vitepress/theme/components/RuleKitLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const translations = {
1212
<template>
1313
<div class="rulekit">
1414
<a
15-
href="https://rulekit.dev?from=vuerouter"
15+
href="https://rulekit.dev?from=pinia"
1616
target="_blank"
1717
rel="sponsored noopener"
1818
aria-label="Visit RuleKit - curated rules for Cursor, Claude Code, and more (opens in new tab)"

packages/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hero:
2020
link: https://stackblitz.com/github/piniajs/example-vue-3-vite
2121
- theme: cta rulekit
2222
text: RuleKit
23-
link: https://rulekit.dev?from=vuerouter
23+
link: https://rulekit.dev?from=pinia
2424
- theme: cta mastering-pinia
2525
text: ' '
2626
link: https://masteringpinia.com

packages/docs/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hero:
2020
link: https://stackblitz.com/github/piniajs/example-vue-3-vite
2121
- theme: cta rulekit
2222
text: RuleKit
23-
link: https://rulekit.dev?from=vuerouter
23+
link: https://rulekit.dev?from=pinia
2424
- theme: cta mastering-pinia
2525
text: ' '
2626
link: https://masteringpinia.com

0 commit comments

Comments
 (0)