Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f6e5d7

Browse filesBrowse files
committed
Doc and comment link fixes
1 parent 68181ed commit 0f6e5d7
Copy full SHA for 0f6e5d7

File tree

Expand file treeCollapse file tree

5 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+6
-6
lines changed

‎INSTALL

Copy file name to clipboardExpand all lines: INSTALL
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Packaged as `mysql-python`_. ::
175175
# emerge mysql-python
176176
# emerge zmysqlda # if you use Zope
177177

178-
.. _`mysql-python`: http://packages.gentoo.org/search/?sstring=mysql-python
178+
.. _`mysql-python`: https://packages.gentoo.org/packages/search?q=mysql-python
179179

180180

181181
BSD

‎_mysql_exceptions.py

Copy file name to clipboardExpand all lines: _mysql_exceptions.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
These classes are dictated by the DB API v2.0:
44
5-
http://www.python.org/topics/database/DatabaseAPI-2.0.html
5+
https://www.python.org/dev/peps/pep-0249/
66
"""
77

88
try:

‎doc/FAQ.rst

Copy file name to clipboardExpand all lines: doc/FAQ.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Solutions:
7171
* reconfigure your system so that the MySQL libraries are on the
7272
default loader path. In Linux, you edit /etc/ld.so.conf and run
7373
ldconfig. For Solaris, see `Linker and Libraries Guide
74-
<http://docs.sun.com/app/docs/doc/817-3677/6mj8mbtbe?a=view>`_.
74+
<http://docs.oracle.com/cd/E19253-01/817-1984/chapter6-63352/>`_.
7575

7676

7777
ImportError: ld.so.1: python: fatal: libmtmalloc.so.1: DF_1_NOOPEN tagged object may not be dlopen()'ed

‎doc/user_guide.rst

Copy file name to clipboardExpand all lines: doc/user_guide.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ This does what the previous example does, but gets the username and
152152
password and other parameters from ~/.my.cnf (UNIX-like systems). Read
153153
about `option files`_ for more details.
154154

155-
.. _`option files`: http://dev.mysql.com/doc/mysql/en/Option_files.html
155+
.. _`option files`: http://dev.mysql.com/doc/refman/en/option-files.html
156156

157157
So now you have an open connection as ``db`` and want to do a
158158
query. Well, there are no cursors in MySQL, and no parameter
@@ -366,7 +366,7 @@ connect(parameters...)
366366
an exception is raised. *This must be a keyword
367367
parameter.*
368368

369-
.. _mysql_ssl_set: http://dev.mysql.com/doc/mysql/en/mysql_ssl_set.html
369+
.. _mysql_ssl_set: http://dev.mysql.com/doc/refman/en/mysql-ssl-set.html
370370

371371

372372
apilevel

‎setup.cfg

Copy file name to clipboardExpand all lines: setup.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test_suite = nose.collector
33

44
[build_ext]
55
## Only uncomment/set these if the default configuration doesn't work
6-
## Also see http://docs.python.org/dist/setup-config.html
6+
## Also see https://docs.python.org/distutils/configfile.html
77
# include-dirs = ?
88
# library-dirs = ?
99
# link-objects = ?

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.