diff --git a/cnn_market.go b/cnn_market.go index 4a76bc9..2d444a2 100644 --- a/cnn_market.go +++ b/cnn_market.go @@ -13,7 +13,7 @@ import ( `strings` ) -const marketURL = `http://money.cnn.com/data/markets/` +const marketURL = `https://money.cnn.com/data/markets/` // Market stores current market information displayed in the top three lines of // the screen. The market data is fetched and parsed from the HTML page above.