Skip to content

Commit 146a8ae

Browse files
author
Tammy Fox
authored
Merge pull request docker#6954 from alecthegeek/patch-1
Fix broken link
2 parents 499173c + bcaaad7 commit 146a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/reference/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Services are built once and then tagged, by default as `project_service`. For
2222
example, `composetest_db`. If the Compose file specifies an
2323
[image](/compose/compose-file/index.md#image) name, the image is
2424
tagged with that name, substituting any variables beforehand. See [variable
25-
substitution](#variable-substitution).
25+
substitution](/compose/compose-file/#variable-substitution).
2626

2727
If you change a service's Dockerfile or the contents of its
2828
build directory, run `docker-compose build` to rebuild it.

0 commit comments

Comments
 (0)