Skip to content

Commit f88ecb8

Browse files
committed
link fix
1 parent 7a4719d commit f88ecb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/about/contributing/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The Coder backend is organized into multiple packages and directories, each with
7272
* [dbpurge](https://github.com/coder/coder/tree/main/coderd/database/dbpurge): simple wrapper for periodic database cleanup operations
7373
* [migrations](https://github.com/coder/coder/tree/main/coderd/database/migrations): an ordered list of up/down database migrations, use `./create_migration.sh my_migration_name` to modify the database schema
7474
* [pubsub](https://github.com/coder/coder/tree/main/coderd/database/pubsub): PubSub implementation using PostgreSQL and in-memory drop-in replacement
75-
* [queries](https://github.com/coder/coder/tree/main/coderd/database/queries): contains SQL files with queries, `sqlc` compiles them to [Go functions](https://github.com/coder/coder/blob/docs-backend-contrib-guide/coderd/database/queries.sql.go)
75+
* [queries](https://github.com/coder/coder/tree/main/coderd/database/queries): contains SQL files with queries, `sqlc` compiles them to [Go functions](https://github.com/coder/coder/tree/main/coderd/database/queries.sql.go)
7676
* [sqlc.yaml](https://github.com/coder/coder/tree/main/coderd/database/sqlc.yaml): defines mappings between SQL types and custom Go structures
7777
* [codersdk](https://github.com/coder/coder/tree/main/codersdk): user-facing API entities used by CLI and site to communicate with `coderd` endpoints
7878
* [dogfood](https://github.com/coder/coder/tree/main/dogfood): Terraform definition of the dogfood cluster deployment

docs/user-guides/devcontainers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ which allows for extensive customization of your development setup.
2626

2727
When a workspace with the dev containers integration starts:
2828

29+
1. The workspace initializes the Docker environment.
2930
1. The integration detects repositories with a `.devcontainer` directory or a `devcontainer.json` file.
3031
1. The integration starts the dev container based on the template and `devcontainer.json`.
3132
1. Your workspace automatically detects the running dev container.

0 commit comments

Comments
 (0)