dlt-hub / dlt

data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.65k stars 175 forks source link

Docs: replace absolute links with relative links #1829

Closed burnash closed 1 month ago

burnash commented 2 months ago

Background

Many documentation pages currently use absolute URLs (e.g., starting with https://dlthub.com/docs) when linking to other dlt documentation pages.

Example: https://github.com/dlt-hub/dlt/blob/devel/docs/website/docs/dlt-ecosystem/destinations/bigquery.md?plain=1#L223

This practice prevents Docusaurus from tracking broken links, which could lead to maintenance issues.

Task