Skip to content

Commit 78426df

Browse files
authored
Update URL for pypi-attestations repository (#18884)
Signed-off-by: Facundo Tuesca <facundo.tuesca@trailofbits.com>
1 parent 32fa0f3 commit 78426df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/dev/security/attestation-internals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Attestation object verification is described at a high level in :pep:`740`.
291291
Users are **strongly discouraged** from implementing the steps below in an
292292
ad-hoc manner, since they involve error-prone X.509 and transparency log
293293
operations. Instead, we **strongly encourage** integrators to use
294-
either `pypi-attestation-models`_ or `sigstore-python`_'s pre-existing APIs
294+
either `pypi-attestations`_ or `sigstore-python`_'s pre-existing APIs
295295
for attestation manipulation, signing, and verification.
296296

297297
Using the details above, we can provide the steps with slightly more accuracy:
@@ -343,6 +343,6 @@ and any operations on its associated distribution should halt.
343343

344344
.. _`DSSE PAE encoding`: https://github.com/secure-systems-lab/dsse/blob/v1.0.0/protocol.md
345345

346-
.. _`pypi-attestation-models`: https://github.com/trailofbits/pypi-attestation-models
346+
.. _`pypi-attestations`: https://github.com/pypi/pypi-attestations
347347

348348
.. _`sigstore-python`: https://github.com/sigstore/sigstore-python

docs/user/attestations/producing-attestations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ Before uploading attestations to the index, please:
231231

232232
[official workflows described above]: #the-easy-way
233233

234-
[pypi-attestations]: https://github.com/trailofbits/pypi-attestations
234+
[pypi-attestations]: https://github.com/pypi/pypi-attestations
235235

236236
[ambient identity]: https://github.com/sigstore/sigstore-python#signing-with-ambient-credentials
237237

238-
[pypi-attestations' documentation]: https://trailofbits.github.io/pypi-attestations/pypi_attestations.html
238+
[pypi-attestations' documentation]: https://pypi.github.io/pypi-attestations/pypi_attestations.html
239239

240240
[Sigstore bundles]: https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto
241241

0 commit comments

Comments
 (0)