From 959cc6feba7335003bed121b6831446dd335a304 Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Fri, 5 Apr 2024 13:07:14 -0500 Subject: [PATCH] Fix section link in Code Style documentation (#1233) --- docs/STYLE_AND_BEST_PRACTICES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/STYLE_AND_BEST_PRACTICES.md b/docs/STYLE_AND_BEST_PRACTICES.md index cbd0273fd..da7b5cfd9 100644 --- a/docs/STYLE_AND_BEST_PRACTICES.md +++ b/docs/STYLE_AND_BEST_PRACTICES.md @@ -3,7 +3,7 @@ ## Contents * [Style : Kotlin](#style--kotlin) -* [Style : ViewModels](#style--view-models) +* [Style : ViewModels](#style--viewmodels) * [Best Practices : Kotlin](#best-practices--kotlin) * [Best Practices : Jetpack Compose](#best-practices--jetpack-compose)