Skip to content

Commit fd20cf8

Browse files
committed
Fix scripts/update-docker
1 parent a3a588e commit fd20cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source "$(dirname $0)/common.sh"
33

44
emit_header "Docker-related vocabulary"
5-
curl -s https://raw.githubusercontent.com/docker/docker.github.io/master/_data/glossary.yaml \
5+
curl -s https://raw.githubusercontent.com/docker/docs/main/data/glossary.yaml \
66
| python3 -c 'import sys, yaml, json; json.dump(yaml.safe_load(sys.stdin), sys.stdout)' \
77
| jq -r keys[] \
88
| emit_words

0 commit comments

Comments
 (0)