From 766c4ad006839d9b632091697cbc80389fb6228e Mon Sep 17 00:00:00 2001 From: Idoia Murua <idoia.murua@tecnalia.com> Date: Wed, 24 Apr 2024 17:03:52 +0200 Subject: [PATCH] README inital version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1e602e..98f71b5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The User Journey Services Engine (UJSE) can be installed via docker compose. The - A PostgreSQL database. - The UJSE with its HTTP API. -The HTTP API offered by the UJSE is specified [here](https://git.code.tecnalia.com/across/public/user-journey-service-delivery/user-journey-services-engine/-/blob/master/ujse_openapi.yaml). +The HTTP API offered by the UJSE is specified [here](./ujse_openapi.yaml). ## Installation requirements UJSE requires the following ACROSS components to be already installed: -- GitLab