From 4c9665494d48b7f26463a18a811b45d3e3bc219c Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Sun, 8 Oct 2023 15:49:52 -0400 Subject: [PATCH] Fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bce923..d120d42 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ to the option names tabulated below. | Option name | Environment variable name | Required Y/N | Description | | :------------------------ | :------------------------ | :----------- | :----------------------------------------------------------------------------------------------------------------------------------- | | `zoektUrl` | `ZOEKT_URL` | Y | The base zoekt URL at which neogrok will make API requests, at e.g. `/api/search` and `/api/list` | -| `openGrokProjectMappings` | N/A | N | An object mapping OpenGrok project names to zoekt repository names; see [below]('#renaming-opengrok-projects-to-zoekt-repositories') | +| `openGrokProjectMappings` | N/A | N | An object mapping OpenGrok project names to zoekt repository names; see [below](#renaming-opengrok-projects-to-zoekt-repositories) | ## OpenGrok compatibility