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

package.erb: Fix links to repository URL #1344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 23, 2023

  1. package.erb: Fix links to repository URL

    Currently some instructions like openSUSE or Debian link to e.g.
    /repositories/hardware:razer/ instead of /repositories/hardware:/razer/
    with an extra slash but the version without the extra slash return HTTP
    404 and therefore don't work.
    
    Make sure to add the path fixup everywhere where the v[:repo] variable
    is used.
    
    Fixes openSUSE#1142
    Fixes openSUSE#1273
    z3ntu committed May 23, 2023
    Configuration menu
    Copy the full SHA
    aa18593 View commit details
    Browse the repository at this point in the history