This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 78674df8 authored by Michael Breu's avatar Michael Breu
Browse files

Fixing missing image URLs

parent 1258d5f6
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -271,7 +271,8 @@ public class SearchService { ...@@ -271,7 +271,8 @@ public class SearchService {
metaData.getMetadata().setImage(baseUrl + "/content/img/python.png"); metaData.getMetadata().setImage(baseUrl + "/content/img/python.png");
return; return;
} }
metaData.getMetadata().setImage(baseUrl + "/content/img/gitLab.png"); // metaData.getMetadata().setImage(baseUrl + "/content/img/gitLab.png");
metaData.getMetadata().setImage(baseUrl + "/content/images/Logo_codeAbility_4c_300dpi_RGB3.gif");
return; return;
} catch (URISyntaxException e) { } catch (URISyntaxException e) {
log.warn("Cannot parse image url {} for {}", metaData.getMetadata().getImage(), metaData.getProject().getUrl()); log.warn("Cannot parse image url {} for {}", metaData.getMetadata().getImage(), metaData.getProject().getUrl());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment