Skip to content

Commit dcaefd6

Browse files
committed
links: pypi.python.org, http -> https
Also, /pypi/<projectname> -> /project/<projectname>
1 parent ea42cc9 commit dcaefd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h3>Installing Hg-Git the easy way:</h3>
105105
Secondly, run <code>easy_install hg-git</code>. If you don't
106106
have easy_install available, you can get it as part of
107107
Python's
108-
<a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
108+
<a href="https://pypi.org/project/setuptools/">setuptools</a>
109109
package.
110110
</p>
111111

@@ -135,10 +135,10 @@ <h3>Installing Hg-Git manually</h3>
135135
</p>
136136
<p>
137137
First, install version 0.8.0 or newer of
138-
<a href="http://pypi.python.org/pypi/dulwich">Dulwich</a>.
138+
<a href="https://pypi.org/project/dulwich/">Dulwich</a>.
139139
You can do
140140
<code>easy_install 'dulwich>=0.8.0'</code> if you have
141-
<a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
141+
<a href="https://pypi.org/project/setuptools/">setuptools</a>
142142
installed. Next, clone
143143
<a href="http://bitbucket.org/durin42/hg-git">the Hg-Git
144144
repository</a>

0 commit comments

Comments
 (0)