Skip to content
Closed
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 content/manuals/build/bake/remote-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Build with Bake using a remote file definition using Git or HTTP
keywords: build, buildx, bake, file, remote, git, http
---

You can build Bake files directly from a remote Git repository or HTTPS URL:
You can build Bake files directly from a remote [Git repository](../concepts/context.md#git-repositories):

```console
$ docker buildx bake "https://github.com/docker/cli.git#v20.10.11" --print
Expand Down