Skip to content

Commit

Permalink
ADM-813:[frontend]fix: fix the url (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingyuDong authored Feb 29, 2024
1 parent e83042a commit 4f5a200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/MetricsStep/Advance/Advance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useAppSelector } from '@src/hooks';
import { useState } from 'react';

export const Advance = () => {
const url = 'https://github.com/thoughtworks/HeartBeat/blob/main/README.md';
const url = 'https://github.com/au-heartbeat/Heartbeat/blob/main/README.md#323-setting-advanced-setting';
const dispatch = useAppDispatch();
const advancedSettings = useAppSelector(selectAdvancedSettings);
const [open, setOpen] = useState(!!advancedSettings);
Expand Down

0 comments on commit 4f5a200

Please sign in to comment.