Skip to content

Commit

Permalink
update readme release and add target to dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-tp committed Oct 4, 2023
1 parent ec83a0b commit ea86e5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using Arch Linux you can find the package on [AUR](https://aur.archli

### Dependencies

**Note:** these are the dependencies if you want to run Keira3 in development mode. If you just want to use Keira3, download it from the [releases page](https://github.com/azerothcore/Keira3/releases).
**Note:** these are the dependencies if you want to run Alpha Core Keira3 in development mode. If you just want to use Keira3, download it from the [releases page](https://github.com/geo-tp/Alpha-Core-Keira3/releases/).

You need to first install [node](https://nodejs.org) in order to have `npm` available in your system.

Expand Down
16 changes: 9 additions & 7 deletions src/app/features/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@
<div class="content-block">
<p class="lead">Alpha Core</p>
<p>
<a href="https://github.com/The-Alpha-Project/alpha-core">Alpha Core</a> is an experimental Python emulator for the 0.5.3.3368 version
of World of Warcraft.
<a target="_blank" href="https://github.com/The-Alpha-Project/alpha-core">Alpha Core</a> is an experimental Python emulator for the
0.5.3.3368 version of World of Warcraft.
</p>
<p>Join the Alpha Core Project on <a href="https://discord.gg/RzBMAKU">Discord</a></p>
<p><a href="https://db.thealphaproject.eu/">Alpha Project Database</a> for the 0.5.3.3368 version.</p>
<p>Join the Alpha Core Project on <a target="_blank" href="https://discord.gg/RzBMAKU">Discord</a></p>
<p><a target="_blank" href="https://db.thealphaproject.eu/">Alpha Project Database</a> for the 0.5.3.3368 version.</p>
<p>
Collection of pre release screenshots from version 0.X to version 0.12 of the World Of Wacraft on
<a href="https://archive.thealphaproject.eu/"> Alpha Project Archive</a>
<a target="_blank" href="https://archive.thealphaproject.eu/"> Alpha Project Archive</a>
</p>
<p>Search in WoW texts and screenshots with the <a href="https://crawler.thealphaproject.eu/">Alpha Project Crawler</a></p>
<p>See ingame models with the <a href="https://models.thealphaproject.eu/">Alpha Project Models Viewer</a></p>
<p>
Search in WoW texts and screenshots with the <a target="_blank" href="https://crawler.thealphaproject.eu/">Alpha Project Crawler</a>
</p>
<p>See ingame models with the <a target="_blank" href="https://models.thealphaproject.eu/">Alpha Project Models Viewer</a></p>
</div>

<div class="content-block">
Expand Down

0 comments on commit ea86e5d

Please sign in to comment.