Skip to content

Commit

Permalink
- Replaced bitbucket links with github ones in README
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed May 22, 2021
1 parent c97c76b commit 02b947a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -989,14 +989,14 @@ <h1>
You can also come <a href="https://orx-project.org/discord" rel="nofollow">chat with us</a>
if you have any questions or comments.</p>
<p>This engine is licensed under the very permissive <a href="https://en.wikipedia.org/wiki/Zlib_License" rel="nofollow">zlib license</a>,
see the <a href="https://bitbucket.org/orx/orx/src/default/LICENSE" rel="nofollow">LICENSE</a> file for details.</p>
see the <a href="https://github.com/orx/orx/blob/master/LICENSE">LICENSE</a> file for details.</p>
<h2>
<a id="user-content-summary" class="anchor" href="#summary" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Summary</h2>
<p><a href="https://orx-project.org" rel="nofollow">Orx</a> is a 2D-oriented, data-driven, portable game engine focused primarily on ease of use and powerful features.
See below for a list of supported platforms.</p>
<p>This is a release candidate for orx v1.12. If you find any bugs,
please report them on the <a href="https://forum.orx-project.org" rel="nofollow">forum</a>, in the "Bug report - Feature request" board,
or via orx's <a href="https://bitbucket.org/orx/orx/issues?status=new&amp;status=open" rel="nofollow">issue page/tracker</a>.</p>
or via orx's <a href="https://github.com/orx/orx/issues">issue page/tracker</a>.</p>
<p>Some notable features of the engine are:</p>
<ul>
<li>hardware-accelerated rendering that provides: translation, anisotropic scale, rotation,
Expand Down Expand Up @@ -1034,7 +1034,7 @@ <h2>
<li>samples</li>
<li>detailed tutorials (both official and community-made ones)</li>
</ul>
<p>See the <a href="https://bitbucket.org/orx/orx/src/default/doc/html" rel="nofollow">doc/html</a> directory for the doxygen documentation of orx's API.
<p>See the <a href="https://github.com/orx/orx/tree/master/doc/html">doc/html</a> directory for the doxygen documentation of orx's API.
The documentation for the latest release version is <a href="https://orx-project.org/orx/doc/html" rel="nofollow">available here</a> at orx's homepage.</p>
<h2>
<a id="user-content-supported-platforms" class="anchor" href="#supported-platforms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Supported Platforms</h2>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can also come [chat with us](https://orx-project.org/discord)
if you have any questions or comments.

This engine is licensed under the very permissive [zlib license](https://en.wikipedia.org/wiki/Zlib_License),
see the [LICENSE](https://bitbucket.org/orx/orx/src/default/LICENSE) file for details.
see the [LICENSE](https://github.com/orx/orx/blob/master/LICENSE) file for details.


Summary
Expand All @@ -23,7 +23,7 @@ See below for a list of supported platforms.

This is a release candidate for orx v1.12. If you find any bugs,
please report them on the [forum](https://forum.orx-project.org), in the "Bug report - Feature request" board,
or via orx's [issue page/tracker](https://bitbucket.org/orx/orx/issues?status=new&status=open).
or via orx's [issue page/tracker](https://github.com/orx/orx/issues).

Some notable features of the engine are:

Expand Down Expand Up @@ -61,7 +61,7 @@ See [orx's wiki](https://orx-project.org/wiki) for detailed information, includi
- samples
- detailed tutorials (both official and community-made ones)

See the [doc/html](https://bitbucket.org/orx/orx/src/default/doc/html) directory for the doxygen documentation of orx's API.
See the [doc/html](https://github.com/orx/orx/tree/master/doc/html) directory for the doxygen documentation of orx's API.
The documentation for the latest release version is [available here](https://orx-project.org/orx/doc/html) at orx's homepage.


Expand Down

0 comments on commit 02b947a

Please sign in to comment.