Skip to content

Commit 41ef715

Browse files
author
King Kunta
committed
new links
1 parent 83fd77f commit 41ef715

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Pulsar.Server/Forms/FrmAbout.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Pulsar.Server.Forms
1010
{
1111
public partial class FrmAbout : Form
1212
{
13-
private readonly string _repositoryUrl = @"https://github.com/Quasar-Continuation/Poopsar";
13+
private readonly string _repositoryUrl = @"https://github.com/Quasar-Continuation/PulsarK";
1414
private readonly string _telegramUrl = @"https://t.me/novashadowisgay";
1515
private const string ContributorsMessage = """
1616
- [KingKDot](https://github.com/KingKDot) – Lead Developer
@@ -44,7 +44,7 @@ public FrmAbout()
4444

4545
lnkGithubPage.Links.Add(new LinkLabel.Link { LinkData = _repositoryUrl });
4646
lnkTelegram.Links.Add(new LinkLabel.Link { LinkData = _telegramUrl });
47-
lnkCredits.Links.Add(new LinkLabel.Link { LinkData = "https://github.com/Quasar-Continuation/Poopsar/tree/main/Licenses" });
47+
lnkCredits.Links.Add(new LinkLabel.Link { LinkData = "https://github.com/Quasar-Continuation/PulsarK/tree/main/Licenses" });
4848
}
4949

5050
private void lnkGithubPage_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
@@ -150,7 +150,7 @@ private void picIcon_Click(object sender, EventArgs e)
150150
{
151151
System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo
152152
{
153-
FileName = "https://github.com/Quasar-Continuation/Poopsar",
153+
FileName = "https://github.com/Quasar-Continuation/PulsarK",
154154
UseShellExecute = true
155155
});
156156
}

README.md

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

3-
![GitHub Actions Build Status](https://img.shields.io/github/actions/workflow/status/Quasar-Continuation/Poopsar/dotnet.yml)
4-
[![Downloads](https://img.shields.io/github/downloads/Quasar-Continuation/Poopsar/total.svg)](https://github.com/Quasar-Continuation/Poopsar/releases)
5-
[![License](https://img.shields.io/github/license/Quasar-Continuation/Poopsar.svg)](LICENSE)
3+
![GitHub Actions Build Status](https://img.shields.io/github/actions/workflow/status/Quasar-Continuation/PulsarK/dotnet.yml)
4+
[![Downloads](https://img.shields.io/github/downloads/Quasar-Continuation/PulsarK/total.svg)](https://github.com/Quasar-Continuation/PulsarK/releases)
5+
[![License](https://img.shields.io/github/license/Quasar-Continuation/PulsarK.svg)](LICENSE)
66
![.NET](https://img.shields.io/badge/.NET-4.7.2%2B-blue)
77
![Windows](https://img.shields.io/badge/OS-Windows-blue)
88

@@ -85,7 +85,7 @@ Join our [Telegram channel](https://t.me/novashadowisgay) for updates, discussio
8585

8686
## 📥 Download
8787

88-
- **[Latest Stable Release](https://github.com/Quasar-Continuation/Poopsar/releases)**
88+
- **[Latest Stable Release](https://github.com/Quasar-Continuation/PulsarK/releases)**
8989

9090
---
9191

0 commit comments

Comments
 (0)