diff --git a/website_astro/src/content/how_to_use/maplibre.md b/website_astro/src/content/how_to_use/maplibre.md index 62ba439..d9865e3 100644 --- a/website_astro/src/content/how_to_use/maplibre.md +++ b/website_astro/src/content/how_to_use/maplibre.md @@ -1,6 +1,6 @@ ## How to load MapLibre? -Include [MapLibre GL JS](https://maplibre.org/maplibre-gl-js/docs/) in the `
`. If you are using npm, you can install the `maplibre-gl` package. Make sure to import the CSS as well. +Include MapLibre GL JS in the ``. If you are using npm, you can install the `maplibre-gl` package. Make sure to import the CSS as well. ```html diff --git a/website_astro/src/pages/how_to_use.astro b/website_astro/src/pages/how_to_use.astro index fec7638..4cd2f56 100644 --- a/website_astro/src/pages/how_to_use.astro +++ b/website_astro/src/pages/how_to_use.astro @@ -6,16 +6,16 @@ import { Content as MapboxText } from '../content/how_to_use/mapbox.md' import { Content as LeafletText } from '../content/how_to_use/leaflet.md' import { Content as MobileText } from '../content/how_to_use/mobile.md' import { Content as CustomStylesText } from '../content/how_to_use/custom_styles.md' +import { Content as SelfHostingText } from '../content/how_to_use/self_hosting.md' ---