chore:change docs endpoint to docs.altimate.sh#237
Merged
arora-saurabh448 merged 1 commit intomainfrom Mar 18, 2026
Merged
Conversation
Claude Code ReviewThis repository is configured for manual code reviews. Comment |
| @@ -1,6 +1,6 @@ | |||
| site_name: altimate-code | |||
| site_description: The open-source data engineering harness. 99+ tools for building, validating, optimizing, and shipping data products. | |||
There was a problem hiding this comment.
Bug: The domain migration to docs.altimate.sh is incomplete. Hardcoded URLs in docs/docs/llms.txt and README.md still point to the old altimateai.github.io domain.
Severity: MEDIUM
Suggested Fix
Perform a global search and replace across the repository to update all instances of https://altimateai.github.io/altimate-code with the new domain https://docs.altimate.sh. Ensure all links in docs/docs/llms.txt and the badge in README.md are corrected.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: docs/mkdocs.yml#L2
Potential issue: The pull request updates the documentation site to use a new custom
domain, but fails to update all internal references. The `docs/docs/llms.txt` file,
intended for consumption by LLM crawlers, contains approximately 33 hardcoded links
pointing to the old `altimateai.github.io` domain. Additionally, a badge in the
`README.md` file still links to the old URL. While GitHub Pages currently provides
redirects, this incomplete migration means that tools and users will be directed to
outdated URLs, introducing latency and relying on a temporary solution instead of
pointing to the new canonical domain.
Did we get this right? 👍 / 👎 to inform future reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ready docs to point to docs.altimate.sh