diff --git a/README.md b/README.md index ebf0c82..77623ce 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ts3web is a free and open-source web interface for TeamSpeak 3 instances. The minimalistic approach of this application is intentional. * Docker images available on [https://hub.docker.com/r/varakh/ts3web](https://hub.docker.com/r/varakh/ts3web) -* Sources are hosted on [https://gitlab.com/varakh/ts3web](https://gitlab.com/varakh/ts3web) +* Sources are hosted on [https://github.com/v4rakh/ts3web](https://github.com/v4rakh/ts3web) ## Limitations Features which are currently not supported: @@ -206,4 +206,4 @@ See example usage in the folder `View/bootstrap4`. ### Theme Themes can be chosen in the `env` file by editing the `theme` variable. Templates are mapped to the corresponding view folder in `src/View/`. `.css`, `.js` and other style files like `.ttf` or `.woff2` for fonts should be placed -in `public/theme/` and accessed accordingly. See an example in `src/View/boostrap4/layout.twig`. \ No newline at end of file +in `public/theme/` and accessed accordingly. See an example in `src/View/boostrap4/layout.twig`.