Skip to content

Commit

Permalink
Merge branch 'develop' into snyk-fix-f56e4dd7192316f42cceb38c1e06eff2
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhi-desai authored Oct 22, 2024
2 parents e31f54e + 509c955 commit 9f086da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ private void recursiveRetrieveCodeSystems(
codeSystemsPage.add(
CodeSystem.builder()
.id(codeSystem.getTitle() + codeSystem.getVersion())
.fullUrl(entry.getFullUrl())
.fullUrl(codeSystem.getUrl())
.title(codeSystem.getTitle())
.name(codeSystem.getName())
.version(codeSystem.getVersion())
Expand Down

0 comments on commit 9f086da

Please sign in to comment.