Skip to content

Commit

Permalink
Update to latest google finance endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nadhiirxtn committed Nov 6, 2017
1 parent 15802bc commit a1f5125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/GoogleFinanceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class GoogleFinanceProvider extends AbstractProvider
{
const URL = 'http://www.google.com/finance/converter?a=1&from=%s&to=%s';
const URL = 'https://finance.google.com/finance/converter?a=1&from=%s&to=%s';

/**
* {@inheritdoc}
Expand Down

0 comments on commit a1f5125

Please sign in to comment.