diff --git a/README.md b/README.md index 3498de3..7827f84 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - [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) diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py index 3f06938..232250c 100755 --- a/scripts/generate_readme.py +++ b/scripts/generate_readme.py @@ -20,7 +20,7 @@ if __name__ == "__main__": f.write("- [Flame](https://github.com/pawelmalak/flame)\n") f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n") 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( "##### [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))