Skip to content

Commit df77407

Browse files
committed
Fix README URLs in image tags
1 parent 00cf5f3 commit df77407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
org.opencontainers.image.licenses=GPL-3.0-only
130130
org.opencontainers.image.source=https://github.com/AFCMS/fluorite
131131
io.artifacthub.package.logo-url=https://raw.githubusercontent.com/AFCMS/fluorite/refs/heads/master/public/fluorite.svg
132-
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/AFCMS/fluorite/refs/heads/master/README.md
132+
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/AFCMS/fluorite/refs/heads/master/.github/README_ARTIFACTHUB.md
133133
io.artifacthub.package.category=skip-prediction
134134
io.artifacthub.package.keywords=video-player,offline,pwa
135135
io.artifacthub.package.license=GPL-3.0-only
@@ -141,7 +141,7 @@ jobs:
141141
org.opencontainers.image.licenses=GPL-3.0-only
142142
org.opencontainers.image.source=https://github.com/AFCMS/fluorite
143143
io.artifacthub.package.logo-url=https://raw.githubusercontent.com/AFCMS/fluorite/refs/heads/master/public/fluorite.svg
144-
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/AFCMS/fluorite/refs/heads/master/README.md
144+
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/AFCMS/fluorite/refs/heads/master/.github/README_ARTIFACTHUB.md
145145
io.artifacthub.package.category=skip-prediction
146146
io.artifacthub.package.keywords=video-player,offline,pwa
147147
io.artifacthub.package.license=GPL-3.0-only

0 commit comments

Comments
 (0)