We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87de7f commit 968be70Copy full SHA for 968be70
index.html
@@ -101,7 +101,7 @@ <h2 id="charts">The charts</h2>
101
<button ng-click="days_365()" >365 days</button>
102
<div class="list">
103
<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 }}">
+ <a ng-repeat="package in packages" ng-href="https://pypi.org/project/{{ package.project }}" class="" ng-attr-title="{{ package.project }}">
105
<div class="wrapper">
106
<div class="one" id="{{ $index + 1 }}">{{ ($index + 1).toLocaleString() }}.</div>
107
<div class="two" id="{{ package.project }}" ng-bind="package.project"></div>
0 commit comments