Skip to content

fix: update TOS link in VS Code extension README#2495

Merged
tanzhenxin merged 1 commit intoQwenLM:mainfrom
Br1an67:fix/tos-link
Mar 19, 2026
Merged

fix: update TOS link in VS Code extension README#2495
tanzhenxin merged 1 commit intoQwenLM:mainfrom
Br1an67:fix/tos-link

Conversation

@Br1an67
Copy link
Copy Markdown
Contributor

@Br1an67 Br1an67 commented Mar 19, 2026

TLDR

Fix the broken Terms of Service link in the VS Code extension README. The old link (docs/tos-privacy.md) returns 404 — updated to the correct docs site URL.

Dive Deeper

The TOS file was moved from docs/tos-privacy.md to docs/users/support/tos-privacy.md. The CLI auth dialog already uses the correct URL (qwenlm.github.io/qwen-code-docs/en/users/support/tos-privacy/), but the VS Code extension README was not updated.

Reviewer Test Plan

Click the TOS link in the updated README to verify it resolves correctly.

Testing Matrix

N/A — documentation-only change.

Linked issues / bugs

Closes #1066

The link pointed to a non-existent path (docs/tos-privacy.md) resulting
in a 404. Updated to the correct docs site URL matching the one already
used in AuthDialog.tsx.

Closes QwenLM#1066
Copy link
Copy Markdown
Collaborator

@tanzhenxin tanzhenxin left a comment

Choose a reason for hiding this comment

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

LGTM!

@tanzhenxin tanzhenxin closed this Mar 19, 2026
@tanzhenxin tanzhenxin reopened this Mar 19, 2026
@tanzhenxin tanzhenxin merged commit e14d083 into QwenLM:main Mar 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TOS is not linked from extensions in vs code

2 participants