From b3b42ed35e39e38ca851b91c952dea5f93d71219 Mon Sep 17 00:00:00 2001 From: Ayush Chamoli <75367725+iamAyushChamoli@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:17:30 +0530 Subject: [PATCH 1/2] (Fixed) Add period in quotation marks in Apps page (#34042) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../authenticating-as-a-github-app-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md index e95f596da0ca..ccf8ed0d5b10 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md @@ -26,7 +26,7 @@ You can also use an installation access token to authenticate for HTTP-based Git Requests made with an installation access token are sometimes called "server-to-server" requests. -For more information about authenticating as an app on behalf of a user instead of as an app installation, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps)". +For more information about authenticating as an app on behalf of a user instead of as an app installation, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps)." ## Using an installation access token to authenticate as an app installation From 0fe8e552c4ceef0e7e8ed4a7906063d085359e46 Mon Sep 17 00:00:00 2001 From: Thomas Hughes <2894107+IAmHughes@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:54:16 -0400 Subject: [PATCH 2/2] Updates repo topics URL for GHES docs (#34007) Co-authored-by: Laura Coursen --- .../classifying-your-repository-with-topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md index bb651e0d9ba6..8b0fbe2282e8 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md @@ -21,7 +21,7 @@ With topics, you can explore repositories in a particular subject area, find pro ![Screenshot of the github/docs repository. In the right sidebar, three topics are outlined in dark orange: "docs," "hacktoberfest," and "works-with-codespaces."](/assets/images/help/repository/os-repo-with-topics.png) -To browse the most used topics, go to https://github.com/topics/. +To browse the most used topics, go to {% data variables.product.oauth_host_code %}/topics/. {% ifversion fpt or ghec %}You can contribute to {% data variables.product.product_name %}'s set of featured topics in the [github/explore](https://github.com/github/explore) repository. {% endif %}