From 7e77f0121f8e55a20b08332152d1be3013536bf3 Mon Sep 17 00:00:00 2001 From: Huseyin Gulec Date: Mon, 8 Jan 2024 00:32:50 +0000 Subject: [PATCH] fix:update filenames --- apps/kampus/app/odin/curriculum-list.ts | 4 ++-- .../html_css/html-foundations/working-with-text.md | 2 +- content/odin/git/foundations_git/commit_messages.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/kampus/app/odin/curriculum-list.ts b/apps/kampus/app/odin/curriculum-list.ts index 551cc46c..84fbcba2 100644 --- a/apps/kampus/app/odin/curriculum-list.ts +++ b/apps/kampus/app/odin/curriculum-list.ts @@ -102,8 +102,8 @@ const foundationsCurriculum = { url: "temel-bilgiler/html-css/html-temelleri/html-sablonu", }, { - title: "Metin İle Çalışma", - url: "temel-bilgiler/html-css/html-temelleri/metin-ile-calisma", + title: "Metin İle Çalışmak", + url: "temel-bilgiler/html-css/html-temelleri/metin-ile-calismak", }, { title: "Listeler", diff --git a/content/odin/foundations/html_css/html-foundations/working-with-text.md b/content/odin/foundations/html_css/html-foundations/working-with-text.md index 19d27e73..61f7a43e 100644 --- a/content/odin/foundations/html_css/html-foundations/working-with-text.md +++ b/content/odin/foundations/html_css/html-foundations/working-with-text.md @@ -1,5 +1,5 @@ --- -title: 'Metinlerle Çalışma' +title: 'Metin İle Çalışmak' --- ### Giriş diff --git a/content/odin/git/foundations_git/commit_messages.md b/content/odin/git/foundations_git/commit_messages.md index d40adb06..ea4302a7 100644 --- a/content/odin/git/foundations_git/commit_messages.md +++ b/content/odin/git/foundations_git/commit_messages.md @@ -1,3 +1,7 @@ +--- +title: "Commit Mesajları" +--- + ### Giriş Bu ders iyi commit mesajlarının önemini, nasıl yazılacağını, ne zaman commit edileceğini ve iyi commit geçmişine sahip olmanın neden bu kadar önemli olduğunu açıklayacaktır!