Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit b45ab3e

Browse files
committed
Update URLs
1 parent 73567b9 commit b45ab3e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Updated dependencies
1313
* Updated message processing in client and server
1414
* Updated mouse and keyboard input to SendInput API
15-
* Fixed file transfer vulnerbilities (#623)
15+
* Fixed file transfer vulnerbilities ([#623](https://github.com/quasar/Quasar/issues/623))
1616
* Lots of under the hood changes for an upcoming plugin system
1717

1818
## Quasar v1.3.0.0 [28.09.2016]

Quasar.Server/Forms/FrmAbout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Quasar.Server.Forms
66
{
77
public partial class FrmAbout : Form
88
{
9-
private readonly string _repositoryUrl = @"https://github.com/quasar/QuasarRAT";
9+
private readonly string _repositoryUrl = @"https://github.com/quasar/Quasar";
1010

1111
public FrmAbout()
1212
{
File renamed without changes.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Quasar
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/5857hfy6r1ltb5f2?svg=true)](https://ci.appveyor.com/project/MaxXor/quasarrat)
4-
[![Downloads](https://img.shields.io/github/downloads/quasar/QuasarRAT/total.svg)](https://github.com/quasar/QuasarRAT/releases)
5-
[![License](https://img.shields.io/github/license/quasar/QuasarRAT.svg)](LICENSE)
4+
[![Downloads](https://img.shields.io/github/downloads/quasar/Quasar/total.svg)](https://github.com/quasar/Quasar/releases)
5+
[![License](https://img.shields.io/github/license/quasar/Quasar.svg)](LICENSE)
66

77
**Free, Open-Source Remote Administration Tool for Windows**
88

@@ -36,7 +36,7 @@ Quasar is a fast and light-weight remote administration tool coded in C#. The us
3636
* ... and many more!
3737

3838
## Download
39-
* [Latest stable release](https://github.com/quasar/QuasarRAT/releases) (recommended)
39+
* [Latest stable release](https://github.com/quasar/Quasar/releases) (recommended)
4040
* [Latest development snapshot](https://ci.appveyor.com/project/MaxXor/quasarrat)
4141

4242
## Supported runtimes and operating systems
@@ -50,10 +50,10 @@ Quasar is a fast and light-weight remote administration tool coded in C#. The us
5050
* Windows 7
5151
* Windows Server 2008
5252
* Windows Vista
53-
* For older systems please use [Quasar version 1.3.0](https://github.com/quasar/QuasarRAT/releases/tag/v1.3.0.0)
53+
* For older systems please use [Quasar version 1.3.0](https://github.com/quasar/Quasar/releases/tag/v1.3.0.0)
5454

5555
## Compiling
56-
Open the project in Visual Studio 2019+ with installed .NET desktop development features and [restore the NuGET packages](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore). Once all packages are installed the project can be compiled as usual by clicking `Build` at the top or by pressing `F6`. The resulting executables can be found in the `Bin` directory. See below which build configuration to choose from.
56+
Open the project `Quasar.sln` in Visual Studio 2019+ with installed .NET desktop development features and [restore the NuGET packages](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore). Once all packages are installed the project can be compiled as usual by clicking `Build` at the top or by pressing `F6`. The resulting executables can be found in the `Bin` directory. See below which build configuration to choose from.
5757

5858
## Building a client
5959
| Build configuration | Usage scenario | Description
@@ -68,7 +68,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
6868
See [ROADMAP.md](ROADMAP.md)
6969

7070
## Documentation
71-
See the [wiki](https://github.com/quasar/QuasarRAT/wiki) for usage instructions and other documentation.
71+
See the [wiki](https://github.com/quasar/Quasar/wiki) for usage instructions and other documentation.
7272

7373
## License
7474
Quasar is distributed under the [MIT License](LICENSE).

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_build:
1111
- nuget restore
1212

1313
build:
14-
project: QuasarRAT.sln
14+
project: Quasar.sln
1515
parallel: true
1616
verbosity: minimal
1717

0 commit comments

Comments
 (0)