Skip to content

Commit 9dffdc7

Browse files
committed
Make catalog refs valid
1 parent c2e3970 commit 9dffdc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prompts/catalog.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
registry:
22
- name: NPM Project Info
33
description: Get information about an NPM project
4-
ref: github:docker/labs-ai-tools-for-devs/main/prompts/npm-project.md"
4+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/npm-project.md
55
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/npm.svg
66
- name: SQL Agent
77
description: Run a SQL query against a sqlite database
8-
ref: github:docker/labs-ai-tools-for-devs/main/prompts/sql/prompt.md
8+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/sql/prompt.md
99
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg
1010
- name: Recommended Tags
1111
description: Get recommended tags for a Docker image
12-
ref: github:docker/labs-ai-tools-for-devs/main/prompts/recommended_tags.md
12+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/recommended_tags.md
1313
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/docker.svg

0 commit comments

Comments
 (0)