From 6376ddb554d2c680d7fd88968f175ddb2a6a95cf Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Mon, 30 Dec 2024 02:27:50 -0600 Subject: [PATCH] Fix build-on-windows link in README.md (#546) # Description * Fixes windows instruction link being to a 404, by adding `contributing` location * Updates windows instructions link to use `dev` instead of `stable` to be consistent with others in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ae37827..77267bab0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Please read our [contributing guide](https://napari.org/dev/developers/contribut 1. Fork this repository, and then clone your fork to your local machine. NB: you may want to name your fork e.g. `napari-docs` rather than just `docs`. 1. With your local clone's root folder as the working directory, and with the environment created in the first step activated, install the docs requirements with `python -m pip install -r requirements.txt`. * __Build__ locally - * If you're building on Windows, a few extra steps are required; you can follow [this guide](https://napari.org/stable/developers/documentation/index.html#building-the-documentation-on-windows). + * If you're building on Windows, a few extra steps are required; you can follow [this guide](https://napari.org/dev/developers/contributing/documentation/index.html#building-the-documentation-on-windows). * From the root of your local clone of this repository, run one of these: * `make docs`, if your changes include the example gallery * `make docs-install && make html-noplot`, otherwise