From 62713681dc507fe32890ca4612b55bf89c726d42 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Fri, 13 Feb 2026 18:45:26 -0800 Subject: [PATCH] fix broken markdown links --- docs/guides/finding_drivers.md | 2 +- docs/guides/installing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/finding_drivers.md b/docs/guides/finding_drivers.md index 69abe546..4a4224dc 100644 --- a/docs/guides/finding_drivers.md +++ b/docs/guides/finding_drivers.md @@ -37,7 +37,7 @@ teradata [private] An ADBC driver for Teradata developed by Columnar !!! note - The drivers listed above with the `[private]` label require a license to use. See [./private_drivers.md](Private Drivers) to learn how to use these drivers. + The drivers listed above with the `[private]` label require a license to use. See [Private Drivers](./private_drivers.md) to learn how to use these drivers. ## Finding a Specific Driver diff --git a/docs/guides/installing.md b/docs/guides/installing.md index 17e19e10..0a93cf0e 100644 --- a/docs/guides/installing.md +++ b/docs/guides/installing.md @@ -44,7 +44,7 @@ The short names in lowercase on the left of the output are the names you need to !!! note - The drivers listed above with the `[private]` label require a license to use. See [./private_drivers.md](Private Drivers) to learn how to use these drivers. + The drivers listed above with the `[private]` label require a license to use. See [Private Drivers](./private_drivers.md) to learn how to use these drivers. ## Installing a Driver