Skip to content

Commit

Permalink
docs: change domain to docs.cubosengine.org
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Jul 6, 2024
1 parent 5f61cc7 commit 71bed01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# **Cubos** Engine

<p align="center">
<a href="https://gamedevtecnico.github.io/cubos">
<a href="https://cubosengine.org">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/CubosLogoDarkMode.png">
<source media="(prefers-color-scheme: light)" srcset="docs/images/CubosLogoLightMode.png">
Expand All @@ -21,7 +21,7 @@ highly flexible.

### Learn more

Check out the project's [website](https://gamedevtecnico.github.io/cubos) which
Check out the project's [website](https://cubosengine.org) which
contains the documentation, guides and examples on how to use the engine.

### Who is making this engine
Expand Down
2 changes: 1 addition & 1 deletion core/samples/metrics/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@see Full source code [here](https://github.com/GameDevTecnico/cubos/tree/main/core/samples/metrics).

Registering metrics and profiling in **CUBOS.** can be done through the metric macros defined in @ref core/metrics.hpp and the @ref core::Metrics class.
Registering metrics and profiling in **Cubos** can be done through the metric macros defined in @ref core/metrics.hpp and the @ref core::Metrics class.
In order to enable these features, compile with `-DENABLE_PROFILING`.

@snippet metrics/main.cpp Import metrics
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOXYFILE = 'Doxyfile'

MAIN_PROJECT_URL = 'https://gamedevtecnico.github.io/cubos/'
MAIN_PROJECT_URL = 'https://docs.cubosengine.org'

LINKS_NAVBAR1 = [
(None, 'pages', []),
Expand Down

0 comments on commit 71bed01

Please sign in to comment.