Skip to content

Commit 003d6b9

Browse files
authored
Merge pull request #56789 from github/repo-sync
Repo sync
2 parents 361d769 + 86d78f6 commit 003d6b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/contributing/writing-for-github-docs/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The language guide introduction should include the following in a short paragrap
345345

346346
{% comment %}
347347
Language guides typically walk through and build upon a workflow template. If that format doesn't work, you can include a boilerplate workflow.
348-
- 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
348+
- 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
349349
- Provide instructions for adding the workflow template to a repository.
350350
- Include the starter template workflow code.
351351
{% endcomment %}

content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ shortTitle: Commit views
1313
---
1414
On {% data variables.product.github %}, you can see the commit history of a repository by:
1515

16-
* Navigating directly to [the commits page](https://github.com/mozilla/rust/commits/master) of a repository
17-
* Clicking on a file, then clicking **History**, to get to [the commit history for a specific file](https://github.com/mozilla/rust/commits/master/README.md)
16+
* Navigating directly to [the commits page](https://github.com/rust-lang/rust/commits/master) of a repository
17+
* Clicking on a file, then clicking **History**, to get to [the commit history for a specific file](https://github.com/rust-lang/rust/commits/master/README.md)
1818

1919
These two commit views may show _different_ information at times. The history for a single file may omit commits found on the repository's commit history.
2020

content/repositories/creating-and-managing-repositories/repository-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To avoid throttling and performance issues, we recommend staying within the foll
5555

5656
## Text limits
5757

58-
{% 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.
58+
{% 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.
5959

6060
## Pull requests limits
6161

contributing/debugging-the-docs-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This repo has configuration for debugging the codebase with VS Code's built-in N
1010
1. Select the node process that's started with the `--inspect` flag.
1111
1. Debugger has now been attached. Enjoy!
1212

13-
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).
13+
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).

0 commit comments

Comments
 (0)