Skip to content

Commit bd58bfa

Browse files
committed
doc: remove links to diveintopython.org, which is no longer available. closes scrapy#246
1 parent e3d6945 commit bd58bfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/intro/tutorial.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This tutorial will walk you through these tasks:
2222
Scrapy is written in Python_. If you're new to the language you might want to
2323
start by getting an idea of what the language is like, to get the most out of
2424
Scrapy. If you're already familiar with other languages, and want to learn
25-
Python quickly, we recommend `Dive Into Python`_. If you're new to programming
25+
Python quickly, we recommend `Learn Python The Hard Way`_. If you're new to programming
2626
and want to start with Python, take a look at `this list of Python resources
2727
for non-programmers`_.
2828

2929
.. _Python: http://www.python.org
3030
.. _this list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
31-
.. _Dive Into Python: http://www.diveintopython.org
31+
.. _Learn Python The Hard Way: http://learnpythonthehardway.org/book/
3232

3333
Creating a project
3434
==================

docs/topics/settings.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The value of ``SCRAPY_SETTINGS_MODULE`` should be in Python path syntax, e.g.
2626
``myproject.settings``. Note that the settings module should be on the
2727
Python `import search path`_.
2828

29-
.. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html
29+
.. _import search path: http://docs.python.org/2/tutorial/modules.html#the-module-search-path
3030

3131
Populating the settings
3232
=======================

0 commit comments

Comments
 (0)