Skip to content

Commit

Permalink
fix - Fixed broken links
Browse files Browse the repository at this point in the history
---

We've fixed links returning 404 errors.

---

Type: fix
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 6, 2025
1 parent 049c940 commit 200081c
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Review the commit history if you want to get a deep insight about the changes.

### Feedback?

If you have issues with this version, report to us by [making a new issue ticket](https://github.com/Aptivi/NitrocidKS/issues/new).
If you have issues with this version, report to us by [making a new issue ticket](https://github.com/Aptivi/Nitrocid/issues/new).

### Sum hashes

Expand Down
32 changes: 13 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<br>

<img
src = 'https://cdn.jsdelivr.net/gh/Aptivi/NitrocidKS@latest/public/Nitrocid/OfficialAppIcon-NitrocidKS-512.png'
src = 'https://cdn.jsdelivr.net/gh/Aptivi/Nitrocid@main/public/Nitrocid/OfficialAppIcon-NitrocidKS-512.png'
width = 256
align = center
/>
Expand All @@ -19,10 +19,8 @@
<br>
<br>

[![Badge Main]][Main]   
[![Badge Main Linux]][Main Linux]   
[![Badge Servicing]][Servicing]   
[![Badge Servicing Linux]][Servicing Linux]
[![Badge Main Debug]][Main Debug]   
[![Badge Main Release]][Main Release]

[![Badge Latest]][Latest]   
[![Badge NuGet]][NuGet]
Expand All @@ -44,19 +42,17 @@

<!----------------------------------------------------------------------------->

[Releases]: https://github.com/Aptivi/NitrocidKS/releases
[Latest]: https://github.com/Aptivi/NitrocidKS/releases/latest
[Releases]: https://github.com/Aptivi/Nitrocid/releases
[Latest]: https://github.com/Aptivi/Nitrocid/releases/latest
[NuGet]: https://www.nuget.org/packages/KS/

[Main]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-win.yml
[Main Linux]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-linux.yml
[Servicing]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-win.yml
[Servicing Linux]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-linux.yml
[Main Debug]: https://github.com/Aptivi/Nitrocid/actions/workflows/build.yml
[Main Release]: https://github.com/Aptivi/Nitrocid/actions/workflows/build-rel.yml

[Libraries]: https://aptivi.gitbook.io/kernel-simulator-manual/project-dependencies
[Building]: https://aptivi.gitbook.io/kernel-simulator-manual/advanced-and-power-users/building-the-kernel
[Install]: https://aptivi.gitbook.io/kernel-simulator-manual/installation-and-maintenance/installing-the-kernel
[Manual]: https://aptivi.gitbook.io/kernel-simulator-manual/
[Libraries]: https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/project-dependencies
[Building]: https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/advanced-and-power-users/building-the-kernel
[Install]: https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/installation-and-maintenance/installing-the-kernel
[Manual]: https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/

<!----------------------------------[ Badges ]--------------------------------->

Expand All @@ -65,10 +61,8 @@
[Badge NuGet]: https://img.shields.io/nuget/vpre/KS?color=012f52&style=for-the-badge&logoColor=white&logo=NuGet&labelColor=004880
[Badge Size]: https://img.shields.io/github/repo-size/Aptivi/NitrocidKS?color=bb4a28&label=size&logoColor=white&style=for-the-badge&logo=GoogleAnalytics&labelColor=E85C33

[Badge Main]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-win.yml/badge.svg
[Badge Main Linux]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-linux.yml/badge.svg
[Badge Servicing]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-win.yml/badge.svg?branch=servicing
[Badge Servicing Linux]: https://github.com/Aptivi/NitrocidKS/actions/workflows/build-linux.yml/badge.svg?branch=servicing
[Badge Main Debug]: https://github.com/Aptivi/Nitrocid/actions/workflows/build.yml/badge.svg
[Badge Main Release]: https://github.com/Aptivi/Nitrocid/actions/workflows/build-rel.yml/badge.svg


<!---------------------------------[ Buttons ]--------------------------------->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
<Authors>Aptivi</Authors>
<PackageDescription>Simulates our future-planned kernel</PackageDescription>
<!-- URL settings -->
<PackageProjectUrl>https://github.com/Aptivi/NitrocidKS</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Aptivi/Nitrocid</PackageProjectUrl>
<PackageIcon>OfficialAppIcon-NitrocidKS-512.png</PackageIcon>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReleaseNotes>Detailed explanation: https://aptivi.gitbook.io/kernel-simulator-manual/versions-and-compatibility/version-release-notes/v0.1.x.x-series</PackageReleaseNotes>
<PackageReleaseNotes>Detailed explanation: https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/versions-and-compatibility/version-release-notes/v0.1.x.x-series</PackageReleaseNotes>
<!-- MSBuild Tags -->
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>True</IncludeSymbols>
<PackageOutputPath>../../Nitrocid/KSAnalyzer</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- Repository set up -->
<RepositoryUrl>https://github.com/Aptivi/NitrocidKS.git</RepositoryUrl>
<RepositoryUrl>https://github.com/Aptivi/Nitrocid.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Nitrocid.Analyzers, analyzers</PackageTags>
<DevelopmentDependency>true</DevelopmentDependency>
Expand Down
6 changes: 3 additions & 3 deletions public/Nitrocid.LocaleGen.Core/Nitrocid.LocaleGen.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<PackageDescription>Simulates our future-planned kernel</PackageDescription>
<PackageTags>kernel;simulator;csharp</PackageTags>
<!-- URL settings -->
<PackageProjectUrl>https://github.com/Aptivi/NitrocidKS</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Aptivi/Nitrocid</PackageProjectUrl>
<PackageIcon>OfficialAppIcon-NitrocidKS-512.png</PackageIcon>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReleaseNotes>Detailed explanation: https://aptivi.gitbook.io/kernel-simulator-manual/versions-and-compatibility/version-release-notes/v0.1.x.x-series</PackageReleaseNotes>
<PackageReleaseNotes>Detailed explanation: https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/versions-and-compatibility/version-release-notes/v0.1.x.x-series</PackageReleaseNotes>
<!-- MSBuild Tags -->
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageOutputPath>../Nitrocid/KSBuild</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- Repository set up -->
<RepositoryUrl>https://github.com/Aptivi/NitrocidKS.git</RepositoryUrl>
<RepositoryUrl>https://github.com/Aptivi/Nitrocid.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<!-- LocaleGen NuGet Information End -->
Expand Down
4 changes: 2 additions & 2 deletions public/Nitrocid.Templates/templatepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>Simulates our future-planned kernel, Nitrocid Kernel. This package contains templates to use when creating N-KS mods, screensavers, and splashes</Description>
<PackageTags>dotnet-new;templats;ks;kernel;simulator</PackageTags>
<!-- URL settings -->
<PackageProjectUrl>https://github.com/Aptivi/NitrocidKS</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Aptivi/Nitrocid</PackageProjectUrl>
<PackageIcon>OfficialAppIcon-NitrocidKS-512.png</PackageIcon>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReleaseNotes>Detailed explanation: https://aptivi.gitbook.io/nitrocid-ks-manual/versions-and-compatibility/version-release-notes/v0.1.x.x-series</PackageReleaseNotes>
Expand All @@ -17,7 +17,7 @@
<PackageOutputPath>../Nitrocid/KSBuild</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- Repository set up -->
<RepositoryUrl>https://github.com/Aptivi/NitrocidKS.git</RepositoryUrl>
<RepositoryUrl>https://github.com/Aptivi/Nitrocid.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<!-- KS NuGet Information End -->
Expand Down
4 changes: 2 additions & 2 deletions public/Nitrocid/Nitrocid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageDescription>Simulates our future-planned kernel, Nitrocid Kernel. This package contains Nitrocid API that you can use for your mods.</PackageDescription>
<PackageTags>kernel;simulator;csharp</PackageTags>
<!-- URL settings -->
<PackageProjectUrl>https://github.com/Aptivi/NitrocidKS</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Aptivi/Nitrocid</PackageProjectUrl>
<PackageIcon>OfficialAppIcon-NitrocidKS-512.png</PackageIcon>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReleaseNotes>Detailed explanation: https://aptivi.gitbook.io/nitrocid-ks-manual/versions-and-compatibility/version-release-notes/v0.1.x.x-series</PackageReleaseNotes>
Expand All @@ -18,7 +18,7 @@
<PackageOutputPath>KSBuild</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- Repository set up -->
<RepositoryUrl>https://github.com/Aptivi/NitrocidKS.git</RepositoryUrl>
<RepositoryUrl>https://github.com/Aptivi/Nitrocid.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<!-- KS NuGet Information End -->
Expand Down
12 changes: 6 additions & 6 deletions public/Nitrocid/Shell/Shells/UESH/Commands/UserManual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@ public override int Execute(CommandParameters parameters, ref string variableVal
TextWriterColor.Write(Translate.DoTranslation("To access the user manual for general uses of Nitrocid, please visit the below link:"));
TextWriters.Write(
KernelPlatform.IsOnUnix() ?
$" {CharManager.GetEsc()}]8;;https://aptivi.gitbook.io/kernel-simulator-manual/{CharManager.GetEsc()}\\Manual page{CharManager.GetEsc()}]8;;{CharManager.GetEsc()}\\" :
" https://aptivi.gitbook.io/kernel-simulator-manual/",
$" {CharManager.GetEsc()}]8;;https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/{CharManager.GetEsc()}\\Manual page{CharManager.GetEsc()}]8;;{CharManager.GetEsc()}\\" :
" https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/",
true, KernelColorType.Tip
);
TextWriterColor.Write(Translate.DoTranslation("To access the developer's manual for updated ways of making kernel modifications and screensavers, please visit the below link:"));
TextWriters.Write(
KernelPlatform.IsOnUnix() ?
$" {CharManager.GetEsc()}]8;;https://aptivi.github.io/NitrocidKS{CharManager.GetEsc()}\\API documentation{CharManager.GetEsc()}]8;;{CharManager.GetEsc()}\\" :
" https://aptivi.github.io/NitrocidKS",
$" {CharManager.GetEsc()}]8;;https://aptivi.github.io/Nitrocid{CharManager.GetEsc()}\\API documentation{CharManager.GetEsc()}]8;;{CharManager.GetEsc()}\\" :
" https://aptivi.github.io/Nitrocid",
true, KernelColorType.Tip);
return 0;
}

public override int ExecuteDumb(CommandParameters parameters, ref string variableValue)
{
TextWriterColor.Write(Translate.DoTranslation("To access the user manual for general uses of Nitrocid, please visit the below link:"));
TextWriters.Write(" https://aptivi.gitbook.io/kernel-simulator-manual/", true, KernelColorType.Tip);
TextWriters.Write(" https://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/", true, KernelColorType.Tip);
TextWriterColor.Write(Translate.DoTranslation("To access the developer's manual for updated ways of making kernel modifications and screensavers, please visit the below link:"));
TextWriters.Write(" https://aptivi.github.io/NitrocidKS", true, KernelColorType.Tip);
TextWriters.Write(" https://aptivi.github.io/Nitrocid", true, KernelColorType.Tip);
return 0;
}

Expand Down

0 comments on commit 200081c

Please sign in to comment.