Skip to content

Commit 57bd5a9

Browse files
authored
GitHub App migration page: link to actual resources (#604)
1 parent 1d81aad commit 57bd5a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readthedocsext/theme/templates/profiles/private/migrate_to_gh_app.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2 class="ui medium dividing header">
7777
<div class="ui basic segment">
7878
{% if step == "overview" %}
7979
<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/" %}
8181
We’re introducing a new GitHub App to replace our old GitHub OAuth app.
8282
This new app offers more granular permissions and better GitHub integration.
8383
Learn more in our <a href="{{ blog_post }}">blog post</a>.
@@ -169,7 +169,7 @@ <h2 class="ui medium dividing header">
169169
{% if installation_target_groups %}
170170
<div class="ui message info">
171171
<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" %}
173173
If you skip installation during migration, you will need to <a href="{{ manual_migration_docs }}">manually migrate</a> your project to keep it working.
174174
{% endblocktrans %}
175175
</div>
@@ -227,7 +227,7 @@ <h3 class="ui small header">{% trans "Migrate all projects" %}</h3>
227227
{% if has_projects_pending_migration and not step_revoke_completed %}
228228
<div class="ui small warning message">
229229
<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" %}
231231
You have projects that need to be <a href="{{ migrate_step }}">migrated</a>.
232232
If you revoke access now, you'll need to <a href="{{ manual_migration_docs }}">manually migrate</a> them.
233233
{% endblocktrans %}
@@ -248,7 +248,7 @@ <h3 class="ui small header">{% trans "Migrate all projects" %}</h3>
248248

249249
<div class="ui message info">
250250
<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" %}
252252
After disconnecting the old GitHub OAuth app, you won't be able to see this page again.
253253
If you have projects that need to be migrated, you'll need to <a href="{{ manual_migration_docs }}">manually migrate</a> them.
254254
{% endblocktrans %}

0 commit comments

Comments
 (0)