From d92c14e6f723279ca30dbcc2aeb19d7b8214eb78 Mon Sep 17 00:00:00 2001 From: PoJu Chen Date: Sun, 10 Mar 2024 20:49:11 -0500 Subject: [PATCH] fix hyper links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10b88fd4c2..828e70e9ab 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ The Open Event Server enables organizers to manage events from concerts to confe ## Intro This branch is a `v3` rewrite of the backend REST API and a work in progress. -This new version of the API uses [Python]([https://www.python.org)](https://docs.python.org/3/index.html), -[Django 5](https://docs.djangoproject.com/en/dev/releases/5.0/), and the [Django](https://www.django-rest-framework.org) REST Framework](https://www.django-rest-framework.org). +This new version of the API uses [Python]([https://www.python.org), +[Django 5](https://docs.djangoproject.com/en/dev/releases/5.0/), and the [Django REST Framework](https://www.django-rest-framework.org). Currently, data is stored in SQLite although this might change in the future. If you want to collaborate feel free to have a look at our