From d47e19c6cd08da30da6e918493c9b78a2e6a1b3c Mon Sep 17 00:00:00 2001 From: Andras Belicza Date: Tue, 17 Jan 2017 16:57:24 +0100 Subject: [PATCH] Changed live demo URL everywhere. --- README.md | 2 +- gwu/doc.go | 2 +- version-history/changes-v1.2.2.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87321d0..9387bc8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This one auto-opens itself in your default browser. go run _examples/showcase/showcase.go -The Showcase of Features is also available live: https://gowut-demo.appspot.com/show +The Showcase of Features is also available live: http://iczapp.com:3434/gowut-demo/show **2. A single window example.** diff --git a/gwu/doc.go b/gwu/doc.go index bfb23c6..1e7bee7 100644 --- a/gwu/doc.go +++ b/gwu/doc.go @@ -388,7 +388,7 @@ Source code: https://github.com/icza/gowut Discussion forum: https://groups.google.com/d/forum/gowebuitoolkit -Live demo: https://gowut-demo.appspot.com/show +Live demo: http://iczapp.com:3434/gowut-demo/show */ diff --git a/version-history/changes-v1.2.2.txt b/version-history/changes-v1.2.2.txt index a8b3310..94621b3 100644 --- a/version-history/changes-v1.2.2.txt +++ b/version-history/changes-v1.2.2.txt @@ -2,7 +2,7 @@ Changes and new features in v1.2.2: ----------------------------------- --Moved the Showcase of Features live demo to: http://iczapp.com:3434/showcase/show +-Moved the Showcase of Features live demo to: http://iczapp.com:3434/gowut-demo/show -Added -addr and -autoOpen flags to the Showcase of Features demo.