From 1c042a8e956ef6f240301a48a5c8819dddd07331 Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Sat, 15 Jul 2023 16:23:23 -0700 Subject: [PATCH] Update README.md --- backend/danswer/connectors/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/danswer/connectors/README.md b/backend/danswer/connectors/README.md index 50ff03611..fc7ebb554 100644 --- a/backend/danswer/connectors/README.md +++ b/backend/danswer/connectors/README.md @@ -78,5 +78,5 @@ connector in Danswer. Then create a Pull Request in https://github.com/danswer-a ### Before opening PR 1. Be sure to fully test changes end to end with setting up the connector and updating the index with new docs from the new connector. -2. Be sure to run the linting/formatting, refer to -[CONTRIBUTING.md](https://github.com/danswer-ai/danswer/blob/main/CONTRIBUTING.md) +2. Be sure to run the linting/formatting, refer to the formatting and linting section in +[CONTRIBUTING.md](https://github.com/danswer-ai/danswer/blob/main/CONTRIBUTING.md#formatting-and-linting)