Skip to content

Commit

Permalink
rename create to vizor in newrelic and index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kschzt committed Aug 19, 2015
1 parent 202c392 commit 9d37325
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser/index.html
Expand Up @@ -28,7 +28,7 @@
height="700px"
oncontextmenu="return false;"
data-autoplay="true"
data-graph-url="http://create.vizor.io/data/graph/kschzt/landing-mountains.min.json"
data-graph-url="http://vizor.io/data/graph/kschzt/landing-mountains.min.json"
>
</canvas>

Expand Down
4 changes: 2 additions & 2 deletions browser/presets/shader_from_shadertoy.json
Expand Up @@ -369,7 +369,7 @@
"y": 681,
"uid": 27,
"state": {
"text": "This template is for easily copy/pasting shaders from Shadertoy.com. \n\nClick the \"Pixel\" button on the \"From mesh custom\" shader to open the shader editor and paste in your shader.\n\nThe default inputs in this template match those of Shadertoy. You can add and remove inputs in our shader editor.\n\n-------------------------------------\n\nTUTORIALS ON OUR YOUTUBE CHANNEL: https://www.youtube.com/channel/UClYzX_mug6rxkCqlAKdDJFQ\n\nMORE INFORMATION ABOUT SHADERS IN VIZOR: http://create.vizor.io/help/custom_shaders.html\n\n",
"text": "This template is for easily copy/pasting shaders from Shadertoy.com. \n\nClick the \"Pixel\" button on the \"From mesh custom\" shader to open the shader editor and paste in your shader.\n\nThe default inputs in this template match those of Shadertoy. You can add and remove inputs in our shader editor.\n\n-------------------------------------\n\nTUTORIALS ON OUR YOUTUBE CHANNEL: https://www.youtube.com/channel/UClYzX_mug6rxkCqlAKdDJFQ\n\nMORE INFORMATION ABOUT SHADERS IN VIZOR: http://vizor.io/help/custom_shaders.html\n\n",
"width": 648,
"height": 170
},
Expand Down Expand Up @@ -704,4 +704,4 @@
],
"conns": []
}
}
}
2 changes: 1 addition & 1 deletion newrelic.js
Expand Up @@ -5,7 +5,7 @@
* description of configuration variables and their potential values.
*/
exports.config = {
app_name: ['create.vizor.io'],
app_name: ['vizor.io'],
license_key: process.env.NEWRELIC,
logging: {
level: 'info'
Expand Down

0 comments on commit 9d37325

Please sign in to comment.