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:
parent
3abc34cdcf
commit
2a06f4ff39
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue