From a9b233c2ddaee8b2a6bd5390be6e490af327216e Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 22 Feb 2022 18:01:33 +0100 Subject: chore: fix misstakes --- docs/how-to-use-gperftool.md | 2 +- docs/windows-requirements.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/how-to-use-gperftool.md b/docs/how-to-use-gperftool.md index f699c02..bce6c04 100644 --- a/docs/how-to-use-gperftool.md +++ b/docs/how-to-use-gperftool.md @@ -22,6 +22,6 @@ Note: dependencies above are already installed in our docker file 6. Run `google-pprof --callgrind > worldserver.callgrind` This will generate a callgrind file that can be read with [QCacheGrind](https://sourceforge.net/projects/qcachegrindwin/), [KCacheGrind](http://kcachegrind.sourceforge.net/html/Home.html) or any other compatible tools. -Esto es lo que verá (captura de pantalla de KCacheGrind): +This is what you will see (screenshot of KCacheGrind): ![kcachegrind](https://user-images.githubusercontent.com/147092/117697104-615a1f00-b1c2-11eb-8599-f5893a04de0c.png) diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index ae4394f..7bdb8fa 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -1,12 +1,12 @@ # Windows Requirements | Installation Guide | | -| :- | :- | +| :-------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | | [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) | | | -| :- | +| :----------------------------------------------------------------- | | Boost ≥ 1.74 | | MySQL ≥ 5.7.0 | | OpenSLL ≥ 1.0.x (OpenSSL 3.0 is not supported) | @@ -15,7 +15,7 @@ 1. Git Extensions - 1. You will need Git installed. You can get the [latest version](https://sourceforge.net/projects/gitextensions/) + 1. You will need Git installed. You can get the latest version [here](https://sourceforge.net/projects/gitextensions/) 1. Install the compiler / IDE [Visual Studio (17) Community 2022](https://visualstudio.microsoft.com/downloads/) @@ -123,6 +123,6 @@ If you are still having problems, check: * [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time. | Installation Guide | | -| :- | :- | +| :-------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | | [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) | -- cgit