diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 917ffde38a9..9396b780c3e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,5 +10,5 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: [ - 'https://docs.opentibiabr.org/donate/', + 'https://docs.opentibiabr.com/home/donate/', ] diff --git a/README.md b/README.md index 5a82baccb52..5e632be86e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenTibiaBR - Canary -[![Discord Channel](https://img.shields.io/discord/528117503952551936.svg?style=flat-square&logo=discord)](https://discord.gg/X3mSnMH8jg) +[![Discord Channel](https://img.shields.io/discord/528117503952551936.svg?style=flat-square&logo=discord)](https://discord.gg/gvTj5sh9Mp) [![GitHub issues](https://img.shields.io/github/issues/opentibiabr/canary)](https://github.com/opentibiabr/canary/issues) [![GitHub pull request](https://img.shields.io/github/issues-pr/opentibiabr/canary)](https://github.com/opentibiabr/canary/pulls) [![Contributors](https://img.shields.io/github/contributors/opentibiabr/canary.svg?style=flat-square)](https://github.com/opentibiabr/canary/graphs/contributors) @@ -28,7 +28,7 @@ It is a fork of the [OTServBR-Global](https://github.com/opentibiabr/otservbr-gl This project was created with the intention of being a base as clean as possible, to work as an MMORPG engine and not necessarily linked to Tibia Global, although it will also work. The OpenTibiaBR - Global was adapted to work with the source of the Canary, so that it will be the first repository to use this engine. -To connect to the server and to take a stable experience, you can use [mehah's otclient](https://github.com/mehah/otclient) or [tibia client](https://github.com/dudantas/tibia-client/releases/latest) and if you want to edit something, check our [customized tools](https://majestyotbr.gitbook.io/opentibiabr/others/downloads#tools). +To connect to the server and to take a stable experience, you can use [mehah's otclient](https://github.com/mehah/otclient) or [tibia client](https://github.com/dudantas/tibia-client/releases/latest) and if you want to edit something, check our [customized tools](https://docs.opentibiabr.com/others/downloads/tools). If you want edit the map, use the [own remere's map editor](https://github.com/opentibiabr/remeres-map-editor/). @@ -36,7 +36,7 @@ You are subject to our code of conduct, read at [this link](https://github.com/o ### Getting **Started** -* [Gitbook](https://majestyotbr.gitbook.io/opentibiabr/projects/canary). +* [Gitbook](https://docs.opentibiabr.com/projects/canary). * [Wiki](https://github.com/opentibiabr/canary/wiki). ### Issues @@ -47,7 +47,7 @@ We use the [issue tracker on GitHub](https://github.com/opentibiabr/canary/issue Before [creating a pull request](https://github.com/opentibiabr/canary/pulls) please keep in mind: - * Do not send Pull Request changing the map, as we can't review the changes it's better to use our [Discord](https://discord.gg/X3mSnMH8jg) to talk about or send the map changes to the responsible for updating it. + * Do not send Pull Request changing the map, as we can't review the changes it's better to use our [Discord](https://discord.gg/gvTj5sh9Mp) to talk about or send the map changes to the responsible for updating it. * Focus on fixing only one thing, mixing too much things on the same Pull Request make it harder to review, harder to test and if we need to revert the change it will remove other things together. * Follow the project indentation, if your editor support you can use the [editorconfig](https://editorconfig.org/) to automatic configure the indentation. * There are people that doesn't play the game on the official server, so explain your changes to help understand what are you changing and why. @@ -69,7 +69,7 @@ Before [creating a pull request](https://github.com/opentibiabr/canary/pulls) pl ### **Sponsors** -See our [donate page](https://docs.opentibiabr.org/donate) +See our [donate page](https://docs.opentibiabr.com/home/donate) ### Partners diff --git a/config.lua.dist b/config.lua.dist index 88e065dccfd..665c3cab9ff 100644 --- a/config.lua.dist +++ b/config.lua.dist @@ -311,7 +311,7 @@ startupDatabaseOptimization = true -- Status server information ownerName = "OpenTibiaBR" ownerEmail = "opentibiabr@outlook.com" -url = "http://docs.opentibiabr.org/" +url = "http://docs.opentibiabr.com/" location = "South America" -- Sends Discord webhook notifications on startup, raids and shutdown. diff --git a/data-canary/scripts/actions/worldboard.lua b/data-canary/scripts/actions/worldboard.lua index 8dea386a7e3..2debbd4e24a 100644 --- a/data-canary/scripts/actions/worldboard.lua +++ b/data-canary/scripts/actions/worldboard.lua @@ -1,7 +1,7 @@ local communicates = { "Welcome to Canary Server! Visit the organization to see all our work: https://github.com/opentibiabr", - "Did you like it? Help support what we do here with a donation by visiting the link: https://docs.opentibiabr.org/donate/", - "Visit our discord to ask questions or report issues: https://discord.com/invite/3NxYnyV" + "Did you like it? Help support what we do here with a donation by visiting the link: https://docs.opentibiabr.com/home/donate/", + "Visit our discord to ask questions or report issues: https://discord.gg/gvTj5sh9Mp" } local scriptConfig = { diff --git a/docs/canary-logo-transparent.png b/docs/canary-logo-transparent.png new file mode 100644 index 00000000000..00b07c73304 Binary files /dev/null and b/docs/canary-logo-transparent.png differ diff --git a/docs/canary-logo.png b/docs/canary-logo.png new file mode 100644 index 00000000000..b213d066d01 Binary files /dev/null and b/docs/canary-logo.png differ diff --git a/src/config/config_definitions.hpp b/src/config/config_definitions.hpp index 1aced9d872e..9de713be901 100644 --- a/src/config/config_definitions.hpp +++ b/src/config/config_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CONFIG_CONFIG_DEFINITIONS_HPP_ diff --git a/src/config/configmanager.cpp b/src/config/configmanager.cpp index a399013b715..64c5f29b2b5 100644 --- a/src/config/configmanager.cpp +++ b/src/config/configmanager.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/config/configmanager.h b/src/config/configmanager.h index f497b4ba3be..a1a92e1a2a9 100644 --- a/src/config/configmanager.h +++ b/src/config/configmanager.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CONFIG_CONFIGMANAGER_H_ diff --git a/src/core.hpp b/src/core.hpp index 2878c1512ae..3401603ee9c 100644 --- a/src/core.hpp +++ b/src/core.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CORE_HPP_ diff --git a/src/creatures/appearance/mounts/mounts.cpp b/src/creatures/appearance/mounts/mounts.cpp index f8b0610d83c..9fd0fee10fc 100644 --- a/src/creatures/appearance/mounts/mounts.cpp +++ b/src/creatures/appearance/mounts/mounts.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/appearance/mounts/mounts.h b/src/creatures/appearance/mounts/mounts.h index 834fbbc515a..6356f694bf4 100644 --- a/src/creatures/appearance/mounts/mounts.h +++ b/src/creatures/appearance/mounts/mounts.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_APPEARANCE_MOUNTS_MOUNTS_H_ diff --git a/src/creatures/appearance/outfit/outfit.cpp b/src/creatures/appearance/outfit/outfit.cpp index 87cf4e02af1..aa7a84732de 100644 --- a/src/creatures/appearance/outfit/outfit.cpp +++ b/src/creatures/appearance/outfit/outfit.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/appearance/outfit/outfit.h b/src/creatures/appearance/outfit/outfit.h index 13dab444e1c..7b0292fa8b8 100644 --- a/src/creatures/appearance/outfit/outfit.h +++ b/src/creatures/appearance/outfit/outfit.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_APPEARANCE_OUTFIT_OUTFIT_H_ diff --git a/src/creatures/combat/combat.cpp b/src/creatures/combat/combat.cpp index 8faa76b6367..aa7b31dbeff 100644 --- a/src/creatures/combat/combat.cpp +++ b/src/creatures/combat/combat.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/combat/combat.h b/src/creatures/combat/combat.h index 2b6ff379d5b..4a22838fb15 100644 --- a/src/creatures/combat/combat.h +++ b/src/creatures/combat/combat.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_COMBAT_COMBAT_H_ diff --git a/src/creatures/combat/condition.cpp b/src/creatures/combat/condition.cpp index b032d42e9ee..373c6c37828 100644 --- a/src/creatures/combat/condition.cpp +++ b/src/creatures/combat/condition.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/combat/condition.h b/src/creatures/combat/condition.h index 0037bdbac87..41745a3efb8 100644 --- a/src/creatures/combat/condition.h +++ b/src/creatures/combat/condition.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_COMBAT_CONDITION_H_ diff --git a/src/creatures/combat/spells.cpp b/src/creatures/combat/spells.cpp index ce2d803cd59..e352a785c89 100644 --- a/src/creatures/combat/spells.cpp +++ b/src/creatures/combat/spells.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/combat/spells.h b/src/creatures/combat/spells.h index 2fbf924b2fb..dd711c68df0 100644 --- a/src/creatures/combat/spells.h +++ b/src/creatures/combat/spells.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_COMBAT_SPELLS_H_ diff --git a/src/creatures/creature.cpp b/src/creatures/creature.cpp index be0cfe2064a..ad6c8f460c0 100644 --- a/src/creatures/creature.cpp +++ b/src/creatures/creature.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/creature.h b/src/creatures/creature.h index e8891616815..f2d322f5f4c 100644 --- a/src/creatures/creature.h +++ b/src/creatures/creature.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_CREATURE_H_ diff --git a/src/creatures/creatures_definitions.hpp b/src/creatures/creatures_definitions.hpp index 1479ec477de..1a11ca3d8ae 100644 --- a/src/creatures/creatures_definitions.hpp +++ b/src/creatures/creatures_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_CREATURES_DEFINITIONS_HPP_ diff --git a/src/creatures/interactions/chat.cpp b/src/creatures/interactions/chat.cpp index a834354de3c..489ceca3e24 100644 --- a/src/creatures/interactions/chat.cpp +++ b/src/creatures/interactions/chat.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/interactions/chat.h b/src/creatures/interactions/chat.h index acb714b5696..2d0afe124d0 100644 --- a/src/creatures/interactions/chat.h +++ b/src/creatures/interactions/chat.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_INTERACTIONS_CHAT_H_ diff --git a/src/creatures/monsters/monster.cpp b/src/creatures/monsters/monster.cpp index 72a66858f47..3efadbddcf2 100644 --- a/src/creatures/monsters/monster.cpp +++ b/src/creatures/monsters/monster.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/monsters/monster.h b/src/creatures/monsters/monster.h index 93a4d889541..f415b884baf 100644 --- a/src/creatures/monsters/monster.h +++ b/src/creatures/monsters/monster.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_MONSTERS_MONSTER_H_ diff --git a/src/creatures/monsters/monsters.cpp b/src/creatures/monsters/monsters.cpp index 3abdfdee2c7..5c2b631f40a 100644 --- a/src/creatures/monsters/monsters.cpp +++ b/src/creatures/monsters/monsters.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/monsters/monsters.h b/src/creatures/monsters/monsters.h index 7e901cee271..1b990228b06 100644 --- a/src/creatures/monsters/monsters.h +++ b/src/creatures/monsters/monsters.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_MONSTERS_MONSTERS_H_ diff --git a/src/creatures/monsters/spawns/spawn_monster.cpp b/src/creatures/monsters/spawns/spawn_monster.cpp index b45e3ac4f77..0468e527ccf 100644 --- a/src/creatures/monsters/spawns/spawn_monster.cpp +++ b/src/creatures/monsters/spawns/spawn_monster.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/monsters/spawns/spawn_monster.h b/src/creatures/monsters/spawns/spawn_monster.h index ef87cbe74a2..03a8d8e08b7 100644 --- a/src/creatures/monsters/spawns/spawn_monster.h +++ b/src/creatures/monsters/spawns/spawn_monster.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_MONSTERS_SPAWNS_SPAWN_MONSTER_H_ diff --git a/src/creatures/npcs/npc.cpp b/src/creatures/npcs/npc.cpp index 45bb77bffb0..5af9965c4d8 100644 --- a/src/creatures/npcs/npc.cpp +++ b/src/creatures/npcs/npc.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/npcs/npc.h b/src/creatures/npcs/npc.h index 9d73fde2cf6..becb36d2d9b 100644 --- a/src/creatures/npcs/npc.h +++ b/src/creatures/npcs/npc.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_NPCS_NPC_H_ diff --git a/src/creatures/npcs/npcs.cpp b/src/creatures/npcs/npcs.cpp index 4f80f3b5c43..e103cc36f0d 100644 --- a/src/creatures/npcs/npcs.cpp +++ b/src/creatures/npcs/npcs.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/npcs/npcs.h b/src/creatures/npcs/npcs.h index 92bf372f272..a3aa33cabb8 100644 --- a/src/creatures/npcs/npcs.h +++ b/src/creatures/npcs/npcs.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_NPCS_NPCS_H_ diff --git a/src/creatures/npcs/spawns/spawn_npc.cpp b/src/creatures/npcs/spawns/spawn_npc.cpp index 2f084c9863f..28ef533cc54 100644 --- a/src/creatures/npcs/spawns/spawn_npc.cpp +++ b/src/creatures/npcs/spawns/spawn_npc.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/npcs/spawns/spawn_npc.h b/src/creatures/npcs/spawns/spawn_npc.h index 4339b366764..7261262bf18 100644 --- a/src/creatures/npcs/spawns/spawn_npc.h +++ b/src/creatures/npcs/spawns/spawn_npc.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_NPCS_SPAWNS_SPAWN_NPC_H_ diff --git a/src/creatures/players/account/account.cpp b/src/creatures/players/account/account.cpp index 67c8a98da43..a944b963441 100644 --- a/src/creatures/players/account/account.cpp +++ b/src/creatures/players/account/account.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/account/account.hpp b/src/creatures/players/account/account.hpp index 453c35e1057..82ccc420b7d 100644 --- a/src/creatures/players/account/account.hpp +++ b/src/creatures/players/account/account.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_ACCOUNT_ACCOUNT_HPP_ diff --git a/src/creatures/players/grouping/familiars.cpp b/src/creatures/players/grouping/familiars.cpp index 9230185120a..6f6cf7e688b 100644 --- a/src/creatures/players/grouping/familiars.cpp +++ b/src/creatures/players/grouping/familiars.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/grouping/familiars.h b/src/creatures/players/grouping/familiars.h index 2d2e55cb3cd..29a7f6ea7d7 100644 --- a/src/creatures/players/grouping/familiars.h +++ b/src/creatures/players/grouping/familiars.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_GROUPING_FAMILIARS_H_ diff --git a/src/creatures/players/grouping/groups.cpp b/src/creatures/players/grouping/groups.cpp index d79ee5dd151..5c8ecaa3de3 100644 --- a/src/creatures/players/grouping/groups.cpp +++ b/src/creatures/players/grouping/groups.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/grouping/groups.h b/src/creatures/players/grouping/groups.h index 2a7463c1166..cfe721b628a 100644 --- a/src/creatures/players/grouping/groups.h +++ b/src/creatures/players/grouping/groups.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_GROUPING_GROUPS_H_ diff --git a/src/creatures/players/grouping/guild.cpp b/src/creatures/players/grouping/guild.cpp index 6773dc4c822..9a4e778160c 100644 --- a/src/creatures/players/grouping/guild.cpp +++ b/src/creatures/players/grouping/guild.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/grouping/guild.h b/src/creatures/players/grouping/guild.h index 2841868837c..77fc19da90e 100644 --- a/src/creatures/players/grouping/guild.h +++ b/src/creatures/players/grouping/guild.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_GROUPING_GUILD_H_ diff --git a/src/creatures/players/grouping/party.cpp b/src/creatures/players/grouping/party.cpp index 2139e9e9a53..e12b446c36e 100644 --- a/src/creatures/players/grouping/party.cpp +++ b/src/creatures/players/grouping/party.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/grouping/party.h b/src/creatures/players/grouping/party.h index b1407f3e603..79590b7a223 100644 --- a/src/creatures/players/grouping/party.h +++ b/src/creatures/players/grouping/party.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_GROUPING_PARTY_H_ diff --git a/src/creatures/players/grouping/team_finder.hpp b/src/creatures/players/grouping/team_finder.hpp index 998fad6cb99..55774e4253c 100644 --- a/src/creatures/players/grouping/team_finder.hpp +++ b/src/creatures/players/grouping/team_finder.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_GROUPING_TEAM_FINDER_HPP_ diff --git a/src/creatures/players/imbuements/imbuements.cpp b/src/creatures/players/imbuements/imbuements.cpp index 6385293ad10..ee967ee93f6 100644 --- a/src/creatures/players/imbuements/imbuements.cpp +++ b/src/creatures/players/imbuements/imbuements.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/imbuements/imbuements.h b/src/creatures/players/imbuements/imbuements.h index 71912a02cbf..48da5ff2c81 100644 --- a/src/creatures/players/imbuements/imbuements.h +++ b/src/creatures/players/imbuements/imbuements.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_IMBUEMENTS_IMBUEMENTS_H_ diff --git a/src/creatures/players/management/ban.cpp b/src/creatures/players/management/ban.cpp index 5fd3ae0e438..15f41711957 100644 --- a/src/creatures/players/management/ban.cpp +++ b/src/creatures/players/management/ban.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/management/ban.h b/src/creatures/players/management/ban.h index f9bc9cf1573..1ce6a1337fb 100644 --- a/src/creatures/players/management/ban.h +++ b/src/creatures/players/management/ban.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_MANAGEMENT_BAN_H_ diff --git a/src/creatures/players/management/waitlist.cpp b/src/creatures/players/management/waitlist.cpp index 9866bb1d6c3..c31b67b2755 100644 --- a/src/creatures/players/management/waitlist.cpp +++ b/src/creatures/players/management/waitlist.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/management/waitlist.h b/src/creatures/players/management/waitlist.h index 5f9f2282441..bed1d6b1b24 100644 --- a/src/creatures/players/management/waitlist.h +++ b/src/creatures/players/management/waitlist.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_MANAGEMENT_WAITLIST_H_ diff --git a/src/creatures/players/player.cpp b/src/creatures/players/player.cpp index 2a88486ccc4..d083fd621cc 100644 --- a/src/creatures/players/player.cpp +++ b/src/creatures/players/player.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/player.h b/src/creatures/players/player.h index a955dc37957..5d27bdbd179 100644 --- a/src/creatures/players/player.h +++ b/src/creatures/players/player.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_PLAYER_H_ diff --git a/src/creatures/players/vocations/vocation.cpp b/src/creatures/players/vocations/vocation.cpp index 73eed30cd28..addb5d6b64d 100644 --- a/src/creatures/players/vocations/vocation.cpp +++ b/src/creatures/players/vocations/vocation.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/creatures/players/vocations/vocation.h b/src/creatures/players/vocations/vocation.h index 9004e24e463..0a7b280c4b0 100644 --- a/src/creatures/players/vocations/vocation.h +++ b/src/creatures/players/vocations/vocation.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_CREATURES_PLAYERS_VOCATIONS_VOCATION_H_ diff --git a/src/database/database.cpp b/src/database/database.cpp index 5389f89eaf5..975c5f9da89 100644 --- a/src/database/database.cpp +++ b/src/database/database.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/database/database.h b/src/database/database.h index c9fa09f7ce7..77392454f9d 100644 --- a/src/database/database.h +++ b/src/database/database.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_DATABASE_DATABASE_H_ diff --git a/src/database/database_definitions.hpp b/src/database/database_definitions.hpp index 33ac8cf3c67..dc934a21431 100644 --- a/src/database/database_definitions.hpp +++ b/src/database/database_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_DATABASE_DATABASE_DEFINITIONS_HPP_ diff --git a/src/database/databasemanager.cpp b/src/database/databasemanager.cpp index f38eac94d3f..2d968c0fbc3 100644 --- a/src/database/databasemanager.cpp +++ b/src/database/databasemanager.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/database/databasemanager.h b/src/database/databasemanager.h index b310cd9ba18..fa50730bacb 100644 --- a/src/database/databasemanager.h +++ b/src/database/databasemanager.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_DATABASE_DATABASEMANAGER_H_ diff --git a/src/database/databasetasks.cpp b/src/database/databasetasks.cpp index baec0d06efc..891196d6046 100644 --- a/src/database/databasetasks.cpp +++ b/src/database/databasetasks.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/database/databasetasks.h b/src/database/databasetasks.h index ef344b06814..db11cc08df2 100644 --- a/src/database/databasetasks.h +++ b/src/database/databasetasks.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_DATABASE_DATABASETASKS_H_ diff --git a/src/declarations.hpp b/src/declarations.hpp index 14f94a715cd..755d312b605 100644 --- a/src/declarations.hpp +++ b/src/declarations.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_DECLARATIONS_HPP_ diff --git a/src/enums/item_attribute.hpp b/src/enums/item_attribute.hpp index e43ffb93421..fb812c12069 100644 --- a/src/enums/item_attribute.hpp +++ b/src/enums/item_attribute.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ENUMS_HPP diff --git a/src/game/functions/game_reload.cpp b/src/game/functions/game_reload.cpp index d7425f1ce38..00d829853a8 100644 --- a/src/game/functions/game_reload.cpp +++ b/src/game/functions/game_reload.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/game/functions/game_reload.hpp b/src/game/functions/game_reload.hpp index 6bace6809d5..7dd63790ec1 100644 --- a/src/game/functions/game_reload.hpp +++ b/src/game/functions/game_reload.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_FUNCTIONS_GAME_RELOAD_HPP_ diff --git a/src/game/game.cpp b/src/game/game.cpp index 5a3817cccbc..6b442861c3f 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/game/game.h b/src/game/game.h index 2d7c98473b0..978b5cb80a2 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_GAME_H_ diff --git a/src/game/game_definitions.hpp b/src/game/game_definitions.hpp index 3a9ad59c141..b2bcc47cdb7 100644 --- a/src/game/game_definitions.hpp +++ b/src/game/game_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_GAME_DEFINITIONS_HPP_ diff --git a/src/game/movement/position.cpp b/src/game/movement/position.cpp index 648f5b0ad3b..9e87131db41 100644 --- a/src/game/movement/position.cpp +++ b/src/game/movement/position.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/game/movement/position.h b/src/game/movement/position.h index bbd3d352302..ee9cd86acf4 100644 --- a/src/game/movement/position.h +++ b/src/game/movement/position.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_MOVEMENT_POSITION_H_ diff --git a/src/game/movement/teleport.cpp b/src/game/movement/teleport.cpp index 1290d3909f1..2f346dae13c 100644 --- a/src/game/movement/teleport.cpp +++ b/src/game/movement/teleport.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/game/movement/teleport.h b/src/game/movement/teleport.h index 9a4a2b5769d..34bf37535f1 100644 --- a/src/game/movement/teleport.h +++ b/src/game/movement/teleport.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_MOVEMENT_TELEPORT_H_ diff --git a/src/game/scheduling/events_scheduler.cpp b/src/game/scheduling/events_scheduler.cpp index dd6f2360050..59cef347508 100644 --- a/src/game/scheduling/events_scheduler.cpp +++ b/src/game/scheduling/events_scheduler.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/game/scheduling/events_scheduler.hpp b/src/game/scheduling/events_scheduler.hpp index 2bb420380a2..187299af5ad 100644 --- a/src/game/scheduling/events_scheduler.hpp +++ b/src/game/scheduling/events_scheduler.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_SCHEDUNLING_EVENTS_SCHEDULER_HPP_ diff --git a/src/game/scheduling/scheduler.cpp b/src/game/scheduling/scheduler.cpp index f16a20c710c..8dac6c8bf80 100644 --- a/src/game/scheduling/scheduler.cpp +++ b/src/game/scheduling/scheduler.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/game/scheduling/scheduler.h b/src/game/scheduling/scheduler.h index 4eb82b87810..67fde5add61 100644 --- a/src/game/scheduling/scheduler.h +++ b/src/game/scheduling/scheduler.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_SCHEDULING_SCHEDULER_H_ diff --git a/src/game/scheduling/tasks.cpp b/src/game/scheduling/tasks.cpp index 00eb77266dc..6d6cab2ba8a 100644 --- a/src/game/scheduling/tasks.cpp +++ b/src/game/scheduling/tasks.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/game/scheduling/tasks.h b/src/game/scheduling/tasks.h index 76c2446438a..36b4fbc5192 100644 --- a/src/game/scheduling/tasks.h +++ b/src/game/scheduling/tasks.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_SCHEDULING_TASKS_H_ diff --git a/src/io/fileloader.cpp b/src/io/fileloader.cpp index 00a21631fc4..3df1f61b8a3 100644 --- a/src/io/fileloader.cpp +++ b/src/io/fileloader.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/fileloader.h b/src/io/fileloader.h index c01a0469fc9..3af08f988df 100644 --- a/src/io/fileloader.h +++ b/src/io/fileloader.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_FILELOADER_H_ diff --git a/src/io/functions/iologindata_load_player.cpp b/src/io/functions/iologindata_load_player.cpp index 1ef896922be..422a14b2d3d 100644 --- a/src/io/functions/iologindata_load_player.cpp +++ b/src/io/functions/iologindata_load_player.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/functions/iologindata_load_player.hpp b/src/io/functions/iologindata_load_player.hpp index c1b0ed91190..6ebcf7c4f0c 100644 --- a/src/io/functions/iologindata_load_player.hpp +++ b/src/io/functions/iologindata_load_player.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_FUNCTIONS_IOLOGINDATALOAD_HPP_ diff --git a/src/io/functions/iologindata_save_player.cpp b/src/io/functions/iologindata_save_player.cpp index 27191195f64..b749026e068 100644 --- a/src/io/functions/iologindata_save_player.cpp +++ b/src/io/functions/iologindata_save_player.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/functions/iologindata_save_player.hpp b/src/io/functions/iologindata_save_player.hpp index 80483169387..e075968f3b4 100644 --- a/src/io/functions/iologindata_save_player.hpp +++ b/src/io/functions/iologindata_save_player.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO__FUNCTIONS_IOLOGINDATASAVE_HPP_ diff --git a/src/io/io_bosstiary.cpp b/src/io/io_bosstiary.cpp index 50b8ba4b53e..4a970472080 100644 --- a/src/io/io_bosstiary.cpp +++ b/src/io/io_bosstiary.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/io_bosstiary.hpp b/src/io/io_bosstiary.hpp index a20734b088b..4783b040634 100644 --- a/src/io/io_bosstiary.hpp +++ b/src/io/io_bosstiary.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IO_BOSSTIARY_HPP_ diff --git a/src/io/io_definitions.hpp b/src/io/io_definitions.hpp index 890b01f7a85..d332d63ccc8 100644 --- a/src/io/io_definitions.hpp +++ b/src/io/io_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IO_DEFINITIONS_HPP_ diff --git a/src/io/iobestiary.cpp b/src/io/iobestiary.cpp index 63c1448be74..de1b237ed74 100644 --- a/src/io/iobestiary.cpp +++ b/src/io/iobestiary.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/iobestiary.h b/src/io/iobestiary.h index 0457ee10511..1d41c85531d 100644 --- a/src/io/iobestiary.h +++ b/src/io/iobestiary.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IOBESTIARY_H_ diff --git a/src/io/ioguild.cpp b/src/io/ioguild.cpp index 68dfddb93f4..b1691596c68 100644 --- a/src/io/ioguild.cpp +++ b/src/io/ioguild.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/ioguild.h b/src/io/ioguild.h index fc6f55a43d3..1bc99c158f7 100644 --- a/src/io/ioguild.h +++ b/src/io/ioguild.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IOGUILD_H_ diff --git a/src/io/iologindata.cpp b/src/io/iologindata.cpp index 3413a196ced..286c3a93cd3 100644 --- a/src/io/iologindata.cpp +++ b/src/io/iologindata.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/iologindata.h b/src/io/iologindata.h index 1dfec65dc9b..7b6e9adcb24 100644 --- a/src/io/iologindata.h +++ b/src/io/iologindata.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IOLOGINDATA_H_ diff --git a/src/io/iomap.cpp b/src/io/iomap.cpp index 8a8d28f00d5..d2a2d2d46df 100644 --- a/src/io/iomap.cpp +++ b/src/io/iomap.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/iomap.h b/src/io/iomap.h index 1bf2662ea99..dbc953deace 100644 --- a/src/io/iomap.h +++ b/src/io/iomap.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IOMAP_H_ diff --git a/src/io/iomapserialize.cpp b/src/io/iomapserialize.cpp index f6a6c3c835b..f515e5e5622 100644 --- a/src/io/iomapserialize.cpp +++ b/src/io/iomapserialize.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/iomapserialize.h b/src/io/iomapserialize.h index 3411c58e967..586f4f0694c 100644 --- a/src/io/iomapserialize.h +++ b/src/io/iomapserialize.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IOMAPSERIALIZE_H_ diff --git a/src/io/iomarket.cpp b/src/io/iomarket.cpp index 79401e9596d..4f023699896 100644 --- a/src/io/iomarket.cpp +++ b/src/io/iomarket.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/iomarket.h b/src/io/iomarket.h index b02779bd041..3e883ed2b6a 100644 --- a/src/io/iomarket.h +++ b/src/io/iomarket.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IOMARKET_H_ diff --git a/src/io/ioprey.cpp b/src/io/ioprey.cpp index 3ff95bf1059..48f87b14862 100644 --- a/src/io/ioprey.cpp +++ b/src/io/ioprey.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/io/ioprey.h b/src/io/ioprey.h index b838108633b..ee6b6a76b5d 100644 --- a/src/io/ioprey.h +++ b/src/io/ioprey.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_IO_IOPREY_H_ diff --git a/src/items/bed.cpp b/src/items/bed.cpp index ae271dfc601..129cc9c0ad8 100644 --- a/src/items/bed.cpp +++ b/src/items/bed.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/bed.h b/src/items/bed.h index 6e789ed72b4..2c3b786e8f0 100644 --- a/src/items/bed.h +++ b/src/items/bed.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_BED_H_ diff --git a/src/items/containers/container.cpp b/src/items/containers/container.cpp index 48e5c3f693a..d52cab1dae4 100644 --- a/src/items/containers/container.cpp +++ b/src/items/containers/container.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/containers/container.h b/src/items/containers/container.h index 4e6ea45dbe0..d8b970e3df3 100644 --- a/src/items/containers/container.h +++ b/src/items/containers/container.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CONTAINERS_CONTAINER_H_ diff --git a/src/items/containers/depot/depotchest.cpp b/src/items/containers/depot/depotchest.cpp index d907cebc99d..d880bfc385b 100644 --- a/src/items/containers/depot/depotchest.cpp +++ b/src/items/containers/depot/depotchest.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/containers/depot/depotchest.h b/src/items/containers/depot/depotchest.h index fbe1c9bc573..6bd4340da60 100644 --- a/src/items/containers/depot/depotchest.h +++ b/src/items/containers/depot/depotchest.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CONTAINERS_DEPOT_DEPOTCHEST_H_ diff --git a/src/items/containers/depot/depotlocker.cpp b/src/items/containers/depot/depotlocker.cpp index c4ba0ac664d..9ff670489de 100644 --- a/src/items/containers/depot/depotlocker.cpp +++ b/src/items/containers/depot/depotlocker.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/containers/depot/depotlocker.h b/src/items/containers/depot/depotlocker.h index 634fd3e3a51..9c2d71a5eb5 100644 --- a/src/items/containers/depot/depotlocker.h +++ b/src/items/containers/depot/depotlocker.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CONTAINERS_DEPOT_DEPOTLOCKER_H_ diff --git a/src/items/containers/inbox/inbox.cpp b/src/items/containers/inbox/inbox.cpp index 221c8f2bd8b..e19f33573ef 100644 --- a/src/items/containers/inbox/inbox.cpp +++ b/src/items/containers/inbox/inbox.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/containers/inbox/inbox.h b/src/items/containers/inbox/inbox.h index 75dd353d49c..dc926d9459b 100644 --- a/src/items/containers/inbox/inbox.h +++ b/src/items/containers/inbox/inbox.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CONTAINERS_INBOX_INBOX_H_ diff --git a/src/items/containers/mailbox/mailbox.cpp b/src/items/containers/mailbox/mailbox.cpp index 0cc8a1a3ce0..3de4d6ba980 100644 --- a/src/items/containers/mailbox/mailbox.cpp +++ b/src/items/containers/mailbox/mailbox.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/containers/mailbox/mailbox.h b/src/items/containers/mailbox/mailbox.h index c797bb2e6e9..4b46f08379c 100644 --- a/src/items/containers/mailbox/mailbox.h +++ b/src/items/containers/mailbox/mailbox.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CONTAINERS_MAILBOX_MAILBOX_H_ diff --git a/src/items/containers/rewards/reward.cpp b/src/items/containers/rewards/reward.cpp index 891a9ef3525..d449232aba2 100644 --- a/src/items/containers/rewards/reward.cpp +++ b/src/items/containers/rewards/reward.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/containers/rewards/reward.h b/src/items/containers/rewards/reward.h index 54ee41650f0..0df87a81f39 100644 --- a/src/items/containers/rewards/reward.h +++ b/src/items/containers/rewards/reward.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CONTAINERS_REWARDS_REWARD_H_ diff --git a/src/items/containers/rewards/rewardchest.cpp b/src/items/containers/rewards/rewardchest.cpp index aba63cffd1c..fab4735b719 100644 --- a/src/items/containers/rewards/rewardchest.cpp +++ b/src/items/containers/rewards/rewardchest.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/containers/rewards/rewardchest.h b/src/items/containers/rewards/rewardchest.h index 54d176acce2..378a03740cf 100644 --- a/src/items/containers/rewards/rewardchest.h +++ b/src/items/containers/rewards/rewardchest.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CONTAINERS_REWARDS_REWARDCHEST_H_ diff --git a/src/items/cylinder.cpp b/src/items/cylinder.cpp index 699b26ee5bf..75b374e0c81 100644 --- a/src/items/cylinder.cpp +++ b/src/items/cylinder.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/cylinder.h b/src/items/cylinder.h index f940b3d7fe3..a2e501fceae 100644 --- a/src/items/cylinder.h +++ b/src/items/cylinder.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_CYLINDER_H_ diff --git a/src/items/decay/decay.cpp b/src/items/decay/decay.cpp index bebc99894b4..3c0cbd475d7 100644 --- a/src/items/decay/decay.cpp +++ b/src/items/decay/decay.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/decay/decay.h b/src/items/decay/decay.h index 81a7318e80e..2d728dfbb44 100644 --- a/src/items/decay/decay.h +++ b/src/items/decay/decay.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_DECAY_DECAY_H_ diff --git a/src/items/functions/item/attribute.cpp b/src/items/functions/item/attribute.cpp index cf8cc187c10..0207a2c973a 100644 --- a/src/items/functions/item/attribute.cpp +++ b/src/items/functions/item/attribute.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/functions/item/attribute.hpp b/src/items/functions/item/attribute.hpp index 5388cad2673..8a2f89fe3ff 100644 --- a/src/items/functions/item/attribute.hpp +++ b/src/items/functions/item/attribute.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_FUNCTIONS_ITEM_ATTRIBUTE_HPP diff --git a/src/items/functions/item/custom_attribute.cpp b/src/items/functions/item/custom_attribute.cpp index 572d690eb0a..7b815cdc960 100644 --- a/src/items/functions/item/custom_attribute.cpp +++ b/src/items/functions/item/custom_attribute.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/functions/item/custom_attribute.hpp b/src/items/functions/item/custom_attribute.hpp index dd39fc0ddd0..de0c3a73c76 100644 --- a/src/items/functions/item/custom_attribute.hpp +++ b/src/items/functions/item/custom_attribute.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_FUNCTIONS_ITEM_CUSTOM_ATTRIBUTE_HPP_ diff --git a/src/items/functions/item/item_parse.cpp b/src/items/functions/item/item_parse.cpp index 0706e0eaf4c..1bb45810ce0 100644 --- a/src/items/functions/item/item_parse.cpp +++ b/src/items/functions/item/item_parse.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/functions/item/item_parse.hpp b/src/items/functions/item/item_parse.hpp index 48f130d6e14..c34c1388cc4 100644 --- a/src/items/functions/item/item_parse.hpp +++ b/src/items/functions/item/item_parse.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_FUNCTIONS_ITEM_ITEM_PARSE_HPP_ diff --git a/src/items/item.cpp b/src/items/item.cpp index af6aec37adf..0ae251b0c30 100644 --- a/src/items/item.cpp +++ b/src/items/item.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/item.h b/src/items/item.h index 225eb32b8ef..f9ad766d697 100644 --- a/src/items/item.h +++ b/src/items/item.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_ITEM_H_ diff --git a/src/items/items.cpp b/src/items/items.cpp index cc73998f1c0..c91d38226b0 100644 --- a/src/items/items.cpp +++ b/src/items/items.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/items.h b/src/items/items.h index afb498cfe70..2931165762f 100644 --- a/src/items/items.h +++ b/src/items/items.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_ITEMS_H_ diff --git a/src/items/items_classification.hpp b/src/items/items_classification.hpp index 32d529711e4..798a62f2766 100644 --- a/src/items/items_classification.hpp +++ b/src/items/items_classification.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_ITEMS_CLASSIFICATION_HPP_ diff --git a/src/items/items_definitions.hpp b/src/items/items_definitions.hpp index c887ae2b645..c79d8e7a8a0 100644 --- a/src/items/items_definitions.hpp +++ b/src/items/items_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_ITEMS_DEFINITIONS_HPP_ diff --git a/src/items/thing.cpp b/src/items/thing.cpp index eba49f4a65a..73444bdfade 100644 --- a/src/items/thing.cpp +++ b/src/items/thing.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/thing.h b/src/items/thing.h index 99d3e4bc6f1..481fa022b22 100644 --- a/src/items/thing.h +++ b/src/items/thing.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_THING_H_ diff --git a/src/items/tile.cpp b/src/items/tile.cpp index e2dc37f45b1..e62acb0077d 100644 --- a/src/items/tile.cpp +++ b/src/items/tile.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/tile.h b/src/items/tile.h index 5032e23070a..d31cf7ca8d3 100644 --- a/src/items/tile.h +++ b/src/items/tile.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_TILE_H_ diff --git a/src/items/trashholder.cpp b/src/items/trashholder.cpp index 9789c175085..281bd4c810f 100644 --- a/src/items/trashholder.cpp +++ b/src/items/trashholder.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/trashholder.h b/src/items/trashholder.h index 289c8961ec8..96286f13be6 100644 --- a/src/items/trashholder.h +++ b/src/items/trashholder.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_TRASHHOLDER_H_ diff --git a/src/items/weapons/weapons.cpp b/src/items/weapons/weapons.cpp index 80f50a048d9..99beea60c1e 100644 --- a/src/items/weapons/weapons.cpp +++ b/src/items/weapons/weapons.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/items/weapons/weapons.h b/src/items/weapons/weapons.h index 14a76d82e06..723a461fa0c 100644 --- a/src/items/weapons/weapons.h +++ b/src/items/weapons/weapons.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_ITEMS_WEAPONS_WEAPONS_H_ diff --git a/src/lua/callbacks/creaturecallback.cpp b/src/lua/callbacks/creaturecallback.cpp index 1c0d298e31a..a51293c8fdb 100644 --- a/src/lua/callbacks/creaturecallback.cpp +++ b/src/lua/callbacks/creaturecallback.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "lua/callbacks/creaturecallback.h" diff --git a/src/lua/callbacks/creaturecallback.h b/src/lua/callbacks/creaturecallback.h index 523078d19a1..e989757a567 100644 --- a/src/lua/callbacks/creaturecallback.h +++ b/src/lua/callbacks/creaturecallback.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_CALLBACKS_CREATURECALLBACK_H_ diff --git a/src/lua/creature/actions.cpp b/src/lua/creature/actions.cpp index efb7d01ccc0..4516cabca5f 100644 --- a/src/lua/creature/actions.cpp +++ b/src/lua/creature/actions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/creature/actions.h b/src/lua/creature/actions.h index eb39afc4168..a8c16eeaebe 100644 --- a/src/lua/creature/actions.h +++ b/src/lua/creature/actions.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_CREATURE_ACTIONS_H_ diff --git a/src/lua/creature/creatureevent.cpp b/src/lua/creature/creatureevent.cpp index 1e9798d7c48..cf7b879bda8 100644 --- a/src/lua/creature/creatureevent.cpp +++ b/src/lua/creature/creatureevent.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/creature/creatureevent.h b/src/lua/creature/creatureevent.h index 467e12fb48b..41b5edb6e36 100644 --- a/src/lua/creature/creatureevent.h +++ b/src/lua/creature/creatureevent.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_CREATURE_CREATUREEVENT_H_ diff --git a/src/lua/creature/events.cpp b/src/lua/creature/events.cpp index d588ad57187..9c9169e8829 100644 --- a/src/lua/creature/events.cpp +++ b/src/lua/creature/events.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/creature/events.h b/src/lua/creature/events.h index df99a96eba8..cf24a037a16 100644 --- a/src/lua/creature/events.h +++ b/src/lua/creature/events.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_CREATURE_EVENTS_H_ diff --git a/src/lua/creature/movement.cpp b/src/lua/creature/movement.cpp index d5286797858..ed83f8c0efc 100644 --- a/src/lua/creature/movement.cpp +++ b/src/lua/creature/movement.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/creature/movement.h b/src/lua/creature/movement.h index 1499deb796e..2b88229c369 100644 --- a/src/lua/creature/movement.h +++ b/src/lua/creature/movement.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_CREATURE_MOVEMENT_H_ diff --git a/src/lua/creature/raids.cpp b/src/lua/creature/raids.cpp index 719ff12aa00..527c5880794 100644 --- a/src/lua/creature/raids.cpp +++ b/src/lua/creature/raids.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/creature/raids.h b/src/lua/creature/raids.h index ae0164711dc..b4ea6803dd6 100644 --- a/src/lua/creature/raids.h +++ b/src/lua/creature/raids.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_CREATURE_RAIDS_H_ diff --git a/src/lua/creature/talkaction.cpp b/src/lua/creature/talkaction.cpp index 5fc0f535c78..bd3f4176b9b 100644 --- a/src/lua/creature/talkaction.cpp +++ b/src/lua/creature/talkaction.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/creature/talkaction.h b/src/lua/creature/talkaction.h index fa5a7ac3204..ed1247b4376 100644 --- a/src/lua/creature/talkaction.h +++ b/src/lua/creature/talkaction.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_CREATURE_TALKACTION_H_ diff --git a/src/lua/functions/core/core_functions.hpp b/src/lua/functions/core/core_functions.hpp index fe5db63b1a5..906fbddd301 100644 --- a/src/lua/functions/core/core_functions.hpp +++ b/src/lua/functions/core/core_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_CORE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/game/config_functions.cpp b/src/lua/functions/core/game/config_functions.cpp index 5833a8e9d9a..21a44d599d0 100644 --- a/src/lua/functions/core/game/config_functions.cpp +++ b/src/lua/functions/core/game/config_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/game/config_functions.hpp b/src/lua/functions/core/game/config_functions.hpp index d72f2557ee2..ffb7393be60 100644 --- a/src/lua/functions/core/game/config_functions.hpp +++ b/src/lua/functions/core/game/config_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_GAME_CONFIG_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/game/core_game_functions.hpp b/src/lua/functions/core/game/core_game_functions.hpp index b2945ed0aeb..9e889cf5cd5 100644 --- a/src/lua/functions/core/game/core_game_functions.hpp +++ b/src/lua/functions/core/game/core_game_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_GAME_CORE_GAME_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/game/game_functions.cpp b/src/lua/functions/core/game/game_functions.cpp index 7bf23ba4377..046601b04ca 100644 --- a/src/lua/functions/core/game/game_functions.cpp +++ b/src/lua/functions/core/game/game_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/game/game_functions.hpp b/src/lua/functions/core/game/game_functions.hpp index 6672b9166e8..63643d5c82d 100644 --- a/src/lua/functions/core/game/game_functions.hpp +++ b/src/lua/functions/core/game/game_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_GAME_GAME_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/game/global_functions.cpp b/src/lua/functions/core/game/global_functions.cpp index 80c1c988b74..3727f3e5755 100644 --- a/src/lua/functions/core/game/global_functions.cpp +++ b/src/lua/functions/core/game/global_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/game/global_functions.hpp b/src/lua/functions/core/game/global_functions.hpp index ba814f06cd5..ca5420d01d2 100644 --- a/src/lua/functions/core/game/global_functions.hpp +++ b/src/lua/functions/core/game/global_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_GAME_GLOBAL_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/game/lua_enums.cpp b/src/lua/functions/core/game/lua_enums.cpp index 4d7be3ffa83..f97e5e38eba 100644 --- a/src/lua/functions/core/game/lua_enums.cpp +++ b/src/lua/functions/core/game/lua_enums.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/game/lua_enums.hpp b/src/lua/functions/core/game/lua_enums.hpp index d5775dc676d..9f9a4b4b622 100644 --- a/src/lua/functions/core/game/lua_enums.hpp +++ b/src/lua/functions/core/game/lua_enums.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_GAME_LUA_ENUMS_HPP_ diff --git a/src/lua/functions/core/game/modal_window_functions.cpp b/src/lua/functions/core/game/modal_window_functions.cpp index 769768aca33..f0ea01b2baa 100644 --- a/src/lua/functions/core/game/modal_window_functions.cpp +++ b/src/lua/functions/core/game/modal_window_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/game/modal_window_functions.hpp b/src/lua/functions/core/game/modal_window_functions.hpp index ed47021ef1d..3d98d3b7443 100644 --- a/src/lua/functions/core/game/modal_window_functions.hpp +++ b/src/lua/functions/core/game/modal_window_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_GAME_MODAL_WINDOW_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/libs/bit_functions.cpp b/src/lua/functions/core/libs/bit_functions.cpp index 310e963afd9..ea1bb3db8e1 100644 --- a/src/lua/functions/core/libs/bit_functions.cpp +++ b/src/lua/functions/core/libs/bit_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/libs/bit_functions.hpp b/src/lua/functions/core/libs/bit_functions.hpp index e62df55ac1d..788a9e68763 100644 --- a/src/lua/functions/core/libs/bit_functions.hpp +++ b/src/lua/functions/core/libs/bit_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_LIBS_BIT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/libs/core_libs_functions.hpp b/src/lua/functions/core/libs/core_libs_functions.hpp index 8973b52e50a..a01c52a289e 100644 --- a/src/lua/functions/core/libs/core_libs_functions.hpp +++ b/src/lua/functions/core/libs/core_libs_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_LIBS_CORE_LIBS_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/libs/db_functions.cpp b/src/lua/functions/core/libs/db_functions.cpp index 192b62d2068..431d1cb0271 100644 --- a/src/lua/functions/core/libs/db_functions.cpp +++ b/src/lua/functions/core/libs/db_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/libs/db_functions.hpp b/src/lua/functions/core/libs/db_functions.hpp index 0768b64f858..bd68148ee2e 100644 --- a/src/lua/functions/core/libs/db_functions.hpp +++ b/src/lua/functions/core/libs/db_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_LIBS_DB_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/libs/result_functions.cpp b/src/lua/functions/core/libs/result_functions.cpp index 98ab7c6de26..1c2115e96b8 100644 --- a/src/lua/functions/core/libs/result_functions.cpp +++ b/src/lua/functions/core/libs/result_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/libs/result_functions.hpp b/src/lua/functions/core/libs/result_functions.hpp index 25df98eaca5..8e0053af43e 100644 --- a/src/lua/functions/core/libs/result_functions.hpp +++ b/src/lua/functions/core/libs/result_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_LIBS_RESULT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/libs/spdlog_functions.cpp b/src/lua/functions/core/libs/spdlog_functions.cpp index a4de2fbd17d..8ddae731f45 100644 --- a/src/lua/functions/core/libs/spdlog_functions.cpp +++ b/src/lua/functions/core/libs/spdlog_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/libs/spdlog_functions.hpp b/src/lua/functions/core/libs/spdlog_functions.hpp index bf4550a1a0b..94c94f50a33 100644 --- a/src/lua/functions/core/libs/spdlog_functions.hpp +++ b/src/lua/functions/core/libs/spdlog_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_LIBS_SPDLOG_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/network/core_network_functions.hpp b/src/lua/functions/core/network/core_network_functions.hpp index b20abdc9409..bd2bc2314c3 100644 --- a/src/lua/functions/core/network/core_network_functions.hpp +++ b/src/lua/functions/core/network/core_network_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_NETWORK_CORE_NETWORK_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/network/network_message_functions.cpp b/src/lua/functions/core/network/network_message_functions.cpp index 88c42962449..9a7ebb183fb 100644 --- a/src/lua/functions/core/network/network_message_functions.cpp +++ b/src/lua/functions/core/network/network_message_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/network/network_message_functions.hpp b/src/lua/functions/core/network/network_message_functions.hpp index 4d7e2026a62..0e452deed0a 100644 --- a/src/lua/functions/core/network/network_message_functions.hpp +++ b/src/lua/functions/core/network/network_message_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_NETWORK_NETWORK_MESSAGE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/core/network/webhook_functions.cpp b/src/lua/functions/core/network/webhook_functions.cpp index d76a07bdda6..5cfb590f6c8 100644 --- a/src/lua/functions/core/network/webhook_functions.cpp +++ b/src/lua/functions/core/network/webhook_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/core/network/webhook_functions.hpp b/src/lua/functions/core/network/webhook_functions.hpp index 038482a4cb7..d90ecb4dffc 100644 --- a/src/lua/functions/core/network/webhook_functions.hpp +++ b/src/lua/functions/core/network/webhook_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CORE_NETWORK_WEBHOOK_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/combat/combat_functions.cpp b/src/lua/functions/creatures/combat/combat_functions.cpp index b0e00660168..0bd87ee81b4 100644 --- a/src/lua/functions/creatures/combat/combat_functions.cpp +++ b/src/lua/functions/creatures/combat/combat_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/combat/combat_functions.hpp b/src/lua/functions/creatures/combat/combat_functions.hpp index 370951a1d12..f4bc15a08ba 100644 --- a/src/lua/functions/creatures/combat/combat_functions.hpp +++ b/src/lua/functions/creatures/combat/combat_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_COMBAT_COMBAT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/combat/condition_functions.cpp b/src/lua/functions/creatures/combat/condition_functions.cpp index 2bb30364606..225df7d5897 100644 --- a/src/lua/functions/creatures/combat/condition_functions.cpp +++ b/src/lua/functions/creatures/combat/condition_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/combat/condition_functions.hpp b/src/lua/functions/creatures/combat/condition_functions.hpp index 7ac68a247d7..83ac962e066 100644 --- a/src/lua/functions/creatures/combat/condition_functions.hpp +++ b/src/lua/functions/creatures/combat/condition_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_COMBAT_CONDITION_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/combat/spell_functions.cpp b/src/lua/functions/creatures/combat/spell_functions.cpp index 62745b83ba0..1aa1cc92650 100644 --- a/src/lua/functions/creatures/combat/spell_functions.cpp +++ b/src/lua/functions/creatures/combat/spell_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/combat/spell_functions.hpp b/src/lua/functions/creatures/combat/spell_functions.hpp index 41c6020d166..c1f8f412c74 100644 --- a/src/lua/functions/creatures/combat/spell_functions.hpp +++ b/src/lua/functions/creatures/combat/spell_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_COMBAT_SPELL_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/combat/variant_functions.cpp b/src/lua/functions/creatures/combat/variant_functions.cpp index 41de0554b2a..e7d73b1777d 100644 --- a/src/lua/functions/creatures/combat/variant_functions.cpp +++ b/src/lua/functions/creatures/combat/variant_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/combat/variant_functions.hpp b/src/lua/functions/creatures/combat/variant_functions.hpp index b07c78b8358..659b2897879 100644 --- a/src/lua/functions/creatures/combat/variant_functions.hpp +++ b/src/lua/functions/creatures/combat/variant_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_COMBAT_VARIANT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/creature_functions.cpp b/src/lua/functions/creatures/creature_functions.cpp index 9a20537f86c..a51e359aaed 100644 --- a/src/lua/functions/creatures/creature_functions.cpp +++ b/src/lua/functions/creatures/creature_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/creature_functions.hpp b/src/lua/functions/creatures/creature_functions.hpp index 01bfefad322..0b89a64e554 100644 --- a/src/lua/functions/creatures/creature_functions.hpp +++ b/src/lua/functions/creatures/creature_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_CREATURE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/monster/charm_functions.cpp b/src/lua/functions/creatures/monster/charm_functions.cpp index 1113fdb89ef..46b18e302cb 100644 --- a/src/lua/functions/creatures/monster/charm_functions.cpp +++ b/src/lua/functions/creatures/monster/charm_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/monster/charm_functions.hpp b/src/lua/functions/creatures/monster/charm_functions.hpp index 263e980fca4..4818e4525f8 100644 --- a/src/lua/functions/creatures/monster/charm_functions.hpp +++ b/src/lua/functions/creatures/monster/charm_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_MONSTER_CHARM_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/monster/loot_functions.cpp b/src/lua/functions/creatures/monster/loot_functions.cpp index c27a83be807..b239c74276d 100644 --- a/src/lua/functions/creatures/monster/loot_functions.cpp +++ b/src/lua/functions/creatures/monster/loot_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/monster/loot_functions.hpp b/src/lua/functions/creatures/monster/loot_functions.hpp index 4037060a3db..bf536d97907 100644 --- a/src/lua/functions/creatures/monster/loot_functions.hpp +++ b/src/lua/functions/creatures/monster/loot_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_MONSTER_LOOT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/monster/monster_functions.cpp b/src/lua/functions/creatures/monster/monster_functions.cpp index 42c46fba2cb..654fc84a75a 100644 --- a/src/lua/functions/creatures/monster/monster_functions.cpp +++ b/src/lua/functions/creatures/monster/monster_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/monster/monster_functions.hpp b/src/lua/functions/creatures/monster/monster_functions.hpp index 9f07ea99d29..b6dc3756d1a 100644 --- a/src/lua/functions/creatures/monster/monster_functions.hpp +++ b/src/lua/functions/creatures/monster/monster_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_MONSTER_MONSTER_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/monster/monster_spell_functions.cpp b/src/lua/functions/creatures/monster/monster_spell_functions.cpp index 3a956da7641..5c4d7ebb4d7 100644 --- a/src/lua/functions/creatures/monster/monster_spell_functions.cpp +++ b/src/lua/functions/creatures/monster/monster_spell_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/monster/monster_spell_functions.hpp b/src/lua/functions/creatures/monster/monster_spell_functions.hpp index 627746d1aaf..001dabaa701 100644 --- a/src/lua/functions/creatures/monster/monster_spell_functions.hpp +++ b/src/lua/functions/creatures/monster/monster_spell_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_MONSTER_MONSTER_SPELL_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/monster/monster_type_functions.cpp b/src/lua/functions/creatures/monster/monster_type_functions.cpp index d105101f70b..e593f21aff4 100644 --- a/src/lua/functions/creatures/monster/monster_type_functions.cpp +++ b/src/lua/functions/creatures/monster/monster_type_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/monster/monster_type_functions.hpp b/src/lua/functions/creatures/monster/monster_type_functions.hpp index cf955bc054c..1a42de24e8a 100644 --- a/src/lua/functions/creatures/monster/monster_type_functions.hpp +++ b/src/lua/functions/creatures/monster/monster_type_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_MONSTER_MONSTER_TYPE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/npc/npc_functions.cpp b/src/lua/functions/creatures/npc/npc_functions.cpp index 68faec10858..b38ac749401 100644 --- a/src/lua/functions/creatures/npc/npc_functions.cpp +++ b/src/lua/functions/creatures/npc/npc_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/npc/npc_functions.hpp b/src/lua/functions/creatures/npc/npc_functions.hpp index 379d5cb4023..d1a9c01799f 100644 --- a/src/lua/functions/creatures/npc/npc_functions.hpp +++ b/src/lua/functions/creatures/npc/npc_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_NPC_NPC_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/npc/npc_type_functions.cpp b/src/lua/functions/creatures/npc/npc_type_functions.cpp index dba9f1b2e80..6faf6d13aeb 100644 --- a/src/lua/functions/creatures/npc/npc_type_functions.cpp +++ b/src/lua/functions/creatures/npc/npc_type_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/npc/npc_type_functions.hpp b/src/lua/functions/creatures/npc/npc_type_functions.hpp index 366c6716709..75f580f7110 100644 --- a/src/lua/functions/creatures/npc/npc_type_functions.hpp +++ b/src/lua/functions/creatures/npc/npc_type_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_NPC_NPC_TYPE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/npc/shop_functions.cpp b/src/lua/functions/creatures/npc/shop_functions.cpp index 1789677472c..2ec2819cdf3 100644 --- a/src/lua/functions/creatures/npc/shop_functions.cpp +++ b/src/lua/functions/creatures/npc/shop_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/npc/shop_functions.hpp b/src/lua/functions/creatures/npc/shop_functions.hpp index 29145b3c487..d845d264532 100644 --- a/src/lua/functions/creatures/npc/shop_functions.hpp +++ b/src/lua/functions/creatures/npc/shop_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_NPC_SHOP_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/player/group_functions.cpp b/src/lua/functions/creatures/player/group_functions.cpp index 885d25a67f8..1b3daaa51a9 100644 --- a/src/lua/functions/creatures/player/group_functions.cpp +++ b/src/lua/functions/creatures/player/group_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/player/group_functions.hpp b/src/lua/functions/creatures/player/group_functions.hpp index e0725e8c219..5fbe2b1f379 100644 --- a/src/lua/functions/creatures/player/group_functions.hpp +++ b/src/lua/functions/creatures/player/group_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_PLAYER_GROUP_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/player/guild_functions.cpp b/src/lua/functions/creatures/player/guild_functions.cpp index 9a9b5e1cba6..c8bac53bc56 100644 --- a/src/lua/functions/creatures/player/guild_functions.cpp +++ b/src/lua/functions/creatures/player/guild_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/player/guild_functions.hpp b/src/lua/functions/creatures/player/guild_functions.hpp index 99d6fe42694..7232090a06f 100644 --- a/src/lua/functions/creatures/player/guild_functions.hpp +++ b/src/lua/functions/creatures/player/guild_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_PLAYER_GUILD_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/player/mount_functions.cpp b/src/lua/functions/creatures/player/mount_functions.cpp index 8f3eba9f3cb..272acb95aba 100644 --- a/src/lua/functions/creatures/player/mount_functions.cpp +++ b/src/lua/functions/creatures/player/mount_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/player/mount_functions.hpp b/src/lua/functions/creatures/player/mount_functions.hpp index f4509c34b25..e99f5f8ce3b 100644 --- a/src/lua/functions/creatures/player/mount_functions.hpp +++ b/src/lua/functions/creatures/player/mount_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_PLAYER_MOUNT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/player/party_functions.cpp b/src/lua/functions/creatures/player/party_functions.cpp index bec2f6d5f57..ad88df9fef0 100644 --- a/src/lua/functions/creatures/player/party_functions.cpp +++ b/src/lua/functions/creatures/player/party_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/player/party_functions.hpp b/src/lua/functions/creatures/player/party_functions.hpp index 0e28f2d9b78..78b8be77d6b 100644 --- a/src/lua/functions/creatures/player/party_functions.hpp +++ b/src/lua/functions/creatures/player/party_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_PLAYER_PARTY_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/player/player_functions.cpp b/src/lua/functions/creatures/player/player_functions.cpp index fcef5ae3429..8891a212e10 100644 --- a/src/lua/functions/creatures/player/player_functions.cpp +++ b/src/lua/functions/creatures/player/player_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/player/player_functions.hpp b/src/lua/functions/creatures/player/player_functions.hpp index 6f8ba7cb483..37d27c68bd9 100644 --- a/src/lua/functions/creatures/player/player_functions.hpp +++ b/src/lua/functions/creatures/player/player_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_PLAYER_PLAYER_FUNCTIONS_HPP_ diff --git a/src/lua/functions/creatures/player/vocation_functions.cpp b/src/lua/functions/creatures/player/vocation_functions.cpp index 7dadf3e9b77..fc9d08e2e86 100644 --- a/src/lua/functions/creatures/player/vocation_functions.cpp +++ b/src/lua/functions/creatures/player/vocation_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/creatures/player/vocation_functions.hpp b/src/lua/functions/creatures/player/vocation_functions.hpp index df44663625b..c5c4e6f2e15 100644 --- a/src/lua/functions/creatures/player/vocation_functions.hpp +++ b/src/lua/functions/creatures/player/vocation_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_CREATURES_PLAYER_VOCATION_FUNCTIONS_HPP_ diff --git a/src/lua/functions/events/action_functions.cpp b/src/lua/functions/events/action_functions.cpp index 80c84e4e1f4..d5a716638ba 100644 --- a/src/lua/functions/events/action_functions.cpp +++ b/src/lua/functions/events/action_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/events/action_functions.hpp b/src/lua/functions/events/action_functions.hpp index 16efc5c1615..08d7fa1d9a5 100644 --- a/src/lua/functions/events/action_functions.hpp +++ b/src/lua/functions/events/action_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_EVENTS_ACTION_FUNCTIONS_HPP_ diff --git a/src/lua/functions/events/creature_event_functions.cpp b/src/lua/functions/events/creature_event_functions.cpp index 629311b390e..10736941166 100644 --- a/src/lua/functions/events/creature_event_functions.cpp +++ b/src/lua/functions/events/creature_event_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/events/creature_event_functions.hpp b/src/lua/functions/events/creature_event_functions.hpp index 058acbb0d5e..25b9fbd0634 100644 --- a/src/lua/functions/events/creature_event_functions.hpp +++ b/src/lua/functions/events/creature_event_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_EVENTS_CREATURE_EVENT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/events/events_functions.hpp b/src/lua/functions/events/events_functions.hpp index 76100e1164a..5f576df82a9 100644 --- a/src/lua/functions/events/events_functions.hpp +++ b/src/lua/functions/events/events_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_EVENTS_EVENTS_FUNCTIONS_HPP_ diff --git a/src/lua/functions/events/events_scheduler_functions.cpp b/src/lua/functions/events/events_scheduler_functions.cpp index c38f7d5202b..d07482dd295 100644 --- a/src/lua/functions/events/events_scheduler_functions.cpp +++ b/src/lua/functions/events/events_scheduler_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/events/events_scheduler_functions.hpp b/src/lua/functions/events/events_scheduler_functions.hpp index 5d1a03d0145..a245af23f97 100644 --- a/src/lua/functions/events/events_scheduler_functions.hpp +++ b/src/lua/functions/events/events_scheduler_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_GAME_SCHEDUNLING_EVENTS_SCHEDULER_FUNCTIONS_HPP_ diff --git a/src/lua/functions/events/global_event_functions.cpp b/src/lua/functions/events/global_event_functions.cpp index 1d9b9190d82..4ce1d394b9c 100644 --- a/src/lua/functions/events/global_event_functions.cpp +++ b/src/lua/functions/events/global_event_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/events/global_event_functions.hpp b/src/lua/functions/events/global_event_functions.hpp index fec6445bc7e..f916e3376ee 100644 --- a/src/lua/functions/events/global_event_functions.hpp +++ b/src/lua/functions/events/global_event_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_EVENTS_GLOBAL_EVENT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/events/move_event_functions.cpp b/src/lua/functions/events/move_event_functions.cpp index 0272989c7f8..01b3506608e 100644 --- a/src/lua/functions/events/move_event_functions.cpp +++ b/src/lua/functions/events/move_event_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/events/move_event_functions.hpp b/src/lua/functions/events/move_event_functions.hpp index 1e1ec753129..10ac19c195a 100644 --- a/src/lua/functions/events/move_event_functions.hpp +++ b/src/lua/functions/events/move_event_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_EVENTS_MOVE_EVENT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/events/talk_action_functions.cpp b/src/lua/functions/events/talk_action_functions.cpp index 357a35890d6..b843c3e9708 100644 --- a/src/lua/functions/events/talk_action_functions.cpp +++ b/src/lua/functions/events/talk_action_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/events/talk_action_functions.hpp b/src/lua/functions/events/talk_action_functions.hpp index baac56f3cf0..daba198bbef 100644 --- a/src/lua/functions/events/talk_action_functions.hpp +++ b/src/lua/functions/events/talk_action_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_EVENTS_TALK_ACTION_FUNCTIONS_HPP_ diff --git a/src/lua/functions/items/container_functions.cpp b/src/lua/functions/items/container_functions.cpp index f8c8b9f907a..3bd7fecf2b4 100644 --- a/src/lua/functions/items/container_functions.cpp +++ b/src/lua/functions/items/container_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/items/container_functions.hpp b/src/lua/functions/items/container_functions.hpp index 694369f8147..06a76e9a64a 100644 --- a/src/lua/functions/items/container_functions.hpp +++ b/src/lua/functions/items/container_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_ITEMS_CONTAINER_FUNCTIONS_HPP_ diff --git a/src/lua/functions/items/imbuement_functions.cpp b/src/lua/functions/items/imbuement_functions.cpp index ceda02024b0..e5667f7c863 100644 --- a/src/lua/functions/items/imbuement_functions.cpp +++ b/src/lua/functions/items/imbuement_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/items/imbuement_functions.hpp b/src/lua/functions/items/imbuement_functions.hpp index 0ad2581ed21..fdcac3ae1df 100644 --- a/src/lua/functions/items/imbuement_functions.hpp +++ b/src/lua/functions/items/imbuement_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_ITEMS_IMBUEMENT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/items/item_classification_functions.cpp b/src/lua/functions/items/item_classification_functions.cpp index 9e099bf533e..3fea870b0b0 100644 --- a/src/lua/functions/items/item_classification_functions.cpp +++ b/src/lua/functions/items/item_classification_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/items/item_classification_functions.hpp b/src/lua/functions/items/item_classification_functions.hpp index 6f47aa64fe8..6ad50a219c5 100644 --- a/src/lua/functions/items/item_classification_functions.hpp +++ b/src/lua/functions/items/item_classification_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_ITEMS_ITEM_CLASSIFICATION_FUNCTIONS_HPP_ diff --git a/src/lua/functions/items/item_functions.cpp b/src/lua/functions/items/item_functions.cpp index e2b024b3a28..fc5a584d22d 100644 --- a/src/lua/functions/items/item_functions.cpp +++ b/src/lua/functions/items/item_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/items/item_functions.hpp b/src/lua/functions/items/item_functions.hpp index cc1c1612bb2..f77a4ac291d 100644 --- a/src/lua/functions/items/item_functions.hpp +++ b/src/lua/functions/items/item_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_ITEMS_ITEM_FUNCTIONS_HPP_ diff --git a/src/lua/functions/items/item_type_functions.cpp b/src/lua/functions/items/item_type_functions.cpp index 8c6910f10e6..67f7941c13a 100644 --- a/src/lua/functions/items/item_type_functions.cpp +++ b/src/lua/functions/items/item_type_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/items/item_type_functions.hpp b/src/lua/functions/items/item_type_functions.hpp index 4673deee921..d992d91e60e 100644 --- a/src/lua/functions/items/item_type_functions.hpp +++ b/src/lua/functions/items/item_type_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_ITEMS_ITEM_TYPE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/items/weapon_functions.cpp b/src/lua/functions/items/weapon_functions.cpp index 37198e871e7..857c3eb180d 100644 --- a/src/lua/functions/items/weapon_functions.cpp +++ b/src/lua/functions/items/weapon_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/items/weapon_functions.hpp b/src/lua/functions/items/weapon_functions.hpp index ad77f022e4c..cb251f54891 100644 --- a/src/lua/functions/items/weapon_functions.hpp +++ b/src/lua/functions/items/weapon_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_ITEMS_WEAPON_FUNCTIONS_HPP_ diff --git a/src/lua/functions/lua_functions_loader.cpp b/src/lua/functions/lua_functions_loader.cpp index 5d3f4767baf..eb6ef25b044 100644 --- a/src/lua/functions/lua_functions_loader.cpp +++ b/src/lua/functions/lua_functions_loader.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/lua_functions_loader.hpp b/src/lua/functions/lua_functions_loader.hpp index faa80735bb5..dff33ba5eb1 100644 --- a/src/lua/functions/lua_functions_loader.hpp +++ b/src/lua/functions/lua_functions_loader.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_LUA_FUNCTIONS_LOADER_HPP_ diff --git a/src/lua/functions/map/house_functions.cpp b/src/lua/functions/map/house_functions.cpp index 3ea06ce2d7c..d1b2bd49ac1 100644 --- a/src/lua/functions/map/house_functions.cpp +++ b/src/lua/functions/map/house_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/map/house_functions.hpp b/src/lua/functions/map/house_functions.hpp index c5f8a1d8e0d..ca228023f87 100644 --- a/src/lua/functions/map/house_functions.hpp +++ b/src/lua/functions/map/house_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_MAP_HOUSE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/map/map_functions.hpp b/src/lua/functions/map/map_functions.hpp index 304a7328791..0048f64b18e 100644 --- a/src/lua/functions/map/map_functions.hpp +++ b/src/lua/functions/map/map_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_MAP_MAP_FUNCTIONS_HPP_ diff --git a/src/lua/functions/map/position_functions.cpp b/src/lua/functions/map/position_functions.cpp index 6345cacf7a5..efa43b53c6b 100644 --- a/src/lua/functions/map/position_functions.cpp +++ b/src/lua/functions/map/position_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/map/position_functions.hpp b/src/lua/functions/map/position_functions.hpp index c376ba25818..a1720bee55d 100644 --- a/src/lua/functions/map/position_functions.hpp +++ b/src/lua/functions/map/position_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_MAP_POSITION_FUNCTIONS_HPP_ diff --git a/src/lua/functions/map/teleport_functions.cpp b/src/lua/functions/map/teleport_functions.cpp index f5d76840824..a9d7ad540fd 100644 --- a/src/lua/functions/map/teleport_functions.cpp +++ b/src/lua/functions/map/teleport_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/map/teleport_functions.hpp b/src/lua/functions/map/teleport_functions.hpp index 1df9fb9cb4b..8f1ec2df9f6 100644 --- a/src/lua/functions/map/teleport_functions.hpp +++ b/src/lua/functions/map/teleport_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_MAP_TELEPORT_FUNCTIONS_HPP_ diff --git a/src/lua/functions/map/tile_functions.cpp b/src/lua/functions/map/tile_functions.cpp index 192269ba368..72cc8bd5446 100644 --- a/src/lua/functions/map/tile_functions.cpp +++ b/src/lua/functions/map/tile_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/map/tile_functions.hpp b/src/lua/functions/map/tile_functions.hpp index 4e1da33b7ac..ef172d183ea 100644 --- a/src/lua/functions/map/tile_functions.hpp +++ b/src/lua/functions/map/tile_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_MAP_TILE_FUNCTIONS_HPP_ diff --git a/src/lua/functions/map/town_functions.cpp b/src/lua/functions/map/town_functions.cpp index 1bd87d84288..a366bc5e7eb 100644 --- a/src/lua/functions/map/town_functions.cpp +++ b/src/lua/functions/map/town_functions.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/functions/map/town_functions.hpp b/src/lua/functions/map/town_functions.hpp index 626bca1a19c..4da32f780a6 100644 --- a/src/lua/functions/map/town_functions.hpp +++ b/src/lua/functions/map/town_functions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_FUNCTIONS_MAP_TOWN_FUNCTIONS_HPP_ diff --git a/src/lua/global/baseevents.cpp b/src/lua/global/baseevents.cpp index 62335359c07..a3aad1a6384 100644 --- a/src/lua/global/baseevents.cpp +++ b/src/lua/global/baseevents.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/global/baseevents.h b/src/lua/global/baseevents.h index c4af1b2426d..3c9b05b1b16 100644 --- a/src/lua/global/baseevents.h +++ b/src/lua/global/baseevents.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_GLOBAL_BASEEVENTS_H_ diff --git a/src/lua/global/globalevent.cpp b/src/lua/global/globalevent.cpp index cf22231f62c..c652bb9668d 100644 --- a/src/lua/global/globalevent.cpp +++ b/src/lua/global/globalevent.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/global/globalevent.h b/src/lua/global/globalevent.h index 0cee20efd65..e4d38c979a5 100644 --- a/src/lua/global/globalevent.h +++ b/src/lua/global/globalevent.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_GLOBAL_GLOBALEVENT_H_ diff --git a/src/lua/lua_definitions.hpp b/src/lua/lua_definitions.hpp index e9948be6758..248acfc5d2b 100644 --- a/src/lua/lua_definitions.hpp +++ b/src/lua/lua_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_LUA_DEFINITIONS_HPP_ diff --git a/src/lua/modules/modules.cpp b/src/lua/modules/modules.cpp index 0a977483558..73e0d9efb53 100644 --- a/src/lua/modules/modules.cpp +++ b/src/lua/modules/modules.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/modules/modules.h b/src/lua/modules/modules.h index 34d80b11ba8..2e4148132b2 100644 --- a/src/lua/modules/modules.h +++ b/src/lua/modules/modules.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_MODULES_MODULES_H_ diff --git a/src/lua/scripts/lua_environment.cpp b/src/lua/scripts/lua_environment.cpp index afefa38d38f..68300cda96e 100644 --- a/src/lua/scripts/lua_environment.cpp +++ b/src/lua/scripts/lua_environment.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/scripts/lua_environment.hpp b/src/lua/scripts/lua_environment.hpp index 90aa37062d0..f9bfcafd59c 100644 --- a/src/lua/scripts/lua_environment.hpp +++ b/src/lua/scripts/lua_environment.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_SCRIPTS_LUA_ENVIRONMENT_HPP_ diff --git a/src/lua/scripts/luajit_sync.hpp b/src/lua/scripts/luajit_sync.hpp index 2a0aec4ab35..7a633670954 100644 --- a/src/lua/scripts/luajit_sync.hpp +++ b/src/lua/scripts/luajit_sync.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_SCRIPTS_LUAJIT_SYNC_HPP_ diff --git a/src/lua/scripts/luascript.cpp b/src/lua/scripts/luascript.cpp index a198905e476..dc8ec067805 100644 --- a/src/lua/scripts/luascript.cpp +++ b/src/lua/scripts/luascript.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/scripts/luascript.h b/src/lua/scripts/luascript.h index 7656a1ffef1..1b80aa9c30a 100644 --- a/src/lua/scripts/luascript.h +++ b/src/lua/scripts/luascript.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_SCRIPTS_LUASCRIPT_H_ diff --git a/src/lua/scripts/script_environment.cpp b/src/lua/scripts/script_environment.cpp index e287f9dcf81..cb7d1cd0528 100644 --- a/src/lua/scripts/script_environment.cpp +++ b/src/lua/scripts/script_environment.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/scripts/script_environment.hpp b/src/lua/scripts/script_environment.hpp index c8fe1b2692f..7fc4cb00aca 100644 --- a/src/lua/scripts/script_environment.hpp +++ b/src/lua/scripts/script_environment.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_SCRIPTS_SCRIPT_ENVIRONMENT_HPP_ diff --git a/src/lua/scripts/scripts.cpp b/src/lua/scripts/scripts.cpp index 0a6e3e2bd73..fb6516cc426 100644 --- a/src/lua/scripts/scripts.cpp +++ b/src/lua/scripts/scripts.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/lua/scripts/scripts.h b/src/lua/scripts/scripts.h index 0606b3be46a..44d7d84eaa2 100644 --- a/src/lua/scripts/scripts.h +++ b/src/lua/scripts/scripts.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_LUA_SCRIPTS_SCRIPTS_H_ diff --git a/src/map/house/house.cpp b/src/map/house/house.cpp index 5372c1a99a3..af5faad6ab2 100644 --- a/src/map/house/house.cpp +++ b/src/map/house/house.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/map/house/house.h b/src/map/house/house.h index 02b2d3f8674..1f490e4699d 100644 --- a/src/map/house/house.h +++ b/src/map/house/house.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_MAP_HOUSE_HOUSE_H_ diff --git a/src/map/house/housetile.cpp b/src/map/house/housetile.cpp index e5ca571f760..a0af247fc85 100644 --- a/src/map/house/housetile.cpp +++ b/src/map/house/housetile.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/map/house/housetile.h b/src/map/house/housetile.h index 61a54f0f044..c86dd4ff779 100644 --- a/src/map/house/housetile.h +++ b/src/map/house/housetile.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_MAP_HOUSE_HOUSETILE_H_ diff --git a/src/map/map.cpp b/src/map/map.cpp index 1eb7b5a86f1..fb5edf9c4d5 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/map/map.h b/src/map/map.h index 5706fd27595..775041fd8f0 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_MAP_MAP_H_ diff --git a/src/map/map_definitions.hpp b/src/map/map_definitions.hpp index 5a22285f6fb..0796867a7fc 100644 --- a/src/map/map_definitions.hpp +++ b/src/map/map_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_MAP_MAP_DEFINITIONS_HPP_ diff --git a/src/map/town.h b/src/map/town.h index 4df7213c987..34dc2c83820 100644 --- a/src/map/town.h +++ b/src/map/town.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_MAP_TOWN_H_ diff --git a/src/otserv.cpp b/src/otserv.cpp index 504bff2a497..fd549cb917f 100644 --- a/src/otserv.cpp +++ b/src/otserv.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" @@ -261,7 +261,7 @@ void mainLoader(int, char*[], ServiceManager* services) { SPDLOG_INFO("A server developed by: {}", STATUS_SERVER_DEVELOPERS); SPDLOG_INFO("Visit our website for updates, support, and resources: " - "https://docs.opentibiabr.org/"); + "https://docs.opentibiabr.com/"); std::string configName = "config.lua"; // Check if config or config.dist exist diff --git a/src/pch.hpp b/src/pch.hpp index 98fa512cede..96d13d02c42 100644 --- a/src/pch.hpp +++ b/src/pch.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_PCH_HPP_ diff --git a/src/security/rsa.cpp b/src/security/rsa.cpp index 44f31d80db5..0bcae742a4a 100644 --- a/src/security/rsa.cpp +++ b/src/security/rsa.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/security/rsa.h b/src/security/rsa.h index 683a1062ef9..a0d30b0b20c 100644 --- a/src/security/rsa.h +++ b/src/security/rsa.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SECURITY_RSA_H_ diff --git a/src/server/network/connection/connection.cpp b/src/server/network/connection/connection.cpp index 4730dca5705..5ac30705d27 100644 --- a/src/server/network/connection/connection.cpp +++ b/src/server/network/connection/connection.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/connection/connection.h b/src/server/network/connection/connection.h index 2b9e28c3730..7932b77c255 100644 --- a/src/server/network/connection/connection.h +++ b/src/server/network/connection/connection.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_CONNECTION_CONNECTION_H_ diff --git a/src/server/network/message/networkmessage.cpp b/src/server/network/message/networkmessage.cpp index cf4db43afc3..43a7bb5b69c 100644 --- a/src/server/network/message/networkmessage.cpp +++ b/src/server/network/message/networkmessage.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/message/networkmessage.h b/src/server/network/message/networkmessage.h index 2a3dabb66b2..0be70814182 100644 --- a/src/server/network/message/networkmessage.h +++ b/src/server/network/message/networkmessage.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_MESSAGE_NETWORKMESSAGE_H_ diff --git a/src/server/network/message/outputmessage.cpp b/src/server/network/message/outputmessage.cpp index 4bd9ec8e0a1..8e4b0f0f8a3 100644 --- a/src/server/network/message/outputmessage.cpp +++ b/src/server/network/message/outputmessage.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/message/outputmessage.h b/src/server/network/message/outputmessage.h index eaef7437603..6b6c9c9b794 100644 --- a/src/server/network/message/outputmessage.h +++ b/src/server/network/message/outputmessage.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_MESSAGE_OUTPUTMESSAGE_H_ diff --git a/src/server/network/protocol/protocol.cpp b/src/server/network/protocol/protocol.cpp index 8118acba6ed..c25f08d8da3 100644 --- a/src/server/network/protocol/protocol.cpp +++ b/src/server/network/protocol/protocol.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/protocol/protocol.h b/src/server/network/protocol/protocol.h index f1ca682077e..1b8f918b184 100644 --- a/src/server/network/protocol/protocol.h +++ b/src/server/network/protocol/protocol.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_PROTOCOL_PROTOCOL_H_ diff --git a/src/server/network/protocol/protocolgame.cpp b/src/server/network/protocol/protocolgame.cpp index fb3806de9a6..2b67e0ac754 100644 --- a/src/server/network/protocol/protocolgame.cpp +++ b/src/server/network/protocol/protocolgame.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/protocol/protocolgame.h b/src/server/network/protocol/protocolgame.h index d337ed08ba5..0b3b5a40344 100644 --- a/src/server/network/protocol/protocolgame.h +++ b/src/server/network/protocol/protocolgame.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_PROTOCOL_PROTOCOLGAME_H_ diff --git a/src/server/network/protocol/protocollogin.cpp b/src/server/network/protocol/protocollogin.cpp index 8b7a5f6b6da..6faee6af302 100644 --- a/src/server/network/protocol/protocollogin.cpp +++ b/src/server/network/protocol/protocollogin.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/protocol/protocollogin.h b/src/server/network/protocol/protocollogin.h index 9163906d305..969bc77c939 100644 --- a/src/server/network/protocol/protocollogin.h +++ b/src/server/network/protocol/protocollogin.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_PROTOCOL_PROTOCOLLOGIN_H_ diff --git a/src/server/network/protocol/protocolstatus.cpp b/src/server/network/protocol/protocolstatus.cpp index 1109d4da192..25889eed9cc 100644 --- a/src/server/network/protocol/protocolstatus.cpp +++ b/src/server/network/protocol/protocolstatus.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/protocol/protocolstatus.h b/src/server/network/protocol/protocolstatus.h index dbbe0f5ad81..da35ba4bb90 100644 --- a/src/server/network/protocol/protocolstatus.h +++ b/src/server/network/protocol/protocolstatus.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_PROTOCOL_PROTOCOLSTATUS_H_ diff --git a/src/server/network/webhook/webhook.cpp b/src/server/network/webhook/webhook.cpp index 63372816da3..6af4f9e2beb 100644 --- a/src/server/network/webhook/webhook.cpp +++ b/src/server/network/webhook/webhook.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/network/webhook/webhook.h b/src/server/network/webhook/webhook.h index 79dd039e4b8..6427f2beb2f 100644 --- a/src/server/network/webhook/webhook.h +++ b/src/server/network/webhook/webhook.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_NETWORK_WEBHOOK_WEBHOOK_H_ diff --git a/src/server/server.cpp b/src/server/server.cpp index 6622a438683..2a1d1a7f592 100644 --- a/src/server/server.cpp +++ b/src/server/server.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/server.h b/src/server/server.h index b20a87b48ee..5b46da48e37 100644 --- a/src/server/server.h +++ b/src/server/server.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_SERVER_H_ diff --git a/src/server/server_definitions.hpp b/src/server/server_definitions.hpp index 72c16352415..8a8111050a1 100644 --- a/src/server/server_definitions.hpp +++ b/src/server/server_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_SERVER_DEFINITIONS_HPP_ diff --git a/src/server/signals.cpp b/src/server/signals.cpp index b8ac2fb7973..dbd8a9f3d14 100644 --- a/src/server/signals.cpp +++ b/src/server/signals.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/server/signals.h b/src/server/signals.h index 212b8014925..ef33da06315 100644 --- a/src/server/signals.h +++ b/src/server/signals.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_SERVER_SIGNALS_H_ diff --git a/src/utils/const.hpp b/src/utils/const.hpp index d177c41a46d..856bb8a8a43 100644 --- a/src/utils/const.hpp +++ b/src/utils/const.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_CONST_H_ diff --git a/src/utils/definitions.h b/src/utils/definitions.h index 3f3ff73fb03..1c136432494 100644 --- a/src/utils/definitions.h +++ b/src/utils/definitions.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_DEFINITIONS_H_ diff --git a/src/utils/pugicast.h b/src/utils/pugicast.h index 7cf5c0e367b..c80ce556fe2 100644 --- a/src/utils/pugicast.h +++ b/src/utils/pugicast.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_PUGICAST_H_ diff --git a/src/utils/simd.hpp b/src/utils/simd.hpp index 969606e2b44..3e896817d9f 100644 --- a/src/utils/simd.hpp +++ b/src/utils/simd.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_SIMD_HPP_ diff --git a/src/utils/thread_holder_base.h b/src/utils/thread_holder_base.h index 81f2f40f4ba..a1486a2db27 100644 --- a/src/utils/thread_holder_base.h +++ b/src/utils/thread_holder_base.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_THREAD_HOLDER_H_ diff --git a/src/utils/tools.cpp b/src/utils/tools.cpp index 8601a1d6061..23676b937b6 100644 --- a/src/utils/tools.cpp +++ b/src/utils/tools.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/utils/tools.h b/src/utils/tools.h index fc4bac9a2da..27046b536a5 100644 --- a/src/utils/tools.h +++ b/src/utils/tools.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_TOOLS_H_ diff --git a/src/utils/utils_definitions.hpp b/src/utils/utils_definitions.hpp index c0fd9f27576..a48baeaa997 100644 --- a/src/utils/utils_definitions.hpp +++ b/src/utils/utils_definitions.hpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_UTILS_DEFINITIONS_HPP_ diff --git a/src/utils/wildcardtree.cpp b/src/utils/wildcardtree.cpp index 29e5d178d3c..4d5a06e6bbf 100644 --- a/src/utils/wildcardtree.cpp +++ b/src/utils/wildcardtree.cpp @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #include "pch.hpp" diff --git a/src/utils/wildcardtree.h b/src/utils/wildcardtree.h index 95728d34dc3..242f3713b28 100644 --- a/src/utils/wildcardtree.h +++ b/src/utils/wildcardtree.h @@ -4,7 +4,7 @@ * Repository: https://github.com/opentibiabr/canary * License: https://github.com/opentibiabr/canary/blob/main/LICENSE * Contributors: https://github.com/opentibiabr/canary/graphs/contributors - * Website: https://docs.opentibiabr.org/ + * Website: https://docs.opentibiabr.com/ */ #ifndef SRC_UTILS_WILDCARDTREE_H_