diff --git a/rss.py b/rss.py index 00a2e3ed33..6ff5c2ac3a 100644 --- a/rss.py +++ b/rss.py @@ -32,7 +32,7 @@ with open(rss, "w") as xml: xml.write("\t\n") xml.write("\t\tPlailect Guide Feed\n") xml.write("\t\t{0}\n".format(datetime.datetime.utcnow().strftime("%a, %d %b %Y %X +0000"))) - xml.write("\t\thttps://github.com/Plailect/Guide_3DS/\n") + xml.write("\t\thttps://github.com/hacks-guide/Guide_3DS/\n") for filename in os.listdir(dir): if filename.endswith(".torrent"):