Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit007f0a3

Browse files
authored
fix: adjust instances of Github to GitHub (#15203)
s/Github/GitHubCo-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parentc8f68cb commit007f0a3

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
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, onGithub, you can use the
343+
versions into Coder from git. For example, onGitHub, 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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 andGithub auth settings when they are disabled (#9447) (@aslilac)
39+
- Hide OIDC andGitHub 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

Lines changed: 2 additions & 2 deletions
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-
ourGithub[releases page](https://github.com/coder/coder/releases).
41+
ourGitHub[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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/tutorials/example-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Guide Title (Only Visible inGithub)
1+
#Guide Title (Only Visible inGitHub)
22

33
<div>
44
<ahref="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

Lines changed: 3 additions & 3 deletions
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-
-[PublicGithub Issue 6117](https://github.com/coder/coder/issues/6117)
295-
-[PublicGithub Issue 5677](https://github.com/coder/coder/issues/5677)
294+
-[PublicGitHub Issue 6117](https://github.com/coder/coder/issues/6117)
295+
-[PublicGitHub 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp