From 4550f7398cb5ea234d15a0a9faa8a2673500864a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Guillot?= Date: Sun, 18 Feb 2024 20:19:51 +0100 Subject: [PATCH] Fix broken link in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96fc4764..54e78ae3 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Since Nx Cloud is a proprietary software from Narwhal Technologies Inc., it is h ## Project structure -| Application/library | Summary | -| --------------------- | ------------------------------------------------------------- | -| [`apps/api`](app/api) | Backend of Nx Cloud CE, handles requests from Nx Cloud client | +| Application/library | Summary | +|------------------------| ------------------------------------------------------------- | +| [`apps/api`](apps/api) | Backend of Nx Cloud CE, handles requests from Nx Cloud client | ## External Code and Licenses