From 15090eb6832e38c35a4927dd7a3bf73ffd968df9 Mon Sep 17 00:00:00 2001 From: sudip-khanal Date: Tue, 9 Dec 2025 14:19:05 +0545 Subject: [PATCH] chore(submodule): Update submodule reference --- .gitmodules | 2 +- docs/go-artifacts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0957519ac..12eb843ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "assets"] path = assets - url = https://github.com/IFRCGo/go-api-artifacts + url = git@github.com:IFRCGo/go-api-artifacts.git \ No newline at end of file diff --git a/docs/go-artifacts.md b/docs/go-artifacts.md index b75b264e8..3869375c4 100644 --- a/docs/go-artifacts.md +++ b/docs/go-artifacts.md @@ -27,7 +27,7 @@ This is a **GitHub repository** used to store and manage **build files**, **gene Command ```bash -docker compose run --rm serve ./manage.py spectacular --file .assets/openapi-schema.yaml +docker compose run --rm serve ./manage.py spectacular --file ./assets/openapi-schema.yaml ``` ### 🚨 Manually added files