From f45615fd60213d320cef1ddf4d14446aba59d9ee Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Thu, 6 Dec 2018 03:13:53 +0900 Subject: [PATCH] Updated Setup PT Magic on Linux (markdown) --- Setup-PT-Magic-on-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-PT-Magic-on-Linux.md b/Setup-PT-Magic-on-Linux.md index 5e29a6d..75bcb4c 100644 --- a/Setup-PT-Magic-on-Linux.md +++ b/Setup-PT-Magic-on-Linux.md @@ -25,7 +25,7 @@ This installs a lot of packages for offline usage that is needed by ASP.NET Core To access the PTMagic monitor website (running on port 5000) you need to install and configure the Apache webserver on your machine and setup a reverse proxy for port 80. An example walk through can be found [here](https://blog.todotnet.com/2017/07/publishing-and-running-your-asp-net-core-project-on-linux/). ### Configure PT Magic -After installing .NET Core proceed with the [setup guide](https://github.com/Legedric/ptmagic/wiki/Setup-Guide) to configure your installation. After that go to the **PT Magic** folder in a terminal window and start with the command +After installing .NET Core proceed with the [setup guide](https://github.com/PTMagicians/PT-Magic/wiki/Setup-Guide) to configure your installation. After that go to the **PT Magic** folder in a terminal window and start with the command > dotnet PTMagic.dll @@ -34,4 +34,4 @@ and the monitor application with > dotnet Monitor/Monitor.dll -If something is not working as expected please have a look at our [Post Install Checklist](https://github.com/Legedric/ptmagic/wiki/Post-Install-Checklist) and [FAQ](https://github.com/Legedric/ptmagic/wiki/FAQ-and-Tips). +If something is not working as expected please have a look at our [Post Install Checklist](https://github.com/PTMagicians/PT-Magic/wiki/Post-Install-Checklist) and [FAQ](https://github.com/Legedric/ptmagic/wiki/FAQ-and-Tips).