We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909ea95 + d08ba63 commit 579bce4Copy full SHA for 579bce4
1 file changed
scripts/generate-images-by-category.py
@@ -53,7 +53,7 @@ def generate_output(image_to_description, category_to_images):
53
output.write(f"| Container | Description |\n")
54
output.write(f"| --------- | ----------- |\n")
55
for image in sorted(category_to_images[category]):
56
- output.write(f"| [{image.capitalize()}](../images/docker-{image}/) | {image_to_description[image]} |\n")
+ output.write(f"| [{image.capitalize()}](images/docker-{image}.md) | {image_to_description[image]} |\n")
57
output.write("\n")
58
59
0 commit comments