@@ -77,7 +77,7 @@ <h2 class="ui medium dividing header">
77
77
< div class ="ui basic segment ">
78
78
{% if step == "overview" %}
79
79
< p >
80
- {% blocktrans trimmed with blog_post="# " %}
80
+ {% blocktrans trimmed with blog_post="https://about.readthedocs.com/blog/2025/06/announcing-our-github-app-beta/ " %}
81
81
We’re introducing a new GitHub App to replace our old GitHub OAuth app.
82
82
This new app offers more granular permissions and better GitHub integration.
83
83
Learn more in our < a href ="{{ blog_post }} "> blog post</ a > .
@@ -169,7 +169,7 @@ <h2 class="ui medium dividing header">
169
169
{% if installation_target_groups %}
170
170
< div class ="ui message info ">
171
171
< i class ="fad fa-info-circle icon "> </ i >
172
- {% blocktrans trimmed with manual_migration_docs="# " %}
172
+ {% blocktrans trimmed with manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project " %}
173
173
If you skip installation during migration, you will need to < a href ="{{ manual_migration_docs }} "> manually migrate</ a > your project to keep it working.
174
174
{% endblocktrans %}
175
175
</ div >
@@ -227,7 +227,7 @@ <h3 class="ui small header">{% trans "Migrate all projects" %}</h3>
227
227
{% if has_projects_pending_migration and not step_revoke_completed %}
228
228
< div class ="ui small warning message ">
229
229
< i class ="fad fa-warning icon "> </ i >
230
- {% blocktrans trimmed with migrate_step="?step=migrate" manual_migration_docs="# " %}
230
+ {% blocktrans trimmed with migrate_step="?step=migrate" manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project " %}
231
231
You have projects that need to be < a href ="{{ migrate_step }} "> migrated</ a > .
232
232
If you revoke access now, you'll need to < a href ="{{ manual_migration_docs }} "> manually migrate</ a > them.
233
233
{% endblocktrans %}
@@ -248,7 +248,7 @@ <h3 class="ui small header">{% trans "Migrate all projects" %}</h3>
248
248
249
249
< div class ="ui message info ">
250
250
< i class ="fad fa-info-circle icon "> </ i >
251
- {% blocktrans trimmed with manual_migration_docs="# " %}
251
+ {% blocktrans trimmed with manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project " %}
252
252
After disconnecting the old GitHub OAuth app, you won't be able to see this page again.
253
253
If you have projects that need to be migrated, you'll need to < a href ="{{ manual_migration_docs }} "> manually migrate</ a > them.
254
254
{% endblocktrans %}
0 commit comments