Skip to content

Commit

Permalink
change the download link to mirror link on github
Browse files Browse the repository at this point in the history
  • Loading branch information
berserker1 committed Jun 12, 2019
1 parent 855ec58 commit ab3d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

else:
print('Downloading pywikibot github repository')
Repo.clone_from('https://gerrit.wikimedia.org/r/pywikibot/core.git', 'wiki_files')
Repo.clone_from('https://github.com/wikimedia/pywikibot.git', 'wiki_files')
print("Downloaded pywikibot code from Github into the folder named wiki files")

link = input('Write the link for the wikipage : ')
Expand Down

0 comments on commit ab3d11f

Please sign in to comment.