From 615a64c22e8eb2d2d679e71f9bd277f06727417c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 26 Dec 2018 12:08:14 +0100 Subject: [PATCH] Fork me --- README.md | 1 + web/script.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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)