Skip to content

Commit

Permalink
dockerhub --> ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Mar 23, 2023
1 parent 956d617 commit ef74cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/homepage-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ const FeatureList = [
description: (
<>
Host a shields instance behind your firewall with our{' '}
<a href="https://registry.hub.docker.com/r/shieldsio/shields/">
<a href="https://github.com/badges/shields/pkgs/container/shields">
docker image
</a>
<br />
<code>docker pull shieldsio/shields</code>
<code>docker pull ghcr.io/badges/shields</code>
</>
),
},
Expand Down

0 comments on commit ef74cbb

Please sign in to comment.