Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hyper links in README.md #9122

Open
wants to merge 1 commit into
base: dev-v3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down