From 97262139acd07d3b75ff41104f2174536522f70b Mon Sep 17 00:00:00 2001 From: Maciej Topyla <m.m.topyla@student.tudelft.nl> Date: Sat, 3 Sep 2022 14:35:51 +0000 Subject: [PATCH] Fixed links to paragraphs in note #1 and #2 --- src/1_complex_numbers.md | 6 +++--- src/2_coordinates.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/1_complex_numbers.md b/src/1_complex_numbers.md index 6af7cfe..bb16386 100644 --- a/src/1_complex_numbers.md +++ b/src/1_complex_numbers.md @@ -6,9 +6,9 @@ title: Complex Numbers The lecture on complex numbers consists of three parts, each with their own video: -- [1.1. Definition and basic operations](#1.1.-definition-and-basic-operations) -- [1.2. Complex functions](#1.2.-complex-functions) -- [1.3. Differentiation and integration](#1.3.-differentiation-and-integration) +- [1.1. Definition and basic operations](#11-definition-and-basic-operations) +- [1.2. Complex functions](#12-complex-functions) +- [1.3. Differentiation and integration](#13-differentiation-and-integration) **Total video length: 38 minutes and 53 seconds** diff --git a/src/2_coordinates.md b/src/2_coordinates.md index d955feb..c08ebaa 100644 --- a/src/2_coordinates.md +++ b/src/2_coordinates.md @@ -5,9 +5,9 @@ title: Coordinates The lecture on coordinate systems consists of 3 parts, each with their own video: -- [2.1. Introduction to coordinate systems: Cartesian and polar](#2.1.-introduction-to-coordinate-systems-cartesian-and-polar) -- [2.2. Converting derivatives between coordinate systems](#2.2.-converting-derivatives-between-coordinate-systems) -- [2.3. Coordinate systems in 3D](#2.3.-coordinate-systems-in-3d) +- [2.1. Introduction to coordinate systems: Cartesian and polar](#21-introduction-to-coordinate-systems-cartesian-and-polar) +- [2.2. Converting derivatives between coordinate systems](#22-converting-derivatives-between-coordinate-systems) +- [2.3. Coordinate systems in 3D](#23-coordinate-systems-in-3d) **Total video length: 35 minutes and 13 seconds** -- GitLab