From ce9fcb434566cd03da5df6d0019e11a5870e1c69 Mon Sep 17 00:00:00 2001 From: Jam Balaya Date: Wed, 23 Jul 2025 03:32:00 +0900 Subject: [PATCH] docs: update branch name to `main` from `master` (#39439) Co-authored-by: Sharra-writes --- content/contributing/writing-for-github-docs/templates.md | 2 +- .../creating-and-managing-repositories/repository-limits.md | 2 +- contributing/debugging-the-docs-application.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/contributing/writing-for-github-docs/templates.md b/content/contributing/writing-for-github-docs/templates.md index e8d81b6663..4129c41558 100644 --- a/content/contributing/writing-for-github-docs/templates.md +++ b/content/contributing/writing-for-github-docs/templates.md @@ -345,7 +345,7 @@ The language guide introduction should include the following in a short paragrap {% comment %} Language guides typically walk through and build upon a workflow template. If that format doesn't work, you can include a boilerplate workflow. -- Link to the GitHub Actions CI workflow template as the boilerplate reference code and then walk through and build on that code in this guide - https://github.com/actions/starter-workflows/tree/master/ci +- Link to the GitHub Actions CI workflow template as the boilerplate reference code and then walk through and build on that code in this guide - https://github.com/actions/starter-workflows/tree/main/ci - Provide instructions for adding the workflow template to a repository. - Include the starter template workflow code. {% endcomment %} diff --git a/content/repositories/creating-and-managing-repositories/repository-limits.md b/content/repositories/creating-and-managing-repositories/repository-limits.md index ad49d93c75..e41823d9a1 100644 --- a/content/repositories/creating-and-managing-repositories/repository-limits.md +++ b/content/repositories/creating-and-managing-repositories/repository-limits.md @@ -55,7 +55,7 @@ To avoid throttling and performance issues, we recommend staying within the foll ## Text limits -{% data variables.product.prodname_dotcom %} displays formatted previews of some files, such as Markdown and Mermaid diagrams. {% data variables.product.prodname_dotcom %} always attempts to render these previews if the files are small (generally less than 2 MB), but more complex files may time out and either fall back to plain text or not be displayed at all. These files are always available in their raw formats, which are served through `{% data variables.product.raw_github_com %}`; for example, `https://{% data variables.product.raw_github_com %}/octocat/Spoon-Knife/master/index.html`. Click the **Raw** button to get the raw URL for a file. +{% data variables.product.prodname_dotcom %} displays formatted previews of some files, such as Markdown and Mermaid diagrams. {% data variables.product.prodname_dotcom %} always attempts to render these previews if the files are small (generally less than 2 MB), but more complex files may time out and either fall back to plain text or not be displayed at all. These files are always available in their raw formats, which are served through `{% data variables.product.raw_github_com %}`; for example, `https://{% data variables.product.raw_github_com %}/octocat/Spoon-Knife/main/index.html`. Click the **Raw** button to get the raw URL for a file. ## Pull requests limits diff --git a/contributing/debugging-the-docs-application.md b/contributing/debugging-the-docs-application.md index e01d613a64..0ed83ac08a 100644 --- a/contributing/debugging-the-docs-application.md +++ b/contributing/debugging-the-docs-application.md @@ -10,4 +10,4 @@ This repo has configuration for debugging the codebase with VS Code's built-in N 1. Select the node process that's started with the `--inspect` flag. 1. Debugger has now been attached. Enjoy! -For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/master/nodemon). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging). +For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/main/nodemon). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging).