Browse Source

Change URL in pywebview example

Thomas Kluyver 8 years ago
parent
commit
91a35d2ed4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/pywebview/simple_browser.py

+ 1 - 1
examples/pywebview/simple_browser.py

@@ -9,7 +9,7 @@ import webview
 
 
 def main():
 def main():
     # Create a non-resizable webview window with 800x600 dimensions
     # Create a non-resizable webview window with 800x600 dimensions
-    webview.create_window("Simple browser", "http://www.flowrl.com",
+    webview.create_window("Simple browser", "http://pynsist.readthedocs.io/",
                             width=800, height=600, resizable=False)
                             width=800, height=600, resizable=False)
 
 
 if __name__ == '__main__':
 if __name__ == '__main__':