Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 007f0a3

Browse files
authored
fix: adjust instances of Github to GitHub (#15203)
s/Github/GitHub Co-authored-by: EdwardAngert <[email protected]>
1 parent c8f68cb commit 007f0a3

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

docs/admin/infrastructure/validated-architectures/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ could affect workspace users experience once the platform is live.
340340
1. Maintain Coder templates using
341341
[version control](../../templates/managing-templates/change-management.md).
342342
1. Consider implementing a GitOps workflow to automatically push new template
343-
versions into Coder from git. For example, on Github, you can use the
343+
versions into Coder from git. For example, on GitHub, you can use the
344344
[Setup Coder](https://github.com/marketplace/actions/setup-coder) action.
345345
1. Evaluate enabling
346346
[automatic template updates](../../templates/managing-templates/index.md#template-update-policies-enterprise-premium)

docs/admin/integrations/opentofu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> ⚠️ This guide is a work in progress. We do not officially support using custom
66
> Terraform binaries in your Coder deployment. To track progress on the work,
7-
> see this related [Github Issue](https://github.com/coder/coder/issues/12009).
7+
> see this related [GitHub Issue](https://github.com/coder/coder/issues/12009).
88
99
Coder deployments support any custom Terraform binary, including
1010
[OpenTofu](https://opentofu.org/docs/) - an open source alternative to

docs/changelogs/v2.1.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(@spikecurtis)
3737
- Fix null pointer on external provisioner daemons with daily_cost (#9401)
3838
(@spikecurtis)
39-
- Hide OIDC and Github auth settings when they are disabled (#9447) (@aslilac)
39+
- Hide OIDC and GitHub auth settings when they are disabled (#9447) (@aslilac)
4040
- Generate username with uuid to prevent collision (#9496) (@kylecarbs)
4141
- Make 'NoRefresh' honor unlimited tokens in gitauth (#9472) (@Emyrk)
4242
- Dotfiles: add an exception for `.gitconfig` (#9515) (@matifali)

docs/install/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Releases
22

33
Coder releases are cut directly from main in our
4-
[Github](https://github.com/coder/coder) on the first Tuesday of each month.
4+
[GitHub](https://github.com/coder/coder) on the first Tuesday of each month.
55

66
We recommend enterprise customers test the compatibility of new releases with
77
their infrastructure on a staging environment before upgrading a production
@@ -38,7 +38,7 @@ only for security issues or CVEs.
3838
## Installing stable
3939

4040
When installing Coder, we generally advise specifying the desired version from
41-
our Github [releases page](https://github.com/coder/coder/releases).
41+
our GitHub [releases page](https://github.com/coder/coder/releases).
4242

4343
You can also use our `install.sh` script with the `stable` flag to install the
4444
latest stable release:

docs/reference/api/schemas.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/tutorials/example-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Guide Title (Only Visible in Github)
1+
# Guide Title (Only Visible in GitHub)
22

33
<div>
44
<a href="https://github.com/coder" style="text-decoration: none; color: inherit;">
@@ -28,7 +28,7 @@ Use relative imports in the markdown and store photos in
2828
### Setting the author data
2929

3030
At the top of this example you will find a small html snippet that nicely
31-
renders the author's name and photo, while linking to their Github profile.
31+
renders the author's name and photo, while linking to their GitHub profile.
3232
Before submitting your guide in a PR, replace `your_github_handle`,
3333
`your_github_profile_photo_url` and "Your Name". The entire `<img>` element can
3434
be omitted.

docs/tutorials/faqs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ come from our community and enterprise customers, feel free to
55
[contribute to this page](https://github.com/coder/coder/edit/main/docs/tutorials/faqs.md).
66

77
For other community resources, see our
8-
[Github discussions](https://github.com/coder/coder/discussions), or join our
8+
[GitHub discussions](https://github.com/coder/coder/discussions), or join our
99
[Discord server](https://discord.gg/coder).
1010

1111
### How do I add a Premium trial license?
@@ -291,8 +291,8 @@ tar -cvh -C ./template_1 | coder templates <push|create> -d - <name>
291291

292292
References:
293293

294-
- [Public Github Issue 6117](https://github.com/coder/coder/issues/6117)
295-
- [Public Github Issue 5677](https://github.com/coder/coder/issues/5677)
294+
- [Public GitHub Issue 6117](https://github.com/coder/coder/issues/6117)
295+
- [Public GitHub Issue 5677](https://github.com/coder/coder/issues/5677)
296296
- [Coder docs: Templates/Change Management](../admin/templates/managing-templates/change-management.md)
297297

298298
### Can I run Coder in an air-gapped or offline mode? (no Internet)?

docs/tutorials/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Here you can find a list of employee-written guides on Coder for OSS and
44
Enterprise. These tutorials are hosted on our
5-
[Github](https://github.com/coder/coder/) where you can leave feedback or
5+
[GitHub](https://github.com/coder/coder/) where you can leave feedback or
66
request new topics to be covered.
77

88
<children>

docs/user-guides/workspace-access/vscode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Web or using the workspace's terminal.
9999
```tf
100100
resource "coder_agent" "main" {
101101
...
102-
startup_script = "code-server --install-extension /vsix/Github.copilot.vsix"
102+
startup_script = "code-server --install-extension /vsix/GitHub.copilot.vsix"
103103
}
104104
```
105105

@@ -130,7 +130,7 @@ Using the workspace's terminal or the terminal available inside `code-server`,
130130
you can install an extension whose files you've downloaded from a marketplace:
131131

132132
```console
133-
/path/to/code-server --install-extension /vsix/Github.copilot.vsix
133+
/path/to/code-server --install-extension /vsix/GitHub.copilot.vsix
134134
```
135135

136136
### Installing from a marketplace at the command line

0 commit comments

Comments
 (0)