Skip to content

Commit

Permalink
Fix docstring link markup
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Mar 15, 2024
1 parent ce1f57f commit c62517f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ FeatureSearch<a name="featuresearch"></a>
----------------------------------------------------------------
Displays a dialog with a search form for configured QGIS feature searches with one or more input fields.

See [../../topics/Search/#configuring-the-qgis-feature-search](Configuring the QGIS feature search).
See [Configuring the QGIS feature search](../../topics/Search/#configuring-the-qgis-feature-search).

| Property | Type | Description | Default value |
|----------|------|-------------|---------------|
Expand Down Expand Up @@ -463,7 +463,7 @@ MapFilter<a name="mapfilter"></a>
----------------------------------------------------------------
Allows filtering the map content via QGIS Server WMS FILTER.

See [../../topics/MapFilter](Map filtering).
See [Map filtering](../../topics/MapFilter).

| Property | Type | Description | Default value |
|----------|------|-------------|---------------|
Expand Down
2 changes: 1 addition & 1 deletion plugins/FeatureSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "./style/FeatureSearch.css";
/**
* Displays a dialog with a search form for configured QGIS feature searches with one or more input fields.
*
* See [../../topics/Search/#configuring-the-qgis-feature-search](Configuring the QGIS feature search).
* See [Configuring the QGIS feature search](../../topics/Search/#configuring-the-qgis-feature-search).
*/
class FeatureSearch extends React.Component {
static propTypes = {
Expand Down
2 changes: 1 addition & 1 deletion plugins/MapFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import './style/MapFilter.css';
/**
* Allows filtering the map content via QGIS Server WMS FILTER.
*
* See [../../topics/MapFilter](Map filtering).
* See [Map filtering](../../topics/MapFilter).
*/
class MapFilter extends React.Component {
static propTypes = {
Expand Down

0 comments on commit c62517f

Please sign in to comment.