From bc33f08080155a3856cdbb8cebc1b07b6b6ec82a Mon Sep 17 00:00:00 2001 From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Date: Sun, 12 Sep 2021 14:12:23 +0200 Subject: [PATCH] Fixed broken link --- Map-related-JSON-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Map-related-JSON-files.md b/Map-related-JSON-files.md index 9a9313b..392eb4f 100644 --- a/Map-related-JSON-files.md +++ b/Map-related-JSON-files.md @@ -43,7 +43,7 @@ Each improvement can have the following properties: | uniqueTo | String | Default none | The name of the nation this improvement is unique for | | `` | Float | Optional | Per-turn bonus yield for the tile, see [Stats](#stats) | | turnsToBuild | Integer | | Number of turns a worker spends building this (ignored for 'create' actions) | -| uniques | List | Default empty | List of effects, [see here](../Uniques#terrain-uniques) | +| uniques | List | Default empty | List of effects, [see here](Uniques#improvement-uniques) | | shortcutKey | String | Default none | Keyboard binding. At the moment a single character (no function keys or Ctrl combinations) | | civilopediaText | List | Default empty | see [civilopediaText chapter](#civilopedia-text) |