Skip to content

Commit f3c263a

Browse files
kolapsysmpirnat
authored andcommitted
Change bit.ly/__class__ links to repo wiki links (#182)
* Change bit.ly/__class__ links to repo wiki links
1 parent 0cdeb62 commit f3c263a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

python2/koans/about_asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):
7676

7777
# Need an illustration? More reading can be found here:
7878
#
79-
# http://bit.ly/__class__
79+
# https://github.com/gregmalcolm/python_koans/wiki/Class-Attribute

python3/koans/about_asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):
7474

7575
# Need an illustration? More reading can be found here:
7676
#
77-
# http://bit.ly/__class__
77+
# https://github.com/gregmalcolm/python_koans/wiki/Class-Attribute
7878

python3/koans/about_none.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_what_exception_do_you_get_when_calling_nonexistent_methods(self):
3535
#
3636
# Need a recap on how to evaluate __class__ attributes?
3737
#
38-
# http://bit.ly/__class__
38+
# https://github.com/gregmalcolm/python_koans/wiki/Class-Attribute
3939

4040
self.assertEqual(__, ex2.__class__)
4141

0 commit comments

Comments
 (0)