Skip to content

Commit 615a64c

Browse files
committed
Fork me
1 parent 1e967ef commit 615a64c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Comprehensive Python Cheatsheet
33

44
![Monty Python](web/image_888.jpeg)
55

6+
[Fork me on GitHub](https://github.com/gto76/python-cheatsheet)
67

78
Main
89
----

web/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ $(document).ready(function() {
44

55
function parseMd() {
66
var GITHUB = 'https://raw.githubusercontent.com/gto76/python-cheatsheet/master/README.md'
7-
var RAWGIT = "https://rawgit.com/gto76/python-cheatsheet/master/README.md"
87
jQuery.get(GITHUB, function(text) {
98
var converter = new showdown.Converter()
109
html = converter.makeHtml(text)

0 commit comments

Comments
 (0)