Fix #how-to-download-images-on-unix-1 link

This commit is contained in:
WalkxCode 2022-02-22 04:09:17 +01:00
parent c16274ad4b
commit caae40d407
No known key found for this signature in database
GPG Key ID: A4728B5A76CE4B6E
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
- [SUI](https://github.com/jeroenpardon/sui) - [SUI](https://github.com/jeroenpardon/sui)
##### [How to download images on UNIX?](#how-to-download-images-on-unix) ##### [How to download images on UNIX?](#how-to-download-images-on-unix-1)
##### [How to use icons in Dashy natively?](https://github.com/Lissy93/dashy/blob/master/docs/icons.md#home-lab-icons) ##### [How to use icons in Dashy natively?](https://github.com/Lissy93/dashy/blob/master/docs/icons.md#home-lab-icons)

View File

@ -20,7 +20,7 @@ if __name__ == "__main__":
f.write("- [Flame](https://github.com/pawelmalak/flame)\n") f.write("- [Flame](https://github.com/pawelmalak/flame)\n")
f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n") f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n")
f.write( f.write(
"##### [How to download images on UNIX?](#how-to-download-images-on-unix)\n\n") "##### [How to download images on UNIX?](#how-to-download-images-on-unix-1)\n\n")
f.write( f.write(
"##### [How to use icons in Dashy natively?](https://github.com/Lissy93/dashy/blob/master/docs/icons.md#home-lab-icons)\n\n\n") "##### [How to use icons in Dashy natively?](https://github.com/Lissy93/dashy/blob/master/docs/icons.md#home-lab-icons)\n\n\n")
f.write(" ".join(img_tags)) f.write(" ".join(img_tags))