Skip to content

Commit c0f36bc

Browse files
committed
Fix broken plugin reference links
1 parent 8e255d2 commit c0f36bc

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/release_notes/ChangeLog.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ When upgrading from a 2025-lts setup, please note the entries marked with *\[202
1414

1515
### Viewer Configuration
1616
* [Config: Allow overriding plugin config per theme](../../configuration/ThemesConfiguration.md#manual-theme-configuration)
17-
* [Allow adding custom plugins via QWC2 API](../../references/qwc2_plugins.md#api)
18-
* [Allow registering identify exporters and attribute calculators via QWC2 API](../../references/qwc2_plugins.md#api)
17+
* [Allow adding custom plugins via QWC2 API](../../references/qwc2_plugins#api)
18+
* [Allow registering identify exporters and attribute calculators via QWC2 API](../../references/qwc2_plugins#api)
1919

2020
### General
2121
* Allow detaching QWC2 dialogs (i.e. Attribute Table) to separate browser windows
22-
* [Allow specifying OverviewMap layer independent from current background layer](../../references/qwc2_plugins.md#overviewmap)
22+
* [Allow specifying OverviewMap layer independent from current background layer](../../references/qwc2_plugins#overviewmap)
2323

2424
### Editing / AttributeForm / AttributeTable
2525
* [Honour expressions in QGIS Attributes Form configuration for group box visibility, default value and value-relation filter as defined](../../topics/Editing.md#expressions) (currently [limited grammar](https://github.com/qgis/qwc2/blob/2025-lts/utils/expr_grammar/grammar.ne))
@@ -29,7 +29,7 @@ When upgrading from a 2025-lts setup, please note the entries marked with *\[202
2929

3030
### Redlining
3131
* Add support for rotating labels
32-
* [Allow configuring available tools / default color / unit length](../../references/qwc2_plugins.md#redlining)
32+
* [Allow configuring available tools / default color / unit length](../../references/qwc2_plugins#redlining)
3333
* Add CTRL / SHIFT support to transform tool to scale objects from corner / preserving aspect ratio
3434

3535
### Measure
@@ -40,18 +40,18 @@ When upgrading from a 2025-lts setup, please note the entries marked with *\[202
4040

4141
### Layer tree
4242
* Allow importing (zipped) Shapefiles
43-
* [Add option to only show groups](../../references/qwc2_plugins.md#layertree)
44-
* [Add option to show a link to the Attribute Table of a layer](../../references/qwc2_plugins.md#layertree)
43+
* [Add option to only show groups](../../references/qwc2_plugins#layertree)
44+
* [Add option to show a link to the Attribute Table of a layer](../../references/qwc2_plugins#layertree)
4545

4646
### Identify
4747
* Show layer selection and feature count
4848

4949
### New plugins
50-
* [Portal](../../references/qwc2_plugins.md#portal)
51-
* [MapFilter](../../references/qwc2_plugins.md#mapfilter)
52-
* [GeometryDigitizer](../../references/qwc2_plugins.md#geometrydigitizer)
53-
* [Reports](../../references/qwc2_plugins.md#reports) (see also [Reports](../../topics/Reports.md))
54-
* [CookiePopup](../../references/qwc2_plugins.md#cookiepopup)
50+
* [Portal](../../references/qwc2_plugins#portal)
51+
* [MapFilter](../../references/qwc2_plugins#mapfilter)
52+
* [GeometryDigitizer](../../references/qwc2_plugins#geometrydigitizer)
53+
* [Reports](../../references/qwc2_plugins#reports) (see also [Reports](../../topics/Reports.md))
54+
* [CookiePopup](../../references/qwc2_plugins#cookiepopup)
5555

5656
### QWC services
5757
* [Make `qwc_config` schema name configurable](../../topics/MultiTenancy.md#multi-tenancy-with-separate-configdb-schemas)
@@ -157,7 +157,7 @@ When upgrading from a 2023-lts setup, please note the entries marked with *\[202
157157

158158
### HeightProfile
159159

160-
* [Allow printing height profile](../../references/qwc2_plugins.md#heightprofile)
160+
* [Allow printing height profile](../../references/qwc2_plugins#heightprofile)
161161

162162
### LayerTree
163163

@@ -194,11 +194,11 @@ When upgrading from a 2023-lts setup, please note the entries marked with *\[202
194194
* [New QGIS feature search provider](../../topics/Search.md#configuring-the-qgis-feature-search)
195195
* Theme layer search (see [`searchThemeLayers`](../../configuration/ViewerConfiguration.md#global-settings-overridable-per-theme))
196196
* [Provider/geometry filtering to search box](../../topics/Search.md#filtering)
197-
* Allow configuring search highlight style (see [`searchOptions.highlightStyle`](../../references/qwc2_plugins.md#topbar))
197+
* Allow configuring search highlight style (see [`searchOptions.highlightStyle`](../../references/qwc2_plugins#topbar))
198198

199199
### Settings
200200

201-
* [Allow setting default startup theme/bookmark for logged in user](../../references/qwc2_plugins.md#settings)
201+
* [Allow setting default startup theme/bookmark for logged in user](../../references/qwc2_plugins#settings)
202202

203203
### Share
204204

@@ -207,12 +207,12 @@ When upgrading from a 2023-lts setup, please note the entries marked with *\[202
207207

208208
### New plugins
209209

210-
* [Cyclomedia](../../references/qwc2_plugins.md#cyclomedia)
211-
* [QGIS FeatureSearch](../../references/qwc2_plugins.md#featuresearch)
212-
* [MapExport](../../references/qwc2_plugins.md#mapexport) (replacement for `RasterExport` and `DxfExport`)
213-
* [MapLegend](../../references/qwc2_plugins.md#maplegend)
214-
* [NewsPopup](../../references/qwc2_plugins.md#newspopup)
215-
* [Routing](../../references/qwc2_plugins.md#routing)
210+
* [Cyclomedia](../../references/qwc2_plugins#cyclomedia)
211+
* [QGIS FeatureSearch](../../references/qwc2_plugins#featuresearch)
212+
* [MapExport](../../references/qwc2_plugins#mapexport) (replacement for `RasterExport` and `DxfExport`)
213+
* [MapLegend](../../references/qwc2_plugins#maplegend)
214+
* [NewsPopup](../../references/qwc2_plugins#newspopup)
215+
* [Routing](../../references/qwc2_plugins#routing)
216216

217217

218218
### Full changelogs

0 commit comments

Comments
 (0)