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

Fix suggest edit #1842

Merged
merged 3 commits into from
Oct 30, 2024
Merged

Fix suggest edit #1842

merged 3 commits into from
Oct 30, 2024

Conversation

zhaochenyang20
Copy link
Collaborator

Motivation

This is a quick fix for the link error in our current documents. We now link our "suggest edit" and "show original codes"
to the sgl-project.github.io repo rather than our sglang repo.

Modifications

Checklist

  • Format your code according to the Contributor Guide.
  • Add unit tests as outlined in the Contributor Guide.
  • Update documentation as needed, including docstrings or example tutorials.

@@ -55,7 +55,7 @@
html_last_updated_fmt = ""

html_theme_options = {
"repository_url": "https://github.com/sgl-project/sglang",
"repository_url": "https://github.com/sgl-project/sgl-project.github.io",
Copy link
Contributor

Choose a reason for hiding this comment

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

It should not modify the generated file, as changes won't affect future outcomes. Instead, it should edit the source files at https://github.com/sgl-project/sglang.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If users send PR to us in this repo, we can manually merge it in our main repo.

@merrymercy merrymercy merged commit 4ba815b into main Oct 30, 2024
1 of 2 checks passed
@merrymercy merrymercy deleted the fix_suggest_edit branch October 30, 2024 19:28
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.

2 participants