From 23001221ec34be8dc181c7fe02705af9bbf2a264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aysu=20=C4=B0=C4=9Fdi?= <87132161+igdiaysu@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:49:49 +0300 Subject: [PATCH] docs(odin/foundations/javascript_basics/fundamentals-1.md) - fixing markdown link (#897) # Description Fixing of the incorrect Markdown link under "Ek kaynaklar". ### Checklist - [x] discord username: `igdiaysu` - [ ] Closes # - [ ] PR must be created for an issue from issues under "In progress" column from [our project board](https://github.com/orgs/kamp-us/projects/2/views/1). - [x] A descriptive and understandable title: The PR title should clearly describe the nature and purpose of the changes. The PR title should be the first thing displayed when the PR is opened. And it should follow the semantic commit rules, and should include the app/package/service name in the title. For example, a title like "docs(@kampus-apps/pano): Add README.md" can be used. - [x] Related file selection: Only relevant files should be touched and no other files should be affected. - [ ] I ran `npx turbo run` at the root of the repository, and build was successful. - [ ] I installed the npm packages using `npm install --save-exact ` so my package is pinned to a specific npm version. Leave empty if no package was installed. Leave empty if no package was installed with this PR. ### How were these changes tested? Please describe the tests you did to test the changes you made. Please also specify your test configuration. --- content/odin/foundations/javascript_basics/fundamentals-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/odin/foundations/javascript_basics/fundamentals-1.md b/content/odin/foundations/javascript_basics/fundamentals-1.md index 03f72e9c..8c44ceb4 100644 --- a/content/odin/foundations/javascript_basics/fundamentals-1.md +++ b/content/odin/foundations/javascript_basics/fundamentals-1.md @@ -124,4 +124,4 @@ Bu bölüm, bu dersi kendi kendinize anlayıp anlamadığınızı kontrol etmeni Bu bölüm, diğer içeriklere yardımcı olan faydalı bağlantılar içerir. Zorunlu değildir, ek kaynak olarak düşünün. - `var` ve `let` arasındaki farklar [javascript.info'nun eski "var" başlıklı bu ingilizce makalesinde](https://javascript.info/var) açıklanmıştır. -- [JavaScript'in ne olduğuna dair bu MDN makalesi] (https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript) bu konuda üst düzeyde biraz daha fazla bilgi vermektedir. \ No newline at end of file +- [JavaScript'in ne olduğuna dair bu MDN makalesi](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript) bu konuda üst düzeyde biraz daha fazla bilgi vermektedir.