From 80a439cd5df48ec8ea27585304aa9e1deb0b5c87 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 17 Dec 2019 16:34:57 +0300 Subject: [PATCH] Move PostgreSQL-Integration document to a proper URL resolved https://github.com/abpframework/abp/issues/2408 --- ...gration.md => EntityFrameworkCore-PostgreSQL-Integration.md} | 0 docs/cs/docs-nav.json | 2 +- ...gration.md => EntityFrameworkCore-PostgreSQL-Integration.md} | 0 docs/en/docs-nav.json | 2 +- docs/pt-BR/docs-nav.json | 2 +- ...gration.md => EntityFrameworkCore-PostgreSQL-Integration.md} | 0 docs/zh-Hans/docs-nav.json | 2 +- 7 files changed, 4 insertions(+), 4 deletions(-) rename docs/cs/{Best-Practices/PostgreSQL-Integration.md => EntityFrameworkCore-PostgreSQL-Integration.md} (100%) rename docs/en/{Best-Practices/PostgreSQL-Integration.md => EntityFrameworkCore-PostgreSQL-Integration.md} (100%) rename docs/zh-Hans/{Best-Practices/PostgreSQL-Integration.md => EntityFrameworkCore-PostgreSQL-Integration.md} (100%) diff --git a/docs/cs/Best-Practices/PostgreSQL-Integration.md b/docs/cs/EntityFrameworkCore-PostgreSQL-Integration.md similarity index 100% rename from docs/cs/Best-Practices/PostgreSQL-Integration.md rename to docs/cs/EntityFrameworkCore-PostgreSQL-Integration.md diff --git a/docs/cs/docs-nav.json b/docs/cs/docs-nav.json index 8910c3b7f3..85cbf43c9d 100644 --- a/docs/cs/docs-nav.json +++ b/docs/cs/docs-nav.json @@ -264,7 +264,7 @@ "items": [ { "text": "PostgreSQL integrace", - "path": "Best-Practices/PostgreSQL-Integration.md" + "path": "EntityFrameworkCore-PostgreSQL-Integration.md" } ] }, diff --git a/docs/en/Best-Practices/PostgreSQL-Integration.md b/docs/en/EntityFrameworkCore-PostgreSQL-Integration.md similarity index 100% rename from docs/en/Best-Practices/PostgreSQL-Integration.md rename to docs/en/EntityFrameworkCore-PostgreSQL-Integration.md diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 863290126a..db194177a9 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -265,7 +265,7 @@ "items": [ { "text": "PostgreSQL Integration", - "path": "Best-Practices/PostgreSQL-Integration.md" + "path": "EntityFrameworkCore-PostgreSQL-Integration.md" } ] }, diff --git a/docs/pt-BR/docs-nav.json b/docs/pt-BR/docs-nav.json index 90b29626b8..8e7eaf62af 100644 --- a/docs/pt-BR/docs-nav.json +++ b/docs/pt-BR/docs-nav.json @@ -249,7 +249,7 @@ "items": [ { "text": "Integração do PostgreSQL", - "path": "Best-Practices/PostgreSQL-Integration.md" + "path": "EntityFrameworkCore-PostgreSQL-Integration.md" } ] }, diff --git a/docs/zh-Hans/Best-Practices/PostgreSQL-Integration.md b/docs/zh-Hans/EntityFrameworkCore-PostgreSQL-Integration.md similarity index 100% rename from docs/zh-Hans/Best-Practices/PostgreSQL-Integration.md rename to docs/zh-Hans/EntityFrameworkCore-PostgreSQL-Integration.md diff --git a/docs/zh-Hans/docs-nav.json b/docs/zh-Hans/docs-nav.json index 3c6c58cd68..dd740f6c3b 100644 --- a/docs/zh-Hans/docs-nav.json +++ b/docs/zh-Hans/docs-nav.json @@ -254,7 +254,7 @@ "items": [ { "text": "PostgreSQL 集成", - "path": "Best-Practices/PostgreSQL-Integration.md" + "path": "EntityFrameworkCore-PostgreSQL-Integration.md" } ] },