Skip to content

Commit 8d8fd16

Browse files
authored
Docs: Fix maplibre link on attribution-control.md
1 parent d10dc62 commit 8d8fd16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-reference/attribution-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,22 @@ function App() {
6060

6161
### Reactive Properties
6262

63-
#### `style`: CSSProperties {#style}
63+
#### `style`: CSSProperties {#style}
6464

6565
CSS style override that applies to the control's container.
6666

6767
### Other Properties
6868

6969
The properties in this section are not reactive. They are only used when the component first mounts.
7070

71-
Any options supported by the `AttributionControl` class ([Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/markers/#attributioncontrol) | [Maplibre](https://maplibre.org/maplibre-gl-js-docs/api/markers/#attributioncontrol)), such as
71+
Any options supported by the `AttributionControl` class ([Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/markers/#attributioncontrol) | [Maplibre](https://maplibre.org/maplibre-gl-js/docs/API/classes/maplibregl.AttributionControl/)), such as
7272

7373
- `compact`
7474
- `customAttribution`
7575

7676
Plus the following:
7777

78-
#### `position`: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' {#position}
78+
#### `position`: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' {#position}
7979

8080
Default: `'bottom-right'`
8181

0 commit comments

Comments
 (0)