mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
Fixing codebase links in readme files (#105)
This commit is contained in:
parent
4ba59ed732
commit
6bf807a382
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Infamous parkour addon for Garry's Mod, fully open sourced and maintained by the
|
|||
> * Custom Courses Database.
|
||||
>
|
||||
> **All of this is optional and you can remove all of it.**\
|
||||
> Modules are located [here](lua/bin/) and courses database functionality is [here](beatrun/gamemodes/beatrun/gamemode/cl/CoursesDatabase.lua).\
|
||||
> Modules are located [here](https://github.com/JonnyBro/beatrun/tree/main/lua/bin) and courses database functionality is [here](https://github.com/JonnyBro/beatrun/blob/main/beatrun/gamemodes/beatrun/gamemode/cl/CoursesDatabase.lua).\
|
||||
> You can find source code for modules in [Credits](#credits) section.
|
||||
|
||||
**PLEASE READ EVERYTHING BEFORE ASKING QUESTIONS ON OUR SERVER!**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
> * Пользовательская онлайн база курсов.
|
||||
>
|
||||
> **Всё это необязательно и может быть удалено.**\
|
||||
> Модули находятся [тут](lua/bin/) и функционал онлайн базы курсов доступен [здесь](beatrun/gamemodes/beatrun/gamemode/cl/CoursesDatabase.lua).\
|
||||
> Модули находятся [тут](https://github.com/JonnyBro/beatrun/tree/main/lua/bin) и функционал онлайн базы курсов доступен [здесь](https://github.com/JonnyBro/beatrun/blob/main/beatrun/gamemodes/beatrun/gamemode/cl/CoursesDatabase.lua).\
|
||||
> Исходный код модулей можно найти в [благодарностях](#благодарности).
|
||||
|
||||
**ПОЖАЛУЙСТА, ПРОЧТИТЕ ВЕСЬ ДОКУМЕНТ ПЕРЕД ТЕМ КАК ЗАДАВАТЬ ВОПРОСЫ НА НАШЕМ СЕРВЕРЕ!**
|
||||
|
|
Loading…
Reference in a new issue