comments updated
This commit is contained in:
parent
492b311841
commit
6cf3981c6a
|
@ -1,3 +1,3 @@
|
|||
### SSHOC Citation Service prototype
|
||||
|
||||
The source code of the _SSHOC Citation Service prototype_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html).
|
||||
The source code of the _SSH Data Citation Service_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html).
|
||||
|
|
|
@ -69,8 +69,8 @@ public class SwaggerConfig {
|
|||
log.error(e.getMessage());
|
||||
}
|
||||
return new ApiInfoBuilder()
|
||||
.title("SSHOC Citation Service")
|
||||
.description("This page shows the Web Services entry points for the SSHOC Citation Service.")
|
||||
.title("SSH Data Citation Service")
|
||||
.description("This page shows the Web Services entry points for the SSH Data Citation Service.")
|
||||
.version(property.getProperty("Version_default"))
|
||||
.termsOfServiceUrl("http://terms-of-services.sshoc")
|
||||
.license("Apache License, Version 2.0")
|
||||
|
|
Loading…
Reference in New Issue