Skip to content

Commit 968be70

Browse files
authored
Link to new pypi.org
1 parent d87de7f commit 968be70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2 id="charts">The charts</h2>
101101
<button ng-click="days_365()" >365 days</button>
102102
<div class="list">
103103
<span ng-hide="packages">JavaScript must be enabled to display the list of packages.</span>
104-
<a ng-repeat="package in packages" ng-href="https://pypi.python.org/pypi/{{ package.project }}" class="" ng-attr-title="{{ package.project }}">
104+
<a ng-repeat="package in packages" ng-href="https://pypi.org/project/{{ package.project }}" class="" ng-attr-title="{{ package.project }}">
105105
<div class="wrapper">
106106
<div class="one" id="{{ $index + 1 }}">{{ ($index + 1).toLocaleString() }}.</div>
107107
<div class="two" id="{{ package.project }}" ng-bind="package.project"></div>

0 commit comments

Comments
 (0)