From 37d44d0f4b57b96dfc2c026a7595cbdddef04165 Mon Sep 17 00:00:00 2001 From: Stone-Red-Code <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 22 Jul 2021 22:13:34 +0200 Subject: [PATCH] Change titles in C# resources --- src/content/resources/language/c-sharp/access-modifiers.md | 2 +- src/content/resources/language/c-sharp/coding-conventions.md | 2 +- src/content/resources/language/c-sharp/intro.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/resources/language/c-sharp/access-modifiers.md b/src/content/resources/language/c-sharp/access-modifiers.md index 040cfe8..0ad6468 100644 --- a/src/content/resources/language/c-sharp/access-modifiers.md +++ b/src/content/resources/language/c-sharp/access-modifiers.md @@ -2,7 +2,7 @@ authors: - "Stone_Red#2890" created_at: 2021/08/07 -title: C# +title: Access Modifiers external_resources: - text: Access Modifiers href: "https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/access-modifiers" diff --git a/src/content/resources/language/c-sharp/coding-conventions.md b/src/content/resources/language/c-sharp/coding-conventions.md index c17a8e0..4940467 100644 --- a/src/content/resources/language/c-sharp/coding-conventions.md +++ b/src/content/resources/language/c-sharp/coding-conventions.md @@ -2,7 +2,7 @@ authors: - "Stone_Red#2890" created_at: 2021/08/07 -title: C# +title: Coding Conventions external_resources: - text: Coding Conventions href: "https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions" diff --git a/src/content/resources/language/c-sharp/intro.md b/src/content/resources/language/c-sharp/intro.md index 9e97ad0..0c8ec45 100644 --- a/src/content/resources/language/c-sharp/intro.md +++ b/src/content/resources/language/c-sharp/intro.md @@ -19,7 +19,7 @@ title: C# - [Fundamentals of Computer Programming with C#](https://introprogramming.info/english-intro-csharp-book/) -###### Others +###### Discord (bot) libraries - [D#+](https://github.com/DSharpPlus/DSharpPlus/) - [D#+ Documentation](https://dsharpplus.github.io/)