diff --git a/website/docs/faqs/Git/git-migration.md b/website/docs/faqs/Git/git-migration.md
index a4c839ddae0..775ae3679e3 100644
--- a/website/docs/faqs/Git/git-migration.md
+++ b/website/docs/faqs/Git/git-migration.md
@@ -1,6 +1,6 @@
---
title: "How to migrate git providers"
-sidebar_label: "Git provider migration"
+sidebar_label: "How to migrate git providers"
id: "git-migration"
hide_table_of_contents: true
description: "Learn how to migrate git providers in dbt Cloud with minimal disruption."
@@ -14,13 +14,13 @@ To migrate from one git provider to another, refer to the following steps to avo
As an example, if you're migrating from GitHub to Azure DevOps, you'll need to import your existing repository (GitHub) into your new git provider (Azure DevOps). For detailed steps on how to do this, refer to your git provider's documentation (Such as [GitHub](https://docs.github.com/en/migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer), [GitLab](https://docs.gitlab.com/ee/user/project/import/repo_by_url.html), [Azure DevOps](https://learn.microsoft.com/en-us/azure/devops/repos/git/import-git-repository?view=azure-devops))
2. Go back to dbt Cloud and set up your [integration for the new git provider](/docs/cloud/git/connect-github), if needed.
-3. Disconnect the old repository in dbt Cloud by going to **Account Settings** and then **Projects**, click on the **Repository** link. Then click **Edit** and **Disconnect**.
+3. Disconnect the old repository in dbt Cloud by going to **Account Settings** and then **Projects**. Click on the **Repository** link, then click **Edit** and **Disconnect**.
-
+
4. On the same page, connect to the new git provider repository by clicking **Configure Repository**
- If you're using the native integration, you may need to OAuth to it.
-5. That's it, you should now be connected to the new git provider 🎉
+5. That's it, you should now be connected to the new git provider! 🎉
Note — As a tip, we recommend you refresh your page and dbt Cloud IDE before performing any actions.