Fix OpenRouter broken links#94
Merged
Merged
Conversation
…t new guide locations
LLM Doc Lint48 tests 41 ✅ 0s ⏱️ For more details on these failures, see this check. Results for commit 5b25922. ♻️ This comment has been updated with latest results. |
Member
Author
|
Thanks to @Vahor for highlighting the issue! |
| @@ -1 +1 @@ | |||
| Claude Code uses a REST API to communicate with the Large Language Model (LLM). In this stage, you'll communicate with the provided LLM using an [OpenAI-compatible API](https://openrouter.ai/docs/api/api-reference/chat/send-chat-completion-request). | |||
| Claude Code uses a REST API to communicate with the Large Language Model (LLM). In this stage, you'll communicate with the provided LLM using an [OpenAI-compatible API](https://openrouter.ai/docs/guides/community/openai-sdk). | |||
Contributor
There was a problem hiding this comment.
@andy1li Since this link shows JS example, let's use the api page link here https://openrouter.ai/docs/quickstart#using-the-openrouter-api to make it more general.
We've already mentioned that this is OpenAI compatible in the text.
Lemme know what you think.
Member
Author
UdeshyaDhungana
approved these changes
Jul 21, 2026
…y2.md to point to the new quickstart guide locations.
LLM Doc Lint48 tests 42 ✅ 0s ⏱️ For more details on these failures, see this check. Results for commit 3066f6c. ♻️ This comment has been updated with latest results. |
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.
Note
Low Risk
Documentation-only link fixes with no runtime or logic changes.
Overview
Updates OpenRouter doc URLs across course marketing copy, stage descriptions, and language solution hints so learners land on current pages instead of broken
send-chat-completion-requestlinks.Stage yy2 intro links now point to the quickstart API section. aq1 and md6 references, plus C++/JS/Rust/TypeScript hint configs, use
create-a-chat-completion(with#body-toolswhere tools are documented).Reviewed by Cursor Bugbot for commit 3066f6c. Bugbot is set up for automated code reviews on this repo. Configure here.