Skip to content

Commit

Permalink
Correct url of github organisation (resolves #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Apr 18, 2020
1 parent 42e9164 commit 9630260
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/topnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topnav:
- title: Discord
external_url: http://discord.hygames.co
- title: GitHub
external_url: https://github.com/hygames-team
external_url: https://github.com/hygames
- title: News
url: /news

Expand Down
2 changes: 1 addition & 1 deletion _docs/gamebox/getting-started/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ folder: getting_started

GameBox is software that can add a verity of games to a [Hytale](https://www.hytale.com){: target="_blank"} server. It is work in progress, as is Hytale itself!

The code is open source and can be found [on GitHub](https://www.github.com/hygames-team/gamebox){: target="_blank"}. Contributions in the form of issue reports, fixes or new functionality are always welcome! You are welcome to join the community on the [discord server](http://discord.hygames.co){: target="_blank"} to get up to date information on the development progress.
The code is open source and can be found [on GitHub](https://www.github.com/hygames/gamebox){: target="_blank"}. Contributions in the form of issue reports, fixes or new functionality are always welcome! You are welcome to join the community on the [discord server](http://discord.hygames.co){: target="_blank"} to get up to date information on the development progress.

{% include note.html content="**WIP** The documentation on this site is being updated in parallel to development. Nothing should be taken as final!" %}
4 changes: 2 additions & 2 deletions _docs/gamebox/modules/internationalisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Files can be automatically loaded from either the language directory of the modu

{% include note.html content='At the moment [ModuleLanguage] loads the "lang_en.yml" file from the jar as a first default language.' %}

An example using Enums to make all messages easily accessible can be seen in the [template module](https://github.com/hygames-team/gamebox-module-template/blob/master/src/main/java/co/hygames/gamebox/modules/template/TemplateLanguage.java).
An example using Enums to make all messages easily accessible can be seen in the [template module](https://github.com/hygames/gamebox-module-template/blob/master/src/main/java/co/hygames/gamebox/modules/template/TemplateLanguage.java).

[ModuleLanguage]: https://github.com/hygames-team/gamebox/blob/master/src/main/java/co/hygames/gamebox/language/ModuleLanguage.java
[ModuleLanguage]: https://github.com/hygames/gamebox/blob/master/src/main/java/co/hygames/gamebox/language/ModuleLanguage.java
2 changes: 1 addition & 1 deletion _docs/gamebox/modules/my-first-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A module's entry point is a class extending ```co.hygames.gamebox.module.GameBox

## Template module

[A template module](https://github.com/hygames-team/gamebox-module-template){: target='_blank'} is available on GitHub. The code can be used as a basis for any of your own modules.
[A template module](https://github.com/hygames/gamebox-module-template){: target='_blank'} is available on GitHub. The code can be used as a basis for any of your own modules.

## Locally testing your module

Expand Down

0 comments on commit 9630260

Please sign in to comment.