Skip to content

Commit

Permalink
point fastj repo links to correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed May 28, 2021
1 parent 9d3df3f commit b0414c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* </ul>
* <p>
* For more information, check out
* <a href="https://github.com/lucasstarsz/FastJ-Engine" target="_blank">the github repository.</a>
* <a href="https://github.com/fastjengine/FastJ" target="_blank">the github repository.</a>
*/
module fastj.library {
requires transitive java.desktop;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tech/fastj/engine/FastJEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* This class contains the methods needed to initialize and run a game using the FastJ Game Engine. With this, you'll
* have access to the engine's features in their full force.
* <p>
* <a href="https://github.com/lucasstarsz/FastJ-Engine">The FastJ Game Engine</a>
* <a href="https://github.com/fastjengine/FastJ">The FastJ Game Engine</a>
*
* @author Andrew Dey
* @version 1.0.0
Expand Down

0 comments on commit b0414c0

Please sign in to comment.