Skip to content

Commit

Permalink
Fix links in pom and swagger (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola authored Aug 21, 2024
1 parent ca88ad9 commit 73fbc18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions java/company-web-server/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ info:
email: [email protected]
license:
name: Apache 2.0
url: https://github.com/SanjulaGanepola/company-web-server/blob/main/LICENSE
url: https://github.com/Mapepire-IBMi/samples/blob/main/java/company-web-server/LICENSE
version: 0.1.0
externalDocs:
description: GitHub Repository
url: https://github.com/SanjulaGanepola/company-web-server
url: https://github.com/Mapepire-IBMi/samples/tree/main/java/company-web-server
servers:
- url: http://localhost:8080
description: Local server
Expand Down
10 changes: 5 additions & 5 deletions java/company-web-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

<name>Company Web Server</name>
<description>Company web server to manage departments, employees, and sales</description>
<url>https://github.com/SanjulaGanepola/company-web-server</url>
<url>https://github.com/Mapepire-IBMi/samples/blob/main/java/company-web-server</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://raw.githubusercontent.com/SanjulaGanepola/company-web-server/main/LICENSE</url>
<url>https://raw.githubusercontent.com/Mapepire-IBMi/samples/main/java/company-web-server/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -30,9 +30,9 @@
</developers>

<scm>
<connection>scm:git:git://github.com/SanjulaGanepola/company-web-server.git</connection>
<developerConnection>scm:git:ssh://github.com:SanjulaGanepola/company-web-server.git</developerConnection>
<url>https://github.com/SanjulaGanepola/company-web-server</url>
<connection>scm:git:git://github.com/Mapepire-IBMi/samples.git</connection>
<developerConnection>scm:git:ssh://github.com:Mapepire-IBMi/samples.git</developerConnection>
<url>https://github.com/Mapepire-IBMi/samples</url>
</scm>

<properties>
Expand Down

0 comments on commit 73fbc18

Please sign in to comment.