diff --git a/Publishing-your-cog.md b/Publishing-your-cog.md index fd55324..85d18cf 100644 --- a/Publishing-your-cog.md +++ b/Publishing-your-cog.md @@ -22,7 +22,7 @@ When the user installs your cog, the installer will take care of taking your dat Now it's time to make the info.json. This is what the installer uses to get informations about the cog and display them to user before installation (name, author, description...). Also, it lists any file that your cog package contains. -[Download this script](https://gist.githubusercontent.com/Twentysix26/09071dbf2cbacd298fab/raw/1fa78a5cc0ce19480ec97eddbbd4ad008f93f1f6/info_maker.py) (CTRL + S) and save it into your folder. Run it and *follow the instructions*. Once you're done, if everything went smooth your folder should contain an info.json. Delete the script "info_maker.py" in case you haven't already. +[Download this script](https://gist.githubusercontent.com/Twentysix26/09071dbf2cbacd298fab/raw/e8a7d37ecc8875cfea3dba9c51d3578a8c70f186/info_maker.py) (CTRL + S) and save it into your folder. Run it and *follow the instructions*. Once you're done, if everything went smooth your folder should contain an info.json. Delete the script "info_maker.py" in case you haven't already. Now, you either: * [Make a pull request on github](https://github.com/Twentysix26/Red-Cogs), of course by cloning the repo and putting the folder you just created inside the "cogs" folder