diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-06 11:01:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-06 11:01:12 +0200 |
commit | 02ccd8197bbba77dc56dea25ab08964632b66ac3 (patch) | |
tree | f577ba7a58095993fdc14093e5816cb58cc2910d | |
parent | 8a567b682d163ec8e590938f24e0d3a751459bf5 (diff) | |
download | jenkins.debian.net-02ccd8197bbba77dc56dea25ab08964632b66ac3.tar.xz |
torbrowser tests: fix URL for own view
-rw-r--r-- | job-cfg/torbrowser-launcher.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/torbrowser-launcher.yaml b/job-cfg/torbrowser-launcher.yaml index bc760b79..0e67afb5 100644 --- a/job-cfg/torbrowser-launcher.yaml +++ b/job-cfg/torbrowser-launcher.yaml @@ -10,7 +10,7 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: &sb10 - url: https://jenkins.debian.net/view/torbrowser-launcher + url: https://jenkins.debian.net/view/torbrowser/ text: '{sb_desc} jobs' icon: /userContent/images/debian-jenkins-24x24.png - sidebar: &sb99 |