Browse Source

Move PostgreSQL-Integration document to a proper URL

resolved https://github.com/abpframework/abp/issues/2408
pull/2422/head
Yunus Emre Kalkan 6 years ago
parent
commit
80a439cd5d
  1. 0
      docs/cs/EntityFrameworkCore-PostgreSQL-Integration.md
  2. 2
      docs/cs/docs-nav.json
  3. 0
      docs/en/EntityFrameworkCore-PostgreSQL-Integration.md
  4. 2
      docs/en/docs-nav.json
  5. 2
      docs/pt-BR/docs-nav.json
  6. 0
      docs/zh-Hans/EntityFrameworkCore-PostgreSQL-Integration.md
  7. 2
      docs/zh-Hans/docs-nav.json

0
docs/cs/Best-Practices/PostgreSQL-Integration.md → docs/cs/EntityFrameworkCore-PostgreSQL-Integration.md

2
docs/cs/docs-nav.json

@ -264,7 +264,7 @@
"items": [
{
"text": "PostgreSQL integrace",
"path": "Best-Practices/PostgreSQL-Integration.md"
"path": "EntityFrameworkCore-PostgreSQL-Integration.md"
}
]
},

0
docs/en/Best-Practices/PostgreSQL-Integration.md → docs/en/EntityFrameworkCore-PostgreSQL-Integration.md

2
docs/en/docs-nav.json

@ -265,7 +265,7 @@
"items": [
{
"text": "PostgreSQL Integration",
"path": "Best-Practices/PostgreSQL-Integration.md"
"path": "EntityFrameworkCore-PostgreSQL-Integration.md"
}
]
},

2
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"
}
]
},

0
docs/zh-Hans/Best-Practices/PostgreSQL-Integration.md → docs/zh-Hans/EntityFrameworkCore-PostgreSQL-Integration.md

2
docs/zh-Hans/docs-nav.json

@ -254,7 +254,7 @@
"items": [
{
"text": "PostgreSQL 集成",
"path": "Best-Practices/PostgreSQL-Integration.md"
"path": "EntityFrameworkCore-PostgreSQL-Integration.md"
}
]
},

Loading…
Cancel
Save