From 536e530e1b158d5c291380654bad0d3a5a90ab69 Mon Sep 17 00:00:00 2001 From: Eu Pin Tien Date: Mon, 11 Nov 2024 12:14:39 +0000 Subject: [PATCH] Fixed broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 641702399..e3de57436 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The packages included under the `[developer]` installation key contain some help - `pre-commit` - Allows for the installation and running of hooks to help with linting, formatting, and type checking your code. - `pytest` - Used in conjunction with test functions to evaluate the reliability of your code. -Instructions for setting up the database for Murfey to register files to can be found [here](src/murfey/server/MURFEY_DB.md). +Instructions for setting up the database for Murfey to register files to can be found [here](src/murfey/server/README.md). Finally, you may want to set up an ISPyB mock database server and a Zocalo development environment. The instructions for this are out of scope here.