Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix absolute links #1834

Merged
merged 10 commits into from
Sep 18, 2024
Merged

docs: fix absolute links #1834

merged 10 commits into from
Sep 18, 2024

Conversation

sh-rp
Copy link
Collaborator

@sh-rp sh-rp commented Sep 17, 2024

Description

Change absolute links in docs to relative ones.
Adds a new test to ensure that there are no absolute or devel links in the docs md links

@sh-rp sh-rp linked an issue Sep 17, 2024 that may be closed by this pull request
Copy link

netlify bot commented Sep 17, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit a1c4aca
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66eac3ae8eb91f0008437624
😎 Deploy Preview https://deploy-preview-1834--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sh-rp sh-rp marked this pull request as ready for review September 17, 2024 14:00
@sh-rp sh-rp added the documentation Improvements or additions to documentation label Sep 17, 2024
@sh-rp sh-rp requested a review from VioletM September 17, 2024 14:02
@@ -220,7 +220,7 @@ To enable this, GCS provides an S3
compatibility mode that emulates the S3 API, allowing ClickHouse to access GCS buckets via its S3 integration.

For detailed instructions on setting up S3-compatible storage with dlt, including AWS S3, MinIO, and Cloudflare R2, refer to
the [dlt documentation on filesystem destinations](https://dlthub.com/docs/dlt-ecosystem/destinations/filesystem#using-s3-compatible-storage).
the [dlt documentation on filesystem destinations](/dlt-ecosystem/destinations/filesystem#using-s3-compatible-storage).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the link should be relative to the current page, otherwise if I'm on devel docs and I click the link it will jump to the latest version.

Suggested change
the [dlt documentation on filesystem destinations](/dlt-ecosystem/destinations/filesystem#using-s3-compatible-storage).
the [dlt documentation on filesystem destinations](./filesystem#using-s3-compatible-storage).

@sh-rp sh-rp merged commit c96ce7b into devel Sep 18, 2024
60 of 61 checks passed
@sh-rp sh-rp deleted the docs/fix_absolute_links branch September 18, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: replace absolute links with relative links
2 participants