Skip to content

Commit 3119866

Browse files
authored
Changes on openapi and agstack file paths (#54)
1 parent a1f00c0 commit 3119866

3 files changed

Lines changed: 383 additions & 218 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12 AS builder
22

3-
LABEL org.opencontainers.image.source https://github.com/openagri-eu/weather-service
3+
LABEL org.opencontainers.image.source https://github.com/agstack/weather-service
44

55
ARG DEBIAN_FRONTEND=noninteractive
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Returns current weather conditions for a specific location in standard JSON form
8282
Get a complete list of the OpenApi specification compatible with [OCSM](OCSM.md) and [JSON](API.md)
8383

8484
## Swagger Live Docs
85-
Use the [Online Swagger Editor](https://editor-next.swagger.io/?url=https://raw.githubusercontent.com/openagri-eu/weather-service/refs/heads/doc/document-api/openapi.yml) to visualise the current API specification and documentation.
85+
Use the [Online Swagger Editor](https://editor-next.swagger.io/?url=https://raw.githubusercontent.com/agstack/weather-service/refs/heads/doc/document-api/openapi.yml) to visualise the current API specification and documentation.
8686

8787
## Contribute
8888

0 commit comments

Comments
 (0)