Merge pull request #1749 from pietervdvn/riQQ-patch-1

Fix link in documentation
This commit is contained in:
Pieter Vander Vennet 2024-01-10 15:14:57 +01:00 committed by GitHub
commit d973a866b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ export class TagUtils {
"When creating the `json` file describing your layer or theme, you'll have to add a few tags to describe what you want.\n" +
"This document gives an overview of what every expression means and how it behaves in edge cases.\n" +
"\n" +
"If the schema-files note a type [`TagConfigJson`](https://github.com/pietervdvn/MapComplete/blob/develop/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values.\n" +
"If the schema-files note a type [`TagConfigJson`](https://github.com/pietervdvn/MapComplete/blob/develop/src/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values.\n" +
"\n" +
"In some cases, not every type of tags-filter can be used. For example, _rendering_ an option with a regex is\n" +
'fine (`"if": "brand~[Bb]randname", "then":" The brand is Brandname"`); but this regex can not be used to write a value\n' +