Skip to content

Commit 00b982e

Browse files
author
Peter Bengtsson
authored
Correct internal links with imperfect quotation marks (content/*misc*) (#35046)
1 parent 0d5c7dd commit 00b982e

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

content/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shortTitle: Create HA replica
1818

1919
## Creating a high availability replica
2020

21-
1. Set up a new {% data variables.product.prodname_ghe_server %} appliance on your desired platform. The replica appliance should mirror the primary appliance's CPU, RAM, and storage settings. We recommend that you install the replica appliance in an independent environment. The underlying hardware, software, and network components should be isolated from those of the primary appliance. If you are a using a cloud provider, use a separate region or zone. For more information, see ["Setting up a {% data variables.product.prodname_ghe_server %} instance"](/admin/installation/setting-up-a-github-enterprise-server-instance).
21+
1. Set up a new {% data variables.product.prodname_ghe_server %} appliance on your desired platform. The replica appliance should mirror the primary appliance's CPU, RAM, and storage settings. We recommend that you install the replica appliance in an independent environment. The underlying hardware, software, and network components should be isolated from those of the primary appliance. If you are a using a cloud provider, use a separate region or zone. For more information, see "[AUTOTITLE](/admin/installation/setting-up-a-github-enterprise-server-instance)."
2222
1. Ensure that the new appliance can communicate with all other appliances in this high availability environment over ports 122/TCP and 1194/UDP. For more information, see "[AUTOTITLE](/admin/configuration/configuring-network-settings/network-ports#administrative-ports)."
2323
1. In a browser, navigate to the new replica appliance's IP address and upload your {% data variables.product.prodname_enterprise %} license.
2424
{% data reusables.enterprise_installation.replica-steps %}
@@ -92,9 +92,9 @@ Configure Geo DNS using the IP addresses of the primary and replica nodes. You c
9292
For testing, you can add entries to the local workstation's `hosts` file (for example, `/etc/hosts`). These example entries will resolve requests for `HOSTNAME` to `replica2`. You can target specific hosts by commenting out different lines.
9393

9494
```
95-
# <primary IP> HOSTNAME
96-
# <replica1 IP> HOSTNAME
97-
<replica2 IP> HOSTNAME
95+
# <primary IP> HOSTNAME
96+
# <replica1 IP> HOSTNAME
97+
<replica2 IP> HOSTNAME
9898
```
9999

100100
## Further reading

content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When you're prompted to "Enter a file in which to save the key", you can press *
9393
9494
{% endlinux %}
9595
96-
4. At the prompt, type a secure passphrase. For more information, see ["Working with SSH key passphrases](/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases)."
96+
4. At the prompt, type a secure passphrase. For more information, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases)."
9797
```shell
9898
> Enter passphrase (empty for no passphrase): [Type a passphrase]
9999
> Enter same passphrase again: [Type passphrase again]

content/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before testing your SSH connection, you should have:
1919
- [Generated a new SSH key](/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
2020
- [Added a new SSH key to your GitHub account](/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
2121

22-
When you test your connection, you'll need to authenticate this action using your password, which is the SSH key passphrase you created earlier. For more information on working with SSH key passphrases, see ["Working with SSH key passphrases"](/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases).
22+
When you test your connection, you'll need to authenticate this action using your password, which is the SSH key passphrase you created earlier. For more information on working with SSH key passphrases, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases)."
2323

2424
{% data reusables.command_line.open_the_multi_os_terminal %}
2525
2. Enter the following:
@@ -52,7 +52,7 @@ When you test your connection, you'll need to authenticate this action using you
5252
Permission denied (publickey).
5353
```
5454

55-
This is a known problem with certain Linux distributions. For more information, see ["Error: Agent admitted failure to sign"](/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign).
55+
This is a known problem with certain Linux distributions. For more information, see "[AUTOTITLE](/authentication/troubleshooting-ssh/error-agent-admitted-failure-to-sign)."
5656

5757
{% endlinux %}
5858

@@ -62,4 +62,4 @@ When you test your connection, you'll need to authenticate this action using you
6262

6363
{% endnote %}
6464

65-
4. Verify that the resulting message contains your username. If you receive a "permission denied" message, see ["Error: Permission denied (publickey)"](/authentication/troubleshooting-ssh/error-permission-denied-publickey).
65+
4. Verify that the resulting message contains your username. If you receive a "permission denied" message, see "[AUTOTITLE](/authentication/troubleshooting-ssh/error-permission-denied-publickey)."

content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shortTitle: Commit & review changes
1212

1313
{% data reusables.commits.about-commits %} You can also add a co-author on any commits you collaborate on.
1414

15-
{% data reusables.desktop.update-email-address %} For more information, see ["Configuring Git for GitHub Desktop](/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop)."
15+
{% data reusables.desktop.update-email-address %} For more information, see "[AUTOTITLE](/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop)."
1616

1717
## Choosing a branch and making changes
1818

content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can pin gists to your profile so other people can see them easily. For more
4646

4747
You can discover {% ifversion ghae %}internal{% else %}public{% endif %} gists others have created by going to the {% data variables.gists.gist_homepage %} and clicking **All Gists**. This will take you to a page of all gists sorted and displayed by time of creation or update. You can also search gists by language with {% data variables.gists.gist_search_url %}. Gist search uses the same search syntax as [code search](/search-github/searching-on-github/searching-code).
4848

49-
Since gists are Git repositories, you can view their full commit history, complete with diffs. You can also fork or clone gists. For more information, see ["Forking and cloning gists"](/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists).
49+
Since gists are Git repositories, you can view their full commit history, complete with diffs. You can also fork or clone gists. For more information, see "[AUTOTITLE](/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists)."
5050

5151
You can download a ZIP file of a gist by clicking the **Download ZIP** button at the top of the gist. You can embed a gist in any text field that supports Javascript, such as a blog post. To get the embed code, click the clipboard icon next to the **Embed** URL of a gist. To embed a specific gist file, append the **Embed** URL with `?file=FILENAME`.
5252

content/issues/planning-and-tracking-with-projects/learning-about-projects/best-practices-for-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For example:
3535
- Describing the project views and how to use them.
3636
- Including relevant links and people to contact for more information.
3737

38-
Project READMEs support Markdown which allows you to use images and advanced formatting such as links, lists, and headers.
38+
Project READMEs support Markdown which allows you to use images and advanced formatting such as links, lists, and headers.
3939

4040
For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/creating-projects/creating-a-project)."
4141

@@ -73,7 +73,7 @@ Additionally, {%endif %}{% data variables.product.prodname_actions %} and the Gr
7373
- For more information about automatically adding items, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/automating-your-project/adding-items-automatically)."{% endif %}{% endif %}
7474
- For an example workflow, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions)."
7575
- For more information about the API, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects)."
76-
- For more information about {% data variables.product.prodname_actions %}, see ["{% data variables.product.prodname_actions %}](/actions)."
76+
- For more information about {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions)."
7777

7878
## Use different field types
7979

content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ An overview of some of the most common actions that are recorded as events in th
326326

327327
| Action | Description
328328
|------------------|-------------------
329-
| `create_actions_secret` | Triggered when a secret is created in an environment. For more information, see ["Environment secrets](/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets)."
330-
| `delete` | Triggered when an environment is deleted. For more information, see ["Deleting an environment](/actions/deployment/targeting-different-environments/using-environments-for-deployment#deleting-an-environment)."
331-
| `remove_actions_secret` | Triggered when a secret is removed from an environment. For more information, see ["Environment secrets](/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets)."
332-
| `update_actions_secret` | Triggered when a secret in an environment is updated. For more information, see ["Environment secrets](/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets)."
329+
| `create_actions_secret` | Triggered when a secret is created in an environment. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets)."
330+
| `delete` | Triggered when an environment is deleted. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#deleting-an-environment)."
331+
| `remove_actions_secret` | Triggered when a secret is removed from an environment. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets)."
332+
| `update_actions_secret` | Triggered when a secret in an environment is updated. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets)."
333333
{% endif %}
334334

335335
{% ifversion ghae %}

content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ shortTitle: Integrate Jira
3232

3333
## Further reading
3434

35-
- ["Integrating Jira with your personal projects"](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/integrating-jira-with-your-personal-projects)
35+
- "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/integrating-jira-with-your-personal-projects)"
3636
- <a href="https://confluence.atlassian.com/adminjiracloud/connect-jira-cloud-to-github-814188429.html" data-proofer-ignore>Connect Jira Cloud to GitHub</a> (Atlassian documentation)

content/rest/apps/apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ versions:
1212
autogenerated: rest
1313
---
1414

15-
## About {% data variables.product.prodname_github_apps %}
15+
## About {% data variables.product.prodname_github_apps %}
1616

1717
{% data reusables.apps.general-apps-restrictions %}
1818

1919
This page lists endpoints that you can access while authenticated as a {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-github-apps#authenticating-as-a-github-app)".
2020

21-
See ["GitHub App Installations"](/rest/apps#installations) for a list of endpoints that require authentication as a {% data variables.product.prodname_github_app %} installation.
21+
See "[AUTOTITLE](/rest/apps#installations)" for a list of endpoints that require authentication as a {% data variables.product.prodname_github_app %} installation.
2222

2323

2424
<!-- Content after this section is automatically generated -->

0 commit comments

Comments
 (0)