diff --git a/README.md b/README.md index 943baef..81a0971 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Comprehensive Python Cheatsheet ![Monty Python](web/image_888.jpeg) +[Fork me on GitHub](https://github.com/gto76/python-cheatsheet) Main ---- diff --git a/web/script.js b/web/script.js index 45dc339..9da9eb6 100644 --- a/web/script.js +++ b/web/script.js @@ -4,7 +4,6 @@ $(document).ready(function() { function parseMd() { var GITHUB = 'https://raw.githubusercontent.com/gto76/python-cheatsheet/master/README.md' - var RAWGIT = "https://rawgit.com/gto76/python-cheatsheet/master/README.md" jQuery.get(GITHUB, function(text) { var converter = new showdown.Converter() html = converter.makeHtml(text)