From 13003670fe8ee40a525108fcda6ea3b8d915b511 Mon Sep 17 00:00:00 2001 From: magdev Date: Sat, 31 Aug 2024 15:19:26 +0200 Subject: [PATCH] fixed urls --- index.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.json b/index.json index b423e70..a00b375 100644 --- a/index.json +++ b/index.json @@ -10,8 +10,8 @@ "branch": "main", "is_contrib": true, "_links": { - "repository": "pidock.local:3000/magdev/symfony-recipes", - "origin_template": "{package}:{version}@pidock.local:3000/magdev/symfony-recipes:main", - "recipe_template": "http://pidock.local:3000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}.{version}.json" + "repository": "pidock.local/magdev/symfony-recipes", + "origin_template": "{package}:{version}@pidock.local/magdev/symfony-recipes:main", + "recipe_template": "https://pidock.local/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}.{version}.json" } }