diff options
author | CraftedRO <24683355+CraftedRO@users.noreply.github.com> | 2024-10-04 19:12:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 18:12:14 +0200 |
commit | 4d083b074ff7307d8f492d6f55f315425f299720 (patch) | |
tree | 7dc050001a6c05d8208e48e4604a3e82ffaf4af5 | |
parent | 3acb25c50cddb6f2b00bf8d8a48b5d47b1e7b4f7 (diff) |
Replace wotlk_classic with cata_classic in build status badges in README (#30309)
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md index 84675eb0414..789e2ebd995 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,12 @@ ## Build Status -master | 3.3.5 | wotlk_classic +master | 3.3.5 | cata_classic :------------: | :------------: | :------------: -[](https://circleci.com/gh/TrinityCore/TrinityCore/tree/master) | [](https://circleci.com/gh/TrinityCore/TrinityCore/tree/3.3.5) | [](https://circleci.com/gh/TrinityCore/TrinityCore/tree/wotlk_classic) -[](https://ci.appveyor.com/project/DDuarte/trinitycore/branch/master) | [](https://ci.appveyor.com/project/DDuarte/trinitycore/branch/3.3.5) | [](https://ci.appveyor.com/project/DDuarte/trinitycore/branch/wotlk_classic) -[](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3Amaster+event%3Apush) | [](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3A3.3.5+event%3Apush) | [](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3Awotlk_classic+event%3Apush) +[](https://circleci.com/gh/TrinityCore/TrinityCore/tree/master) | [](https://circleci.com/gh/TrinityCore/TrinityCore/tree/3.3.5) | [](https://circleci.com/gh/TrinityCore/TrinityCore/tree/cata_classic) +[](https://ci.appveyor.com/project/DDuarte/trinitycore/branch/master) | [](https://ci.appveyor.com/project/DDuarte/trinitycore/branch/3.3.5) | [](https://ci.appveyor.com/project/DDuarte/trinitycore/branch/cata_classic) +[](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3Amaster+event%3Apush) | [](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3A3.3.5+event%3Apush) | [](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3Acata_classic+event%3Apush) +[](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3Amaster+event%3Apush) | | [](https://github.com/TrinityCore/TrinityCore/actions?query=workflow%3AGCC+branch%3Acata_classic+event%3Apush) [](https://scan.coverity.com/projects/435) | [](https://scan.coverity.com/projects/4656) | ## Introduction |