From 4f749d60b8039c8c9411cea48bc1add993ffc789 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 16 Oct 2024 16:30:08 -0600 Subject: [PATCH] Fix dead links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f1a1b..95212f2 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ Just add `extends: 'expensify/legacy'` to the `.eslintrc` file in the root direc ## Style Guide -Feel free to also check out our [Javascript style guide](https://github.com/Expensify/Style-Guide/blob/main/javascript.md), our [general language-agnostic coding standards](https://github.com/Expensify/Style-Guide/blob/main/general.md), and the [ESlint config docs](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information. +Feel free to also check out our [Javascript style guide](https://github.com/Expensify/Style-Guides/blob/main/javascript.md), our [general language-agnostic coding standards](https://github.com/Expensify/Style-Guides/blob/main/general.md), and the [ESlint config docs](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information.