OSDN Git Service

2021.01.14 Update
[rebornos/cnchi-gnome-osdn.git] / Cnchi / ask.py
index e7a21e3..c6dab6a 100644 (file)
@@ -154,7 +154,7 @@ class InstallationAsk(GtkBaseBox):
         """ Shows dual installation wiki page in a browser window  """
         try:
             self.browser = BrowserWindow("RebornOS Wiki - Dual Boot")
         """ Shows dual installation wiki page in a browser window  """
         try:
             self.browser = BrowserWindow("RebornOS Wiki - Dual Boot")
-            url = ("https://sourceforge.net/p/rebornos/wiki/Dual%20Boot%20RebornOS%20%26%20Windows%20UEFI%20%28Expanded%29%20%E2%80%93%20by%20linuxhelmet/")
+            url = ("https://osdn.net/projects/rebornos/wiki/Dual%20Boot%20RebornOS%20%26%20Windows%20UEFI%20%28Expanded%29%20%E2%80%93%20by%20linuxhelmet")
             self.browser.load_url(url)
         except Exception as err:
             logging.warning("Could not show RebornOS wiki: %s", err)
             self.browser.load_url(url)
         except Exception as err:
             logging.warning("Could not show RebornOS wiki: %s", err)