Change the gallery link to the HTML version

Because the markdown one shows each flag on a separate line, while the HTML gallery displays as a grid
This commit is contained in:
HatScripts 2021-02-03 00:05:20 +11:00 committed by GitHub
parent 3abc34cdcf
commit 2a06f4ff39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ For example, the following code:
<img src="https://hatscripts.github.io/circle-flags/flags/mx.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/za.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/za.svg" width="48">
```
...produces this:<br/><br/>
@ -29,7 +30,7 @@ For example, the following code:
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/za.svg" width="48">
To view all the available flags, check the [gallery](all-flags.md).
To view all the available flags, check [the gallery](https://hatscripts.github.io/circle-flags/all-flags.html).
### React