Skip to content

Commit

Permalink
Use updated config page
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyer committed Jan 7, 2016
1 parent 16a1f4b commit 3f7944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pebble-app-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pebble.addEventListener('ready',function(e) {
);

Pebble.addEventListener('showConfiguration', function() {
var url = 'https://rawgit.com/nguyer/pebble-engineering/3ff907c7a0a0482ba09e30ef2ed76653e8413f92/config/index.html';
var url = 'https://rawgit.com/nguyer/pebble-engineering/21702d97d5d6bc012e01d0d3adc105144553a6f3/config/index.html';
console.log('Showing configuration page: ' + url);

Pebble.openURL(url);
Expand Down

0 comments on commit 3f7944a

Please sign in to comment.