This is an automated email from the ASF dual-hosted git repository.
likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new bb330cea9 fix(config-ui): dora metrics doc link error (#5025)
bb330cea9 is described below
commit bb330cea97cd7dc4623b68ce4afe4d49b7cc97a6
Author: 青湛 <[email protected]>
AuthorDate: Wed Apr 26 10:14:02 2023 +0800
fix(config-ui): dora metrics doc link error (#5025)
---
config-ui/src/pages/project/home/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-ui/src/pages/project/home/index.tsx
b/config-ui/src/pages/project/home/index.tsx
index edf8f59a7..844a05662 100644
--- a/config-ui/src/pages/project/home/index.tsx
+++ b/config-ui/src/pages/project/home/index.tsx
@@ -126,7 +126,7 @@ export const ProjectHomePage = () => {
onChange={(e) => setEnableDora((e.target as
HTMLInputElement).checked)}
/>
<p>
- <a href="https://devlake.apache.org/docs/UserManuals/DORA/"
rel="noreferrer" target="_blank">
+ <a href="https://devlake.apache.org/docs/DORA/"
rel="noreferrer" target="_blank">
DORA metrics
</a>
<span style={{ marginLeft: 4 }}>