From 8b710c38100f52b6190a4a6dbdc0554e637a46f8 Mon Sep 17 00:00:00 2001 From: xtyuns Date: Fri, 6 Sep 2024 21:27:55 +0800 Subject: [PATCH] correct github repository (#6026) ## What are you changing in this pull request and why? ## Checklist - [x] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] The topic I'm writing about is for specific dbt version(s) and I have versioned it according to the [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and/or [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content) guidelines. - [x] I have added checklist item(s) to this list for anything anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/core/connect-data-platform/postgres-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/core/connect-data-platform/postgres-setup.md b/website/docs/docs/core/connect-data-platform/postgres-setup.md index 7720e82844d..b6f34a00e0b 100644 --- a/website/docs/docs/core/connect-data-platform/postgres-setup.md +++ b/website/docs/docs/core/connect-data-platform/postgres-setup.md @@ -5,7 +5,7 @@ id: "postgres-setup" meta: maintained_by: dbt Labs authors: 'core dbt maintainers' - github_repo: 'dbt-labs/dbt-core' + github_repo: 'dbt-labs/dbt-postgres' pypi_package: 'dbt-postgres' min_core_version: 'v0.4.0' cloud_support: Supported