From a9458514331ab7b11c91ada9f336b394dd0b0a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 13 Jan 2014 13:23:18 +0100 Subject: [PATCH] [webui] there is no meego OBS instance anymore, but a Tizen one. --- .../app/views/configuration/connect_instance.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webui/app/views/configuration/connect_instance.html.erb b/src/webui/app/views/configuration/connect_instance.html.erb index 071598cff24..5aa28bb34a6 100644 --- a/src/webui/app/views/configuration/connect_instance.html.erb +++ b/src/webui/app/views/configuration/connect_instance.html.erb @@ -6,10 +6,10 @@ function useOpenSUSE(){ document.getElementById('description').value = "This instance delivers the default build targets for OBS."; } function useMeeGo(){ - document.getElementById('name').value = "MeeGo.com"; - document.getElementById('remoteurl').value = "https://api.meego.com/public"; - document.getElementById('title').value = "Official MeeGo Project OBS instance at build.meego.com"; - document.getElementById('description').value = "This instance can be used to access resources from the MeeGo project."; + document.getElementById('name').value = "Tizen.org"; + document.getElementById('remoteurl').value = "https://api.tizen.org/public"; + document.getElementById('title').value = "Official Tizen Project OBS instance at build.tizen.org"; + document.getElementById('description').value = "This instance can be used to access resources from the Tizen project."; } <% end %>