From 2eef6c4bc1cc1e5c6a93aa81e0905bbf8c97d2cf Mon Sep 17 00:00:00 2001 From: borb Date: Wed, 9 Jul 2025 20:37:17 +0300 Subject: [PATCH] renumber lectures 3-8 --- ...ttern-and-repositories.md => 3-mvc-pattern-and-repositories.md | 0 5-rest-architecture.md => 4-rest-architecture.md | 0 ...-designing-apis.md => 5-model-validation-and-designing-apis.md | 0 ...th-entity-framework.md => 6-databases-with-entity-framework.md | 0 ...-and-authorization.md => 7-authentication-and-authorization.md | 0 9-testing.md => 8-testing.md | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename 4-mvc-pattern-and-repositories.md => 3-mvc-pattern-and-repositories.md (100%) rename 5-rest-architecture.md => 4-rest-architecture.md (100%) rename 6-model-validation-and-designing-apis.md => 5-model-validation-and-designing-apis.md (100%) rename 7-databases-with-entity-framework.md => 6-databases-with-entity-framework.md (100%) rename 8-authentication-and-authorization.md => 7-authentication-and-authorization.md (100%) rename 9-testing.md => 8-testing.md (100%) diff --git a/4-mvc-pattern-and-repositories.md b/3-mvc-pattern-and-repositories.md similarity index 100% rename from 4-mvc-pattern-and-repositories.md rename to 3-mvc-pattern-and-repositories.md diff --git a/5-rest-architecture.md b/4-rest-architecture.md similarity index 100% rename from 5-rest-architecture.md rename to 4-rest-architecture.md diff --git a/6-model-validation-and-designing-apis.md b/5-model-validation-and-designing-apis.md similarity index 100% rename from 6-model-validation-and-designing-apis.md rename to 5-model-validation-and-designing-apis.md diff --git a/7-databases-with-entity-framework.md b/6-databases-with-entity-framework.md similarity index 100% rename from 7-databases-with-entity-framework.md rename to 6-databases-with-entity-framework.md diff --git a/8-authentication-and-authorization.md b/7-authentication-and-authorization.md similarity index 100% rename from 8-authentication-and-authorization.md rename to 7-authentication-and-authorization.md diff --git a/9-testing.md b/8-testing.md similarity index 100% rename from 9-testing.md rename to 8-testing.md