diff options
Diffstat (limited to 'extension/react-app/src/components/ProgressBar.tsx')
-rw-r--r-- | extension/react-app/src/components/ProgressBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ProgressBar.tsx b/extension/react-app/src/components/ProgressBar.tsx index b4a2efc9..4efee776 100644 --- a/extension/react-app/src/components/ProgressBar.tsx +++ b/extension/react-app/src/components/ProgressBar.tsx @@ -44,7 +44,7 @@ const ProgressBar = ({ completed, total }: ProgressBarProps) => { return ( <> <a - href="https://continue.dev/docs/customization" + href="https://continue.dev/docs/customization/models" className="no-underline" > <GridDiv data-tooltip-id="usage_progress_bar"> |