diff --git a/src/releng_frontend/src/App/Layout.elm b/src/releng_frontend/src/App/Layout.elm index e6c9d1fa67..ec5a1f795d 100644 --- a/src/releng_frontend/src/App/Layout.elm +++ b/src/releng_frontend/src/App/Layout.elm @@ -122,7 +122,7 @@ viewFooter model = ] , div [] [ text "version: " - , a [ href ("https://github.com/mozilla-releng/services/releases/tag/" ++ model.version) ] + , a [ href ("https://github.com/mozilla-releng/services/releases/tag/v" ++ model.version) ] [ text model.version ] ] ]