Skip to content

Commit

Permalink
URL gardening
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 31, 2017
1 parent 08bd13d commit 082b4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: build-{build}-{branch}

environment:
matrix:
# http://www.appveyor.com/docs/installed-software#python lists available
# https://www.appveyor.com/docs/installed-software#python lists available
# versions
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
Expand Down
2 changes: 1 addition & 1 deletion check_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ def zest_releaser_check(data):
"""Check the completeness of MANIFEST.in before the release.
This is an entry point for zest.releaser. See the documentation at
http://zestreleaser.readthedocs.org/en/latest/entrypoints.html
https://zestreleaser.readthedocs.io/en/latest/entrypoints.html
"""
from zest.releaser.utils import ask
source_tree = data['workingdir']
Expand Down

0 comments on commit 082b4f2

Please sign in to comment.