Skip to content

Commit a4ec884

Browse files
committed
fix(docs): correct link to compose.yml
1 parent 2f75d95 commit a4ec884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features/devcontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- **Main config file:** [`devcontainer.json`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/devcontainer.json)
66
- **Dependencies:** [`requirements.txt`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/requirements.txt)
77
- **Dockerfile:** [`Dockerfile`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/Dockerfile)
8-
- **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/compose.yml)
8+
- **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/compose.yml)
99
- **Finalization:** [`postAttach.sh`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/postAttach.sh)
1010

1111
## Introduction

docs/features/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- **Main config file:** [`mkdocs.yml`](https://github.com/compilerla/template-devcontainer/blob/main/mkdocs.yml)
66
- **Additional dependencies:** [`docs/requirements.txt`](https://github.com/compilerla/template-devcontainer/blob/main/docs/requirements.txt)
77
- **Installation:** [`Dockerfile`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/Dockerfile)
8-
- **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/compose.yml)
8+
- **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/compose.yml)
99

1010
## Introduction
1111

0 commit comments

Comments
 (0)