File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ The class can be used to simulate nested scopes and is useful in templating.
123
123
writing to any mapping in the chain.
124
124
125
125
* Django's `Context class
126
- <https://github.com/django/django/blob/master /django/template/context.py> `_
126
+ <https://github.com/django/django/blob/main /django/template/context.py> `_
127
127
for templating is a read-only chain of mappings. It also features
128
128
pushing and popping of contexts similar to the
129
129
:meth: `~collections.ChainMap.new_child ` method and the
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ subclass which installs setuptools and pip into a created virtual environment::
404
404
:param context: The information for the virtual environment
405
405
creation request being processed.
406
406
"""
407
- url = 'https://raw.github.com/ pypa/pip/master/contrib /get-pip.py'
407
+ url = 'https://bootstrap. pypa.io /get-pip.py'
408
408
self.install_script(context, 'pip', url)
409
409
410
410
def main(args=None):
You can’t perform that action at this time.
0 commit comments