Skip to content

Commit

Permalink
Replace non-existing springboot url icon
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Mar 10, 2023
1 parent 8eee2a4 commit ae9393d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index/server/registry-REST-API.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ curl http://devfile-registry.192.168.1.1.nip.io/v2index/all
"Java",
"Spring"
],
"icon": "https://spring.io/images/projects/spring-edf462fec682b9d48cf628eaf9e19521.svg",
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg",
"projectType": "springboot",
"language": "java",
"git": {
Expand Down
2 changes: 1 addition & 1 deletion index/server/tests/resources/newIndexStruct.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"Java",
"Spring"
],
"icon": "https://spring.io/images/projects/spring-edf462fec682b9d48cf628eaf9e19521.svg",
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg",
"projectType": "springboot",
"language": "java",
"git": {
Expand Down
2 changes: 1 addition & 1 deletion index/server/tests/resources/oldIndexStruct.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"Java",
"Spring"
],
"icon": "https://spring.io/images/projects/spring-edf462fec682b9d48cf628eaf9e19521.svg",
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg",
"projectType": "springboot",
"language": "java",
"git": {
Expand Down
2 changes: 1 addition & 1 deletion tests/registry/extraDevfileEntries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ samples:
- name: java-springboot-basic
displayName: Basic Spring Boot
description: A simple Hello World Java Spring Boot application using Maven
icon: https://spring.io/images/projects/spring-edf462fec682b9d48cf628eaf9e19521.svg
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/spring.svg
tags: ["Java", "Spring"]
projectType: springboot
language: java
Expand Down

0 comments on commit ae9393d

Please sign in to comment.