From c93a48971bff6c02686537ef54111d8a31c21122 Mon Sep 17 00:00:00 2001 From: Jan Jones Date: Mon, 17 Jun 2024 10:54:56 +0200 Subject: [PATCH] Fix link in docs --- docs/contributing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/README.md b/docs/contributing/README.md index d734b418b0f21..e709034cfcac6 100644 --- a/docs/contributing/README.md +++ b/docs/contributing/README.md @@ -12,7 +12,7 @@ Guides for contributing to this project - [Bootstrap Builds](Bootstrap%20Builds.md) - [API Review Process](API%20Review%20Process.md) - [Developing a Language Feature](Developing%20a%20Language%20Feature.md) -- [Documetation for IDE Code Style Analyzers](Documentation%20for%20IDE%20Code%20Style%20Analyzers.md) +- [Documentation for IDE CodeStyle analyzers](Documentation%20for%20IDE%20CodeStyle%20analyzers.md) - [IDE Design Process](ide_design_process.md) - [Powershell Guidelines](Powershell%20Guidelines.md) - [Testing for Interactive readiness](Testing%20for%20Interactive%20readiness.md)