This is an automated email from the ASF dual-hosted git repository.
Startrekzky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 221bf667e13 Fix typo in Troubleshooting link (#814)
221bf667e13 is described below
commit 221bf667e13815303aa3072c136b360a99f58c63
Author: Gurban Gurbanov <[email protected]>
AuthorDate: Thu May 21 17:05:41 2026 +0400
Fix typo in Troubleshooting link (#814)
---
docs/DeveloperManuals/DeveloperSetup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/DeveloperManuals/DeveloperSetup.md
b/docs/DeveloperManuals/DeveloperSetup.md
index 6ff9cf21020..40bc362c035 100644
--- a/docs/DeveloperManuals/DeveloperSetup.md
+++ b/docs/DeveloperManuals/DeveloperSetup.md
@@ -69,7 +69,7 @@ The following guide will walk through how to run DevLake's
frontend (`config-ui`
make configure-dev
```
- For common errors, please see [Troubleshooting](#troubleshotting).
+ For common errors, please see [Troubleshooting](#troubleshooting).
8. Config UI is running at `localhost:4000`
- For how to use Config UI, please refer to our
[tutorial](Configuration/Tutorial.md)