8000 Fix the pyperformance Repo URL. (#664) · python/devguide@9a10a2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a10a2d

Browse files
Fix the pyperformance Repo URL. (#664)
The repo changed name, from "performance" to "pyperformance", a while back. The devguide did not get updated at that time. Updating the links here means GitHub will no longer need to rewrite the old URL in requests.
1 parent 22c89ac commit 9a10a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

communication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ source of benchmarks for all Python implementations.
130130
.. _Python Core Workflow: https://github.com/python/core-workflow
131131
.. _cherry_picker: https://pypi.org/project/cherry-picker/
132132
.. _blurb: https://pypi.org/project/blurb
133-
.. _Performance Benchmark: https://github.com/python/performance
133+
.. _Performance Benchmark: https://github.com/python/pyperformance

runtests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Benchmarks
129129
----------
130130
Benchmarking is useful to test that a change does not degrade performance.
131131

132-
`The Python Benchmark Suite <https://github.com/python/performance>`_
132+
`The Python Benchmark Suite <https://github.com/python/pyperformance>`_
133133
has a collection of benchmarks for all Python implementations. Documentation
134134
about running the benchmarks is in the `README.txt
135-
<https://github.com/python/performance/blob/master/README.rst>`_ of the repo.
135+
<https://github.com/python/pyperformance/blob/master/README.rst>`_ of the repo.

0 commit comments

Comments
 (0)
0