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 incorrect URL for "Reference in New Issue" (#28716) #28723

Merged
merged 1 commit into from
Jan 7, 2024

Commits on Jan 7, 2024

  1. Fix incorrect URL for "Reference in New Issue" (go-gitea#28716)

    Gitea prefers to use relative URLs in code (to make multiple domain work
    for some users)
    
    So it needs to use `toAbsoluteUrl` to generate a full URL when click
    "Reference in New Issues"
    
    And add some comments in the test code
    wxiaoguang authored and GiteaBot committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    bd5ecc8 View commit details
    Browse the repository at this point in the history