Skip to content

fix: adjust instances of Github to GitHub #15203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/infrastructure/validated-architectures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ could affect workspace users experience once the platform is live.
1. Maintain Coder templates using
[version control](../../templates/managing-templates/change-management.md).
1. Consider implementing a GitOps workflow to automatically push new template
versions into Coder from git. For example, on Github, you can use the
versions into Coder from git. For example, on GitHub, you can use the
[Setup Coder](https://github.com/marketplace/actions/setup-coder) action.
1. Evaluate enabling
[automatic template updates](../../templates/managing-templates/index.md#template-update-policies-enterprise-premium)
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/integrations/opentofu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> ⚠️ This guide is a work in progress. We do not officially support using custom
> Terraform binaries in your Coder deployment. To track progress on the work,
> see this related [Github Issue](https://github.com/coder/coder/issues/12009).
> see this related [GitHub Issue](https://github.com/coder/coder/issues/12009).

Coder deployments support any custom Terraform binary, including
[OpenTofu](https://opentofu.org/docs/) - an open source alternative to
Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v2.1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(@spikecurtis)
- Fix null pointer on external provisioner daemons with daily_cost (#9401)
(@spikecurtis)
- Hide OIDC and Github auth settings when they are disabled (#9447) (@aslilac)
- Hide OIDC and GitHub auth settings when they are disabled (#9447) (@aslilac)
- Generate username with uuid to prevent collision (#9496) (@kylecarbs)
- Make 'NoRefresh' honor unlimited tokens in gitauth (#9472) (@Emyrk)
- Dotfiles: add an exception for `.gitconfig` (#9515) (@matifali)
Expand Down
4 changes: 2 additions & 2 deletions docs/install/releases.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Releases

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

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

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

You can also use our `install.sh` script with the `stable` flag to install the
latest stable release:
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/api/schemas.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/tutorials/example-guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Guide Title (Only Visible in Github)
# Guide Title (Only Visible in GitHub)

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

At the top of this example you will find a small html snippet that nicely
renders the author's name and photo, while linking to their Github profile.
renders the author's name and photo, while linking to their GitHub profile.
Before submitting your guide in a PR, replace `your_github_handle`,
`your_github_profile_photo_url` and "Your Name". The entire `<img>` element can
be omitted.
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ come from our community and enterprise customers, feel free to
[contribute to this page](https://github.com/coder/coder/edit/main/docs/tutorials/faqs.md).

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

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

References:

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

### Can I run Coder in an air-gapped or offline mode? (no Internet)?
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

<children>
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guides/workspace-access/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Web or using the workspace's terminal.
```tf
resource "coder_agent" "main" {
...
startup_script = "code-server --install-extension /vsix/Github.copilot.vsix"
startup_script = "code-server --install-extension /vsix/GitHub.copilot.vsix"
}
```

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

```console
/path/to/code-server --install-extension /vsix/Github.copilot.vsix
/path/to/code-server --install-extension /vsix/GitHub.copilot.vsix
```

### Installing from a marketplace at the command line
Expand Down