Permalink
Browse files

ALix Walls & Volume: fixed NuLagoon Tube

	modified:   volume/exchanges.php
	modified:   walls/exchanges.php
  • Loading branch information...
bananenwilly committed Apr 15, 2016
1 parent 2c2cd8e commit 3ff5837077855e331dd9b135dfeb970f8997b0f3
Showing with 3 additions and 3 deletions.
  1. +1 −1 volume/exchanges.php
  2. +2 −2 walls/exchanges.php
View
@@ -344,7 +344,7 @@ function get_hitbtc_nbt_btc() {
//NuLagoon BTC/NBT
function get_nulagoon_btc_nbt()
{
-$url_price = 'https://bitbucket.org/henry_nu/data/downloads/rd.json';
+$url_price = 'https://raw.githubusercontent.com/henrynu/NlgTube/master/data/rd.json';
$content_price = file_get_contents($url_price);
$price_json = json_decode($content_price, true);
View
@@ -629,11 +629,11 @@ function get_hitbtc_nbt_btc($search_tolerance,$btc_usd) {
//NuLagoon Tube BTC_NBT
function get_nulagoon_btc_nbt($search_tolerance,$btc_usd) {
-$url_wall = 'https://bitbucket.org/henry_nu/data/downloads/datetu.json';
+$url_wall = 'https://raw.githubusercontent.com/henrynu/NlgTube/master/data/datetu.json';
$content_wall = file_get_contents($url_wall);
$wall_json = json_decode($content_wall, true);
-$url_price = 'https://bitbucket.org/henry_nu/data/downloads/rd.json';
+$url_price = 'https://raw.githubusercontent.com/henrynu/NlgTube/master/data/rd.json';
$content_price = file_get_contents($url_price);
$price_json = json_decode($content_price, true);

0 comments on commit 3ff5837

Please sign in to comment.