Skip to content

Commit b5f681c

Browse files
authored
Merge pull request #59 from bodom0015/NDS-717
NDS-717: Locally-source the icons for Python and Analysis Toolbox
2 parents 002874d + c40a72e commit b5f681c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: devenvs/cloud9-python.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"display": "stack",
99
"access": "external",
1010
"description": "Python development environment based on Cloud9",
11-
"logo" : "https://nationaldataservice.atlassian.net/wiki/download/attachments/15532046/python-small.png",
11+
"logo" : "/asset/png/logos/python-logo.png",
1212
"authRequired": true,
1313
"ports": [
1414
{

Diff for: devenvs/vimpy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"display": "stack",
99
"access": "external",
1010
"description": "VIM development environment for Python",
11-
"logo" : "https://nationaldataservice.atlassian.net/wiki/download/attachments/15532046/python-small.png",
11+
"logo" : "/asset/png/logos/python-logo.png",
1212
"authRequired": true,
1313
"ports": [
1414
{

Diff for: toolserver/toolserver.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"key": "toolmanager",
33
"label": "Analysis Toolbox",
44
"description": "Customizable server for analysis tools",
5-
"logo": "https://nationaldataservice.atlassian.net/wiki/download/attachments/13369353/ndsabs-small.png",
5+
"logo": "/asset/png/logos/ndslabs-badge.png",
66
"info": "https://nationaldataservice.atlassian.net/wiki/display/NDSC/Tool+Server",
77
"maintainer": "",
88
"image": {

0 commit comments

Comments
 (0)