From a2227519d7431d8ddbc1b1a8918d87c42ef1f46c Mon Sep 17 00:00:00 2001 From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Date: Sun, 12 Sep 2021 13:52:29 +0200 Subject: [PATCH] Fixed resource unique 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 347ba7b..9a9313b 100644 --- a/Map-related-JSON-files.md +++ b/Map-related-JSON-files.md @@ -70,7 +70,7 @@ Each resource can have the following properties: | improvement | String | Default empty | The improvement ([TileImprovements.json](#tileimprovementsjson)) for this resource | | improvementStats | Object | Default empty | The additional yield when improved as sub-object with one or more [Stats](#stats) | | revealedBy | String | Default empty | The technology name required to see, work and improve this resource | -| unique | String | Default empty | Effects, [see here](../Uniques#terrain-uniques) - sorry, at the moment only a single one | +| unique | String | Default empty | Effects, [see here](Uniques#resource-uniques) - at the moment only one unique may be added | | civilopediaText | List | Default empty | see [civilopediaText chapter](#civilopedia-text) |