From 27f2dd796c527a1e8a8d4e6e5c669fa9f92bdee9 Mon Sep 17 00:00:00 2001 From: rui hildt Date: Tue, 29 Sep 2020 00:57:13 +0200 Subject: [PATCH] Update repo urls --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1f4cf7..99855f4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Meeting Planner helps you find the best time to schedule a meeting across several timezones. It's based on the availibity of all participants for specific days. -- [Documentation](https://git.armada.digital/meeting-planner/documentation) -- [Frontend](https://git.armada.digital/meeting-planner/frontend) +- [Documentation](https://git.ruihildt.xyz/meeting-planner/documentation) +- [Frontend](https://git.ruihildt.xyz/meeting-planner/frontend) --- @@ -12,9 +12,9 @@ It's based on the availibity of all participants for specific days. --- # Backend architecture -- [API endpoints](https://git.armada.digital/meeting-planner/documentation/src/branch/master/api-documentation.md) +- [API endpoints](https://git.ruihildt.xyz/meeting-planner/documentation/src/branch/master/api-documentation.md) - [Database design](https://dbdiagram.io/d/5e769ab14495b02c3b88936f) -- [Flowchart](https://app.diagrams.net/#Uhttps://git.armada.digital/meeting-planner/documentation/raw/branch/master/meetingscheduler.drawio) +- [Flowchart](https://app.diagrams.net/#Uhttps://git.ruihildt.xyz/meeting-planner/documentation/raw/branch/master/meetingscheduler.drawio) ## Installation