diff options
Diffstat (limited to 'docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx')
| -rw-r--r-- | docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx b/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx index 33e5bfd..8f0e83e 100644 --- a/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx +++ b/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx @@ -8,9 +8,9 @@ export function PackBenchmarksPicker(props: { <div className="flex items-center gap-3"> <a className="dark:text-[#888888] hover:underline underline-offset-4 text-[#666666] text-sm" - href="https://github.com/retrofor/HydroRoll/blob/main/docs/components/pages/pack-home/benchmark-data" + href="https://github.com/HydroRoll-Team/HydroRoll/blob/main/docs/components/pages/pack-home/benchmark-data" > - React Components + 本体文件大小 </a> <PackDropdown onOptionSelected={(value) => props.setNumberOfModules(value)} |