diff --git a/readthedocsext/theme/templates/profiles/private/migrate_to_gh_app.html b/readthedocsext/theme/templates/profiles/private/migrate_to_gh_app.html index 6022db56..d78708dc 100644 --- a/readthedocsext/theme/templates/profiles/private/migrate_to_gh_app.html +++ b/readthedocsext/theme/templates/profiles/private/migrate_to_gh_app.html @@ -129,8 +129,8 @@

{% endblocktrans %}
  • - {% blocktrans trimmed %} - Projects not linked to a GitHub repository can be linked after connecting your account. These don't need migration. + {% blocktrans trimmed with connect_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#connect-a-repository-to-an-existing-project" %} + Projects not linked to a GitHub repository can be linked after connecting your account. These don't need migration. {% endblocktrans %}
  • @@ -181,10 +181,11 @@

    {% trans "Skip installation and continue" %} {% elif step == "migrate" %}

    - {% blocktrans trimmed %} + {% blocktrans trimmed with manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project" connect_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#connect-a-repository-to-an-existing-project" %} After installing our GitHub App on each of your repositories, you will need to migrate your Read the Docs projects to use the new connection. + If your project isn't listed, you may need to manually migrate it or connect it to a GitHub repository. {% endblocktrans %}