commit/StationPlaylist: josephsl: 17.01.1: changed the URL to include www main domain

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 15 Jan 2017 16:55:10 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/7013c451156a/
Changeset:   7013c451156a
Branch:      stable
User:        josephsl
Date:        2017-01-15 16:53:39+00:00
Summary:     17.01.1: changed the URL to include www main domain

Affected #:  2 files

diff --git a/addon/appModules/splstudio/splupdate.py 
b/addon/appModules/splstudio/splupdate.py
index d4ca4fa..81f4001 100755
--- a/addon/appModules/splstudio/splupdate.py
+++ b/addon/appModules/splstudio/splupdate.py
@@ -38,7 +38,7 @@ _updatePickle = os.path.join(globalVars.appArgs.configPath, 
"splupdate.pickle")
 
 # Not all update channels are listed. The one not listed here is the default 
("stable" for this branch).
 channels={
-       "lts":"http://josephsl.net/files/nvdaaddons/get.php?file=spl-lts16";,
+       "lts":"http://www.josephsl.net/files/nvdaaddons/get.php?file=spl-lts16";,
        #"beta":"http://spl.nvda-kr.org/files/get.php?file=spl-beta";,
 }
 

diff --git a/readme.md b/readme.md
index a809a83..c04de85 100755
--- a/readme.md
+++ b/readme.md
@@ -509,6 +509,6 @@ Version 4.0 supports SPL Studio 5.00 and later, with 3.x 
designed to provide som
 
 [2]: http://addons.nvda-project.org/files/get.php?file=spl-dev
 
-[3]: http://josephsl.net/files/nvdaaddons/get.php?file=spl-lts7
+[3]: http://www.josephsl.net/files/nvdaaddons/get.php?file=spl-lts7
 
 [4]: https://github.com/josephsl/stationplaylist/wiki/SPLAddonGuide

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: 17.01.1: changed the URL to include www main domain - commits-noreply