Skip to content

Commit 58325df

Browse files
authored
chore: minor improvements and link updates in README.md (coder#13656)
* chore: minor improvements and link updates in README.md * fixup!
1 parent fed668b commit 58325df

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
<br>
2121
<br>
2222

23-
[Quickstart](#quickstart) | [Docs](https://coder.com/docs) | [Why Coder](https://coder.com/why) | [Enterprise](https://coder.com/docs/v2/latest/enterprise)
23+
[Quickstart](#quickstart) | [Docs](https://coder.com/docs) | [Why Coder](https://coder.com/why) | [Enterprise](https://coder.com/docs/enterprise)
2424

2525
[![discord](https://img.shields.io/discord/747933592273027093?label=discord)](https://discord.gg/coder)
2626
[![release](https://img.shields.io/github/v/release/coder/coder)](https://github.com/coder/coder/releases/latest)
2727
[![godoc](https://pkg.go.dev/badge/github.com/coder/coder.svg)](https://pkg.go.dev/github.com/coder/coder)
28-
[![Go Report Card](https://goreportcard.com/badge/github.com/coder/coder)](https://goreportcard.com/report/github.com/coder/coder)
28+
[![Go Report Card](https://goreportcard.com/badge/github.com/coder/coder/v2)](https://goreportcard.com/report/github.com/coder/coder/v2)
2929
[![license](https://img.shields.io/github/license/coder/coder)](./LICENSE)
3030

3131
</div>
3232

33-
[Coder](https://coder.com) enables organizations to set up development environments in their public or private cloud infrastructure. Cloud development environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and are automatically shut down when not in use to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads that are most beneficial to them.
33+
[Coder](https://coder.com) enables organizations to set up development environments in their public or private cloud infrastructure. Cloud development environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and automatically shut down when not used to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads most beneficial to them.
3434

3535
- Define cloud development environments in Terraform
3636
- EC2 VMs, Kubernetes Pods, Docker Containers, etc.
@@ -53,7 +53,7 @@ curl -L https://coder.com/install.sh | sh
5353
coder server
5454
5555
# Navigate to http://localhost:3000 to create your initial user,
56-
# create a Docker template, and provision a workspace
56+
# create a Docker template and provision a workspace
5757
```
5858

5959
## Install
@@ -69,7 +69,7 @@ curl -L https://coder.com/install.sh | sh
6969

7070
You can run the install script with `--dry-run` to see the commands that will be used to install without executing them. Run the install script with `--help` for additional flags.
7171

72-
> See [install](https://coder.com/docs/v2/latest/install) for additional methods.
72+
> See [install](https://coder.com/docs/install) for additional methods.
7373
7474
Once installed, you can start a production deployment with a single command:
7575

@@ -81,27 +81,27 @@ coder server
8181
coder server --postgres-url <url> --access-url <url>
8282
```
8383

84-
Use `coder --help` to get a list of flags and environment variables. Use our [install guides](https://coder.com/docs/v2/latest/install) for a full walkthrough.
84+
Use `coder --help` to get a list of flags and environment variables. Use our [install guides](https://coder.com/docs/install) for a complete walkthrough.
8585

8686
## Documentation
8787

88-
Browse our docs [here](https://coder.com/docs/v2) or visit a specific section below:
88+
Browse our docs [here](https://coder.com/docs) or visit a specific section below:
8989

90-
- [**Templates**](https://coder.com/docs/v2/latest/templates): Templates are written in Terraform and describe the infrastructure for workspaces
91-
- [**Workspaces**](https://coder.com/docs/v2/latest/workspaces): Workspaces contain the IDEs, dependencies, and configuration information needed for software development
92-
- [**IDEs**](https://coder.com/docs/v2/latest/ides): Connect your existing editor to a workspace
93-
- [**Administration**](https://coder.com/docs/v2/latest/admin): Learn how to operate Coder
94-
- [**Enterprise**](https://coder.com/docs/v2/latest/enterprise): Learn about our paid features built for large teams
90+
- [**Templates**](https://coder.com/docs/templates): Templates are written in Terraform and describe the infrastructure for workspaces
91+
- [**Workspaces**](https://coder.com/docs/workspaces): Workspaces contain the IDEs, dependencies, and configuration information needed for software development
92+
- [**IDEs**](https://coder.com/docs/ides): Connect your existing editor to a workspace
93+
- [**Administration**](https://coder.com/docs/admin): Learn how to operate Coder
94+
- [**Enterprise**](https://coder.com/docs/enterprise): Learn about our paid features built for large teams
9595

9696
## Support
9797

9898
Feel free to [open an issue](https://github.com/coder/coder/issues/new) if you have questions, run into bugs, or have a feature request.
9999

100-
[Join our Discord](https://discord.gg/coder) to provide feedback on in-progress features, and chat with the community using Coder!
100+
[Join our Discord](https://discord.gg/coder) to provide feedback on in-progress features and chat with the community using Coder!
101101

102102
## Integrations
103103

104-
We are always working on new integrations. Feel free to open an issue to request an integration. Contributions are welcome in any official or community repositories.
104+
We are always working on new integrations. Please feel free to open an issue and ask for an integration. Contributions are welcome in any official or community repositories.
105105

106106
### Official
107107

@@ -120,7 +120,7 @@ We are always working on new integrations. Feel free to open an issue to request
120120
## Contributing
121121

122122
We are always happy to see new contributors to Coder. If you are new to the Coder codebase, we have
123-
[a guide on how to get started](https://coder.com/docs/v2/latest/CONTRIBUTING). We'd love to see your
123+
[a guide on how to get started](https://coder.com/docs/CONTRIBUTING). We'd love to see your
124124
contributions!
125125

126126
## Hiring

0 commit comments

Comments
 (0)