diff --git a/UI/Thoughts.UI.MVC/Views/ShortUrl/AddUrl.cshtml b/UI/Thoughts.UI.MVC/Views/ShortUrl/AddUrl.cshtml
deleted file mode 100644
index ed38a73..0000000
--- a/UI/Thoughts.UI.MVC/Views/ShortUrl/AddUrl.cshtml
+++ /dev/null
@@ -1,11 +0,0 @@
-@model ShortUrlWebModel
-
-@{
- ViewBag.Title = "Переход по ссылке";
-}
-
-
diff --git a/UI/Thoughts.UI.MVC/Views/ShortUrl/GetUrl.cshtml b/UI/Thoughts.UI.MVC/Views/ShortUrl/GetUrl.cshtml
deleted file mode 100644
index ae8793b..0000000
--- a/UI/Thoughts.UI.MVC/Views/ShortUrl/GetUrl.cshtml
+++ /dev/null
@@ -1,9 +0,0 @@
-@model Uri?
-
-@{
- ViewBag.Title = "Переход по ссылке";
-}
-
-
diff --git a/UI/Thoughts.UI.MVC/Views/Url/AddUrl.cshtml b/UI/Thoughts.UI.MVC/Views/Url/AddUrl.cshtml
new file mode 100644
index 0000000..3702e1f
--- /dev/null
+++ b/UI/Thoughts.UI.MVC/Views/Url/AddUrl.cshtml
@@ -0,0 +1,12 @@
+@model ShortUrlWebModel
+
+@{
+ ViewBag.Title = "Создание короткой ссылки";
+}
+
+
diff --git a/UI/Thoughts.UI.MVC/Views/ShortUrl/Test.cshtml b/UI/Thoughts.UI.MVC/Views/Url/CreateUrl.cshtml
similarity index 72%
rename from UI/Thoughts.UI.MVC/Views/ShortUrl/Test.cshtml
rename to UI/Thoughts.UI.MVC/Views/Url/CreateUrl.cshtml
index 6a901ed..b2b18e8 100644
--- a/UI/Thoughts.UI.MVC/Views/ShortUrl/Test.cshtml
+++ b/UI/Thoughts.UI.MVC/Views/Url/CreateUrl.cshtml
@@ -2,7 +2,7 @@
ViewBag.Title = "Проверка POST запроса";
}
-