From 9dd2de3f2e9eaa58f45a9fbda1ebfa0b741c7230 Mon Sep 17 00:00:00 2001 From: kevcenteno Date: Wed, 11 Dec 2024 12:25:24 -0500 Subject: [PATCH] Use relative links in binary database snippet --- assets/snippets/binary-databases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/snippets/binary-databases.md b/assets/snippets/binary-databases.md index 874c33b1d..b80484c8d 100644 --- a/assets/snippets/binary-databases.md +++ b/assets/snippets/binary-databases.md @@ -1,9 +1,9 @@ Binary databases make use of the [MaxMind DB file format](https://maxmind.github.io/MaxMind-DB/). MaxMind -provides [official client APIs](https://dev.maxmind.com/geoip/docs/databases/#official-client-apis) +provides [official client APIs](/geoip/docs/databases/#official-client-apis) that are open source and licensed under the Apache License, Version 2.0. We also provide a list of -[unsupported and unofficial client APIs](https://dev.maxmind.com/geoip/docs/databases/#unofficial-client-apis) -and [unsupported and unofficial integrations](https://dev.maxmind.com/geoip/docs/databases/#integrations) +[unsupported and unofficial client APIs](/geoip/docs/databases/#unofficial-client-apis) +and [unsupported and unofficial integrations](/geoip/docs/databases/#integrations) with various applications. You can also use the [mmdbinspect tool](https://github.com/maxmind/mmdbinspect)